public interface GraphicLoader
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getGUI()
The method that calls the GUI that controls the GraphicLoader.
|
java.lang.String |
getName()
Get a pretty name for GUI representation that lets folks know
what the GraphicLoader does.
|
OMGraphicHandler |
getReceiver()
Get the OMGraphicHandler that will receive OMGraphic updates
from the GraphicLoader.
|
void |
setProjection(Projection p)
Let the GraphicLoader know what the projection is.
|
void |
setReceiver(OMGraphicHandler r)
Set the OMGraphicHandler that will receive OMGraphic updates
from the GraphicLoader.
|
java.awt.Component getGUI()
void setProjection(Projection p)
void setReceiver(OMGraphicHandler r)
OMGraphicHandler getReceiver()
java.lang.String getName()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details