|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.MapHandlerChild
com.bbn.openmap.OMComponent
com.bbn.openmap.graphicLoader.AbstractGraphicLoader
com.bbn.openmap.graphicLoader.AnimationTester
The AnimationTester is a simple GraphicLoader that lets you toss a bunch of sprites (circles) up on the map to watch them wiggle, to get a feel of the paint delay of the map. You can add sprites to the map (they get placed randomly), and clear the list, and adjust the length of delay between repaints().
Field Summary |
Fields inherited from class com.bbn.openmap.graphicLoader.AbstractGraphicLoader |
DO_NOT_UPDATE_TIMER, name, NameProperty, proj, receiver, timer, TimerCmd, updateInterval |
Fields inherited from class com.bbn.openmap.OMComponent |
i18n, propertyPrefix |
Fields inherited from class com.bbn.openmap.MapHandlerChild |
beanContextChildSupport |
Fields inherited from interface com.bbn.openmap.PropertyConsumer |
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty |
Constructor Summary | |
AnimationTester()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Method gets called by the timer if it's running. |
void |
addNode()
|
void |
clearNodes()
|
java.awt.Component |
getGUI()
Provide a GUI for controlling the GraphicLoader. |
void |
manageGraphics()
The method where the AbstractGraphicLoader is expected to tell the receiver what the OMGraphics are. |
Methods inherited from class com.bbn.openmap.graphicLoader.AbstractGraphicLoader |
createTimer, getName, getProjection, getProperties, getPropertyInfo, getReceiver, getTimer, getUpdateInterval, setName, setProjection, setProperties, setReceiver, setTimer, setUpdateInterval |
Methods inherited from class com.bbn.openmap.OMComponent |
getPropertyPrefix, setProperties, setPropertyPrefix |
Methods inherited from class com.bbn.openmap.MapHandlerChild |
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnimationTester()
Method Detail |
public void manageGraphics()
AbstractGraphicLoader
manageGraphics
in class AbstractGraphicLoader
OMGraphicHandler.setList(OMGraphicList)
public void addNode()
public void clearNodes()
public java.awt.Component getGUI()
AbstractGraphicLoader
getGUI
in interface GraphicLoader
getGUI
in class AbstractGraphicLoader
public void actionPerformed(java.awt.event.ActionEvent ae)
AbstractGraphicLoader
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class AbstractGraphicLoader
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |