|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.markup.latex.LaBaseTag
cox.jmatt.java.MathTools.markup.latex.LEquation
public class LEquation
This class provides the '{equation}' and '{eqnarray}' blocks. Equation numbering can be enabled (default) or disabled. There is also a method to add '/label...' tags.
Field Summary |
---|
Fields inherited from class cox.jmatt.java.MathTools.markup.latex.LaBaseTag |
---|
BS, DBS, DBSN, myAuthor, myDate, myEndTag, myEnvironment, myEnvParams, myOptions, myPicHasOrigin, myPicX, myPicXOrigin, myPicY, myPicYOrigin, mySectionLabel, myTagName, myTitle |
Constructor Summary | |
---|---|
LEquation()
Standard constructor. |
Method Summary | |
---|---|
LEquation |
add(java.lang.String pEquation,
java.lang.String pLabel)
Add an equation and optional label. |
LEquation |
copyOf()
Return an exact copy of this tag. |
LEquation |
copyOfSET()
Copy this tag with end tag disabled. |
void |
reset()
Overridden to reset to 'equation' and enable numbering. |
LEquation |
setArray(boolean pArray)
Toggle between 'equation' and 'eqnarray'. |
LEquation |
setNumbered(boolean pNumbered)
Enable/disable equation numbering. |
Methods inherited from class cox.jmatt.java.MathTools.markup.latex.LaBaseTag |
---|
_addContent, _addRawContent, _getContent, _setEndTagEnabled, _setETEn, getEndTag, hasEndTag, isEndTagEnabled, setLabel, toString, toStringSET |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LEquation()
Method Detail |
---|
public LEquation setArray(boolean pArray)
public LEquation setNumbered(boolean pNumbered)
public LEquation add(java.lang.String pEquation, java.lang.String pLabel)
public void reset()
reset
in class LaBaseTag
public LEquation copyOf()
copyOf
in class LaBaseTag
public LEquation copyOfSET()
copyOfSET
in class LaBaseTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |