|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.type.node.AbstractNode
org.extex.typesetter.type.node.CharNode
public class CharNode
This is the Node which carries a single character.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Fields inherited from class org.extex.typesetter.type.node.AbstractNode |
|---|
NO_CHARS |
| Constructor Summary | |
|---|---|
CharNode(TypesettingContext context,
UnicodeChar uc)
Creates a new object. |
|
| Method Summary | |
|---|---|
int |
countChars()
This method determines the number of characters contained in a node. |
UnicodeChar |
getCharacter()
Getter for character. |
CharNode[] |
getChars()
Getter for the array of characters enclosed in this node. |
int |
getSpaceFactor()
Getter for the space factor. |
TypesettingContext |
getTypesettingContext()
Getter for typesetting context. |
void |
toString(java.lang.StringBuffer sb,
java.lang.String prefix,
int breadth,
int depth)
This method puts the printable representation into the string buffer. |
void |
toText(java.lang.StringBuffer sb,
java.lang.String prefix)
This method puts the printable representation into the string buffer. |
java.lang.Object |
visit(NodeVisitor visitor,
java.lang.Object value)
This method provides an entry point for the visitor pattern. |
| Methods inherited from class org.extex.typesetter.type.node.AbstractNode |
|---|
addDepthTo, addHeightTo, addWidthTo, advanceNaturalDepth, advanceNaturalHeight, advanceNaturalWidth, atShipping, clone, computeAdjustment, getDepth, getHeight, getLocalizer, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, getWidth, maxDepth, maxHeight, maxWidth, setDepth, setHeight, setWidth, spreadHeight, spreadWidth, toString, toText |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public CharNode(TypesettingContext context,
UnicodeChar uc)
context - the typesetting contextuc - the Unicode character| Method Detail |
|---|
public int countChars()
countChars in interface NodecountChars in class AbstractNodeNode.countChars()public UnicodeChar getCharacter()
public CharNode[] getChars()
getChars in interface NodegetChars in class AbstractNodeNode.getChars()public int getSpaceFactor()
public TypesettingContext getTypesettingContext()
public void toString(java.lang.StringBuffer sb,
java.lang.String prefix,
int breadth,
int depth)
toString in interface NodetoString in class AbstractNodesb - the output string bufferprefix - the prefix string inserted at the beginning of each linebreadth - the breadth of the nodes to displaydepth - the depth of the nodes to displayNode.toString(
java.lang.StringBuffer,
java.lang.String,
int,
int)
public void toText(java.lang.StringBuffer sb,
java.lang.String prefix)
toText in interface NodetoText in class AbstractNodesb - the output string bufferprefix - the prefix string inserted at the beginning of each lineNode.toText(
java.lang.StringBuffer,
java.lang.String)
public java.lang.Object visit(NodeVisitor visitor,
java.lang.Object value)
throws GeneralException
visitor - the visitor to applyvalue - the argument for the visitor
GeneralException - in case of an errorNode.visit(
org.extex.typesetter.type.NodeVisitor,
java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||