net.refractions.udig.printing.ui |
Allows access to the printing aspect of uDig.
Classes that can be extended or easily replaced are accessible here, including Templates.
Extension points:
- net.refractions.udig.printing.templateFactories
@since 0.3
@see http://udig.refractions.net/docs/Requirements.pdf
|
Java Source File Name | Type | Comment |
EditActionFactory.java | Interface | Creates an action that will be added to the PageEditor's
org.eclipse.gef.ui.actions.ActionRegistry . |
IBoxEditAction.java | Interface | Provides a UI for creating commands to edit a box's model
and creates the command for modifying the model. |
LocationStyleConfigurator.java | Class | Configures a "location style", which indicates that a particular layer can
be relocated, such as a scalebar or a legend. |
LocationStyleContent.java | Class | Rectangle indicating Location in device coordinates, w & h in 1/72 of an inch.
Screen Coordinates are used. |
ScalebarMapGraphic.java | Class | |
ScalebarStyleConfigurator.java | Class | Allows user to set the location of the scalebar?
ScalebarStyleConfigurator x = new ScalebarStyleConfigurator( ... |
Template.java | Interface | A Template describes each element to be realized onto a Page. |
TemplateFactory.java | Interface | The TemplateFactory is used by the printing system to instantiate
instances of Templates so that they can be used for printing. |