public class OMRectLoader extends AbstractToolLoader implements EditToolLoader
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
graphicClassName |
graphicInfo, i18n
Constructor and Description |
---|
OMRectLoader() |
Modifier and Type | Method and Description |
---|---|
EditableOMGraphic |
getEditableGraphic(OMGraphic graphic)
Give an OMGraphic to the EditToolLoader, which will create an
EditableOMGraphic for it.
|
EditableOMGraphic |
getEditableGraphic(java.lang.String classname,
GraphicAttributes ga)
Give the classname of a graphic to create, returning an
EditableOMGraphic for that graphic.
|
void |
init()
Each subclass should initialize the graphicInfo HashMap by
calling addEditClassWrapper(EditClassWrapper).
|
addEditClassWrapper, getEditableClasses, getEditableGraphic, getIcon, getPrettyName, removeEditClassWrapper
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEditableClasses, getEditableGraphic, getIcon, getPrettyName
public void init()
AbstractToolLoader
init
in class AbstractToolLoader
public EditableOMGraphic getEditableGraphic(java.lang.String classname, GraphicAttributes ga)
getEditableGraphic
in interface EditToolLoader
getEditableGraphic
in class AbstractToolLoader
public EditableOMGraphic getEditableGraphic(OMGraphic graphic)
getEditableGraphic
in interface EditToolLoader
getEditableGraphic
in class AbstractToolLoader
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details