|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.node.AbstractNode
de.dante.extex.typesetter.type.node.WhatsItNode
de.dante.extex.typesetter.type.node.pdftex.PdfXImage
This node denotes an ximage.
This node type represents the extension node from the perspective of
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Fields inherited from class de.dante.extex.typesetter.type.node.AbstractNode |
NO_CHARS |
Constructor Summary | |
PdfXImage(java.lang.String resource,
RuleNode rule,
java.lang.String attr,
long page)
Creates a new object. |
Method Summary | |
java.lang.String |
getAttr()
Getter for the attribute string. |
long |
getPage()
Getter for page number. |
java.lang.String |
getResource()
Getter for resource name. |
RuleNode |
getRule()
Getter for rule. |
void |
toString(java.lang.StringBuffer sb,
java.lang.String prefix,
int breadth,
int depth)
This method puts the printable representation into the string buffer. |
Methods inherited from class de.dante.extex.typesetter.type.node.WhatsItNode |
visit |
Methods inherited from class de.dante.extex.typesetter.type.node.AbstractNode |
addDepthTo, addHeightTo, addWidthTo, advanceDepth, advanceHeight, advanceWidth, atShipping, computeAdjustment, countChars, getChars, getDepth, getHeight, getLocalizer, getVerticalSize, getWidth, maxDepth, maxHeight, maxWidth, setDepth, setHeight, setWidth, spreadHeight, spreadWidth, toString, toText, toText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final long serialVersionUID
Constructor Detail |
public PdfXImage(java.lang.String resource, RuleNode rule, java.lang.String attr, long page)
resource
- the name of the objectrule
- the ruleattr
- the attribute string. This can be null
.page
- the page numberMethod Detail |
public java.lang.String getAttr()
public long getPage()
public java.lang.String getResource()
public RuleNode getRule()
public void toString(java.lang.StringBuffer sb, java.lang.String prefix, int breadth, int depth)
Node
toString
in interface Node
toString
in class WhatsItNode
Node.toString(
java.lang.StringBuffer,
java.lang.String,
int,
int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |