Package net.refractions.udig.printing.model

Interface Summary
Box A Box is a conceptual object that can appear on a page.
BoxPrinter Draws the preview for a box and prints the contents of a box.
Connection A Connection represents some sort of relation between two Boxes.
DecoratorBox A generic implementation of a Decorator.
Element An Element object represents an item of the printing framework and has the following characteristics: a location a size Each object to be included in a Page must implement this interface.
ModelFactory The Factory for the model.
ModelPackage The Package for the model.
Page Represents a set of positioned Boxes to be drawn.
Trace Constants for use with eclipse tracing api.
 

Class Summary
AbstractBoxPrinter Provides simple/stupid implementation for the optional methods in BoxPrinter.
PageProjectElementFactory Provides a way to arbitrarily create a Page
PrintingModelPlugin The main plugin class to be used in the desktop.
PropertyListener Provides easy access for listening to printing events.