net.refractions.udig.printing.model
Interface Page

All Superinterfaces:
Element

public interface Page
extends Element

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.

Since:
0.3
Author:
Richard Gould

Method Summary
 java.util.List<Box> getBoxes()
          Each Box represents an item to be drawn and printed, and can be resized and repositioned.
 
Methods inherited from interface net.refractions.udig.printing.model.Element
getLocation, getSize, setLocation, setSize
 

Method Detail

getBoxes

java.util.List<Box> getBoxes()
Each Box represents an item to be drawn and printed, and can be resized and repositioned.

Returns:
the List of Boxes on this Page