|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Page
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 |
|---|
Color getColor()
Dimen getMediaHeight()
Dimen getMediaHOffset()
Dimen getMediaVOffset()
Dimen getMediaWidth()
NodeList getNodes()
FixedCount[] getPageNo()
void setColor(Color background)
background - the background colorvoid setMediaHeight(Dimen height)
height - the media heightvoid setMediaHOffset(Dimen offset)
offset - the media horizontal offsetvoid setMediaVOffset(Dimen offset)
offset - the media vertical offsetvoid setMediaWidth(Dimen width)
width - the media width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||