|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extension
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 |
|---|
Dimen getWidth()
Dimen getHeight()
Dimen getDepth()
void setWidth(FixedDimen width)
width - the new widthvoid setHeight(FixedDimen height)
height - the new heightvoid setDepth(FixedDimen depth)
depth - the nde depth
void toText(java.lang.StringBuffer sb,
java.lang.String prefix)
sb - the output string bufferprefix - the prefix string inserted at the beginning of each line
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 | |||||||||