| net.refractions.udig.printing.model.Element
All known Subclasses: net.refractions.udig.printing.model.impl.ElementImpl,
Element | public interface Element extends EObject(Code) | | An Element object represents an item of the printing framework
and has the following characteristics:
Each object to be included in a Page must implement this interface.
author: Richard Gould since: 0.3 |
getLocation | abstract public Point getLocation()(Code) | | this element's location (x, y) See Also: Point |
getSize | abstract public Dimension getSize()(Code) | | The size is calculated in pixels, and represent coordinates on a page.
this element's size (width, height) See Also: Dimension |
|
|