| net.refractions.udig.printing.model.Page
All known Subclasses: net.refractions.udig.printing.model.impl.PageImpl,
Page | public interface Page extends Element,ProjectElement(Code) | | Represents a set of positioned Boxes to be drawn.
This class is generally used to draw the boxes on the screen and position
them according to a user's wish. They can be repositioned by accessing
the location and size properties on each individual Box.
author: Richard Gould since: 0.3 |
Method Summary | |
public List<Box> | getBoxes() Each Box represents an item to be drawn and printed, and can be
resized and repositioned. |
getBoxes | public List<Box> getBoxes()(Code) | | Each Box represents an item to be drawn and printed, and can be
resized and repositioned.
the List of Boxes on this Page |
|
|