|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.type.math.MathCode
public class MathCode
This class represents a mathematical character. It consists of a class, a family and a character code.
| Constructor Summary | |
|---|---|
MathCode(long code)
Creates a new object. |
|
MathCode(MathClass mathClass,
MathGlyph mathGlyph)
Creates a new object. |
|
| Method Summary | |
|---|---|
MathClass |
getMathClass()
Getter for mathClass. |
MathGlyph |
getMathGlyph()
Getter for mathGlyph. |
java.lang.String |
toString()
|
void |
toString(java.lang.StringBuffer sb)
Print the instance to a StringBuffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MathCode(MathClass mathClass,
MathGlyph mathGlyph)
mathClass - the classmathGlyph - the glyph
public MathCode(long code)
throws HelpingException
code - the integer to analyze for the desired field values
HelpingException - in case of an error| Method Detail |
|---|
public MathGlyph getMathGlyph()
public MathClass getMathClass()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void toString(java.lang.StringBuffer sb)
sb - the target string buffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||