|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the capabilities for an extension object to be inserted into an extension node.
Method Summary | |
Dimen |
getDepth()
Getter for the depth of the node. |
Dimen |
getHeight()
Getter for the height of the node. |
Dimen |
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. |
void |
toString(java.lang.StringBuffer sb,
java.lang.String prefix)
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. |
Method Detail |
public Dimen getWidth()
public Dimen getHeight()
public Dimen getDepth()
public void setWidth(FixedDimen width)
width
- the new widthpublic void setHeight(FixedDimen height)
height
- the new heightpublic void setDepth(FixedDimen depth)
depth
- the nde depthpublic void toText(java.lang.StringBuffer sb, java.lang.String prefix)
sb
- the output string bufferprefix
- the prefix string inserted at the beginning of each linepublic void toString(java.lang.StringBuffer sb, java.lang.String prefix)
sb
- the output string bufferprefix
- the prefix string inserted at the beginning of each line
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |