|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.service.internal.Element2Utf8Impl
public final class Element2Utf8Impl
Transfer a QEDEQ formulas into UTF-8 text.
| Constructor Summary | |
|---|---|
Element2Utf8Impl(Element2LatexImpl converter)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getUtf8(Element element)
Get UTF-8 element presentation. |
java.lang.String[] |
getUtf8(Element element,
int maxCols)
Get an UTF-8 element presentation that doesn't exceed the given maximum column length. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Element2Utf8Impl(Element2LatexImpl converter)
converter - This converter can produce at least LaTeX.| Method Detail |
|---|
public java.lang.String getUtf8(Element element)
Element2Utf8
getUtf8 in interface Element2Utf8element - Print this element.
public java.lang.String[] getUtf8(Element element,
int maxCols)
Element2Utf8
getUtf8 in interface Element2Utf8element - Print this element.maxCols - Maximum column number. If equal or below zero a maximum is
neglected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||