Package | Description |
---|---|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<EditToolLoader> |
DrawingEditorTool.loaderList
The ArrayList containing the EditToolLoaders for the drawing tool.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingEditorTool.addEditToolLoader(EditToolLoader loader) |
void |
DrawingEditorTool.removeEditToolLoader(EditToolLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolLoader
The AbstractToolLoader groups together some of the code that was
being duplicated in the different EditToolLoaders.
|
class |
OMCircleLoader
Loader that knows how to create/edit OMCircle and OMRangeRings
objects.
|
class |
OMDecoratedSplineLoader
OMDecoratedSplineLoader
|
class |
OMDistanceLoader
Loader that knows how to create/edit OMDistance objects.
|
class |
OMLineLoader
Loader that knows how to create/edit OMLine objects.
|
class |
OMPointLoader
Loader that knows how to create/edit OMPoint objects.
|
class |
OMPolyLoader
Loader that knows how to create/edit OMPoly objects.
|
class |
OMRectLoader
Loader that knows how to create/edit OMRect objects.
|
class |
OMScalingRasterLoader
Loader that knows how to create/edit OMRect objects.
|
class |
OMSplineLoader
OMSplineLoader
|
class |
OMTextLoader
Loader that knows how to create/edit OMText objects.
|
Modifier and Type | Field and Description |
---|---|
EditToolLoader |
OMDrawingToolLauncher.LoaderHolder.loader |
Modifier and Type | Method and Description |
---|---|
EditToolLoader[] |
OMDrawingTool.getLoaders()
Get all the loaders the OMDrawingTool has access to.
|
EditToolLoader[] |
DrawingTool.getLoaders()
Get an array of EditToolLoaders that the DrawingTool knows
about.
|
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingToolLauncher.addLoader(EditToolLoader etl) |
void |
OMDrawingTool.addLoader(EditToolLoader loader)
Add an EditToolLoader to the Hashtable of loaders that the OMDrawingTool
can use to create/modify OMGraphics.
|
void |
DrawingTool.addLoader(EditToolLoader loader)
Add an EditToolLoader to the DrawingTool, expanding the
DrawingTool's capability to handle more graphic types.
|
void |
OMDrawingToolLauncher.removeLoader(EditToolLoader etl) |
void |
OMDrawingTool.removeLoader(EditToolLoader loader)
Remove an EditToolLoader from the Hashtable of loaders that the
OMDrawingTool can use to create/modify OMGraphics.
|
void |
DrawingTool.removeLoader(EditToolLoader loader)
Remove an EditToolLoader from the DrawingTool.
|
void |
OMDrawingTool.setLoaders(EditToolLoader[] etls)
Set the loaders that the OMDrawingTool has access to.
|
void |
DrawingTool.setLoaders(EditToolLoader[] loaders)
Set the loaders within the DrawingTool.
|
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingToolLauncher.setLoaders(java.util.Iterator<EditToolLoader> iterator)
Set the loaders with an Iterator containing EditToolLoaders.
|
Constructor and Description |
---|
OMDrawingToolLauncher.LoaderHolder(java.lang.String pn,
EditToolLoader etl) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details