Uses of Class
com.bbn.openmap.omGraphics.OffsetGrabPoint

Packages that use OffsetGrabPoint
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
 

Uses of OffsetGrabPoint in com.bbn.openmap.omGraphics
 

Fields in com.bbn.openmap.omGraphics declared as OffsetGrabPoint
protected  OffsetGrabPoint EditableOMScalingRaster.gpc
           
protected  OffsetGrabPoint EditableOMRect.gpc
           
protected  OffsetGrabPoint EditableOMCircle.gpc
           
protected  OffsetGrabPoint EditableOMPoly.gpm
           
protected  OffsetGrabPoint EditableOMLine.gpm
           
protected  OffsetGrabPoint EditableOMGraphicList.gpm
          For grabbing the list objects and moving them.
protected  OffsetGrabPoint EditableOMCircle.gpm
           
protected  OffsetGrabPoint EditableOMText.gpo
           
protected  OffsetGrabPoint EditableOMScalingRaster.gpo
           
protected  OffsetGrabPoint EditableOMRect.gpo
           
protected  OffsetGrabPoint EditableOMPoly.gpo
           
protected  OffsetGrabPoint EditableOMPoint.gpo
           
protected  OffsetGrabPoint EditableOMLine.gpo
           
protected  OffsetGrabPoint EditableOMCircle.gpo
           
 

Methods in com.bbn.openmap.omGraphics with parameters of type OffsetGrabPoint
protected  void EditableOMPoly.addPolyGrabPointsToOGP(OffsetGrabPoint ogp)
          This method adds all the GrabPoints associated with the polygon nodes and adds them to the offset GrabPoint representing the lat/lon anchor point.
 void EditableOMText.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMScalingRaster.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMRect.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMPoly.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMPoint.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMLine.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMGraphic.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMCircle.attachToMovingGrabPoint(OffsetGrabPoint gp)
          Attach to the Moving OffsetGrabPoint so if it moves, it will move this EditableOMGraphic with it.
 void EditableOMText.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMScalingRaster.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMRect.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMPoly.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMPoint.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMLine.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMGraphic.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 void EditableOMCircle.detachFromMovingGrabPoint(OffsetGrabPoint gp)
          Detach from a Moving OffsetGrabPoint.
 



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