|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScaleBar in gistoolkit.application.dialog |
Methods in gistoolkit.application.dialog that return ScaleBar | |
ScaleBar |
ScaleBarDialog.getScaleBar()
Get the edited ScaleBar from this dialog. |
Methods in gistoolkit.application.dialog with parameters of type ScaleBar | |
void |
ScaleBarDialog.setScaleBar(ScaleBar inScaleBar)
Set the ScaleBar into this dialog, it will serve as the template or defaults. |
Uses of ScaleBar in gistoolkit.application.dialog.scalebar |
Methods in gistoolkit.application.dialog.scalebar that return ScaleBar | |
abstract ScaleBar |
ScaleBarPanel.getScaleBar()
called when the editing is complete, and the shader is to be used |
ScaleBar |
SimpleScaleBarPanel.getScaleBar()
retrieve the edited ScaleBar from the dialog |
Methods in gistoolkit.application.dialog.scalebar with parameters of type ScaleBar | |
abstract void |
ScaleBarPanel.setScaleBar(ScaleBar inScaleBar)
called when a shader is to be edited |
void |
SimpleScaleBarPanel.setScaleBar(ScaleBar inScaleBar)
Set the ScaleBar to be edited. |
Uses of ScaleBar in gistoolkit.display |
Methods in gistoolkit.display that return ScaleBar | |
ScaleBar |
GISDisplay.getScaleBar()
Get the currently employed scale bar for this may, may return null if no scalebar is set. |
Methods in gistoolkit.display with parameters of type ScaleBar | |
void |
GISDisplay.setScaleBar(ScaleBar inScaleBar)
Set the scale bar to use with the map, use null for no scalebar. |
Uses of ScaleBar in gistoolkit.display.scalebar |
Classes in gistoolkit.display.scalebar that implement ScaleBar | |
class |
MeterToEnglishScaleBar
Class to display a scale bar on the map. |
class |
MeterToMetricScaleBar
Class to display a scale bar on the map. |
class |
SimpleScaleBar
Class to display a scale bar on the map. |
Uses of ScaleBar in gistoolkit.server |
Methods in gistoolkit.server that return ScaleBar | |
ScaleBar |
Service.getScaleBar()
get the scale bar to use with this layer. |
Methods in gistoolkit.server with parameters of type ScaleBar | |
void |
Service.setScaleBar(ScaleBar inScaleBar)
set the scale bar to use with this layer. |
Uses of ScaleBar in gistoolkit.server.mapservice.adminextender |
Methods in gistoolkit.server.mapservice.adminextender with parameters of type ScaleBar | |
static void |
ScaleBarHandler.showScaleBarSelectPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
Uses of ScaleBar in gistoolkit.server.mapservice.adminextender.scalebarhandlers |
Methods in gistoolkit.server.mapservice.adminextender.scalebarhandlers with parameters of type ScaleBar | |
static void |
SimpleScaleBarHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
static void |
SimpleScaleBarHandler.showSimpleScalebarPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
static void |
SimpleScaleBarHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar,
java.lang.String inAction)
Handle events for the SimpleScaleBar. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |