|
||||||||||
| 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.WhatsItNode
org.extex.typesetter.type.node.ExtensionNode
public class ExtensionNode
This class provides an extension mechanism for nodes. With this class it is possible to insert arbitrary nodes into the typesetter tree.
| 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 | |
|---|---|
ExtensionNode(Extension theExtension)
Creates a new object. |
|
| Method Summary | |
|---|---|
FixedDimen |
getDepth()
Getter for the depth of the node. |
FixedDimen |
getHeight()
Getter for the height of the node. |
FixedDimen |
getWidth()
Getter for the width of the node. |
void |
setDepth(FixedDimen depth)
Setter for the depth of the node. |
void |
setHeight(FixedDimen height)
Setter for the height of the node. |
void |
setWidth(FixedDimen width)
Setter for the width of the node. |
| Methods inherited from class org.extex.typesetter.type.node.WhatsItNode |
|---|
toString, visit |
| Methods inherited from class org.extex.typesetter.type.node.AbstractNode |
|---|
addDepthTo, addHeightTo, addWidthTo, advanceNaturalDepth, advanceNaturalHeight, advanceNaturalWidth, atShipping, clone, computeAdjustment, countChars, getChars, getLocalizer, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, maxDepth, maxHeight, maxWidth, spreadHeight, spreadWidth, toString, toText, toText |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.extex.typesetter.type.Node |
|---|
addDepthTo, addHeightTo, addWidthTo, atShipping, countChars, getChars, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, spreadHeight, spreadWidth, toString, toText, visit |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public ExtensionNode(Extension theExtension)
theExtension - the extension object| Method Detail |
|---|
public FixedDimen getDepth()
getDepth in interface NodegetDepth in class AbstractNodeAbstractNode.getDepth()public FixedDimen getHeight()
getHeight in interface NodegetHeight in class AbstractNodeAbstractNode.getHeight()public FixedDimen getWidth()
getWidth in interface NodegetWidth in class AbstractNodeAbstractNode.getWidth()public void setDepth(FixedDimen depth)
setDepth in interface NodesetDepth in class AbstractNodedepth - the node depthNode.setDepth(
org.extex.core.dimen.FixedDimen)public void setHeight(FixedDimen height)
setHeight in interface NodesetHeight in class AbstractNodeheight - the new heightNode.setHeight(
org.extex.core.dimen.FixedDimen)public void setWidth(FixedDimen width)
setWidth in interface NodesetWidth in class AbstractNodewidth - the new widthNode.setWidth(
org.extex.core.dimen.FixedDimen)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||