|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
public static class ApplicationGIS.DrawMapParameter
Parameter class for
ApplicationGIS.drawMap(net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter)
ApplicationGIS.drawMap(net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter)
Constructor Summary | |
---|---|
ApplicationGIS.DrawMapParameter(ApplicationGIS.DrawMapParameter params2)
Copies the parameters as well as the graphics and destinationSize objects. |
|
ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics,
java.awt.Dimension destinationSize,
IMap toDraw,
BoundsStrategy boundsStrategy,
int dpi,
SelectionStyle selectionStyle,
IProgressMonitor monitor)
New instance |
|
ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics,
java.awt.Dimension destinationSize,
IMap toDraw,
BoundsStrategy boundsStrategy,
int dpi,
SelectionStyle selectionStyle,
IProgressMonitor monitor,
boolean transparent,
boolean doBufferedImageForGrids)
New instance |
|
ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics,
java.awt.Dimension destinationSize,
IMap toDraw,
int dpi,
IProgressMonitor monitor)
Create a new instance with the given DPI |
|
ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics,
java.awt.Dimension destinationSize,
IMap toDraw,
IProgressMonitor monitor)
Create a new instance with a DPI of 90 (OGC default). |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics, java.awt.Dimension destinationSize, IMap toDraw, BoundsStrategy boundsStrategy, int dpi, SelectionStyle selectionStyle, IProgressMonitor monitor, boolean transparent, boolean doBufferedImageForGrids)
graphics
- The graphics to draw todestinationSize
- the size of the area to draw totoDraw
- the map to draw.boundsStrategy
- An object for determining how to set the bounds on the map. Feel free to extend the current implementationdpi
- the dpi of the map. The standard PDF is 72, the standard according to the OGC is 90selectionStyle
- how to handle the selection (getFilter()) on a lyaermonitor
- a progress monitorpublic ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics, java.awt.Dimension destinationSize, IMap toDraw, BoundsStrategy boundsStrategy, int dpi, SelectionStyle selectionStyle, IProgressMonitor monitor)
graphics
- The graphics to draw todestinationSize
- the size of the area to draw totoDraw
- the map to draw.boundsStrategy
- An object for determining how to set the bounds on the map. Feel free to extend the current implementationdpi
- the dpi of the map. The standard PDF is 72, the standard according to the OGC is 90selectionStyle
- how to handle the selection (getFilter()) on a lyaermonitor
- a progress monitorpublic ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics, java.awt.Dimension destinationSize, IMap toDraw, IProgressMonitor monitor)
graphics
- the graphics to draw on.destinationSize
- the destination size.toDraw
- the map to drawmonitor
- the progress monitorpublic ApplicationGIS.DrawMapParameter(java.awt.Graphics2D graphics, java.awt.Dimension destinationSize, IMap toDraw, int dpi, IProgressMonitor monitor)
graphics
- the graphics to draw on.destinationSize
- the destination size.toDraw
- the map to drawdpi
- the output DPImonitor
- the progress monitorpublic ApplicationGIS.DrawMapParameter(ApplicationGIS.DrawMapParameter params2)
params2
- the parameters to copy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |