Uses of Class
com.bbn.openmap.layer.beanbox.SimpleBeanObject

Packages that use SimpleBeanObject
com.bbn.openmap.layer.beanbox Provides a sample openmap application that uses the openmap beanbox. 
 

Uses of SimpleBeanObject in com.bbn.openmap.layer.beanbox
 

Subclasses of SimpleBeanObject in com.bbn.openmap.layer.beanbox
 class Fighter
          A SimpleBeanObject that represents a Fighter.
 class SimpleBeanContainer
          A SimpleBeanContainer is itself a bean.
 

Methods in com.bbn.openmap.layer.beanbox that return SimpleBeanObject
 SimpleBeanObject SimpleBeanLayer.getObject(long id)
           
 SimpleBeanObject SimpleBeanLayer.getObject(java.lang.Long id)
          returns a bean with the specified id.
 

Methods in com.bbn.openmap.layer.beanbox with parameters of type SimpleBeanObject
 void SimpleBeanLayer.addObject(SimpleBeanObject object)
          Adds a bean to this layer.
abstract  OMGraphic CustomGraphic.createGraphic(SimpleBeanObject object)
          Override this method to create and return the object's graphic representation.
 OMGraphic ContainerGraphic.createGraphic(SimpleBeanObject object)
          Returns an OMRect object with dimensions equal to the width and height of the SimpleBeanContainer and position equal to the center lat/lon position of the SimpleBeanContainer object.
 void CustomGraphic.updateGraphic(SimpleBeanObject object)
          Change the graphic to reflect the current state of the object.
 void ContainerGraphic.updateGraphic(SimpleBeanObject object)
          Updates the width, height and position of OMRect object used to represent the SimpleBeanContainer object with the corresponding values in the SimpleBeanContainer object.
 void SimpleBeanLayer.updateObject(SimpleBeanObject object)
          Update the specified SimpleBeanObject object that may be maintained by this layer.
 

Constructors in com.bbn.openmap.layer.beanbox with parameters of type SimpleBeanObject
ContainerGraphic(SimpleBeanObject object)
           
CustomGraphic(SimpleBeanObject object)
          Create a graphical representation of the object.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details