|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a page for the back-end. It carries nodes and allows access to additional parameters.
Method Summary | |
Color |
getColor()
Getter for the background color. |
Dimen |
getMediaHeight()
Getter for the height of the media. |
Dimen |
getMediaHOffset()
Getter for the horizontal offset of the media. |
Dimen |
getMediaVOffset()
Getter for the vertical offset of the media. |
Dimen |
getMediaWidth()
Getter for the width of the media. |
NodeList |
getNodes()
Getter for the node list. |
FixedCount[] |
getPageNo()
Getter for the array of page numbers. |
void |
setColor(Color background)
Setter for the background color. |
void |
setMediaHeight(Dimen height)
Setter for the height of the media. |
void |
setMediaHOffset(Dimen offset)
Setter for the horizontal offset of the media. |
void |
setMediaVOffset(Dimen offset)
Setter for the vertical offset of the media. |
void |
setMediaWidth(Dimen width)
Setter for the width of the media. |
Method Detail |
public Color getColor()
public Dimen getMediaHeight()
public Dimen getMediaHOffset()
public Dimen getMediaVOffset()
public Dimen getMediaWidth()
public NodeList getNodes()
public FixedCount[] getPageNo()
public void setColor(Color background)
background
- the background colorpublic void setMediaHeight(Dimen height)
height
- the media heightpublic void setMediaHOffset(Dimen offset)
offset
- the media horizontal offsetpublic void setMediaVOffset(Dimen offset)
offset
- the media vertical offsetpublic void setMediaWidth(Dimen width)
width
- the media width
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |