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

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

Uses of GrabPoint in com.bbn.openmap.omGraphics
 

Subclasses of GrabPoint in com.bbn.openmap.omGraphics
 class HorizontalGrabPoint
          A GrabPoint that can only move in the horizontal direction.
 class OffsetGrabPoint
          An OffsetGrabPoint is one that manages other grab points.
 class VerticalGrabPoint
          A GrabPoint that can only move in the vertical direction.
 

Fields in com.bbn.openmap.omGraphics declared as GrabPoint
 GrabPoint OffsetGrabPoint.Offset.gp
           
protected  GrabPoint EditableOMLine.gp1
           
protected  GrabPoint EditableOMLine.gp2
           
protected  GrabPoint EditableOMText.gpc
           
protected  GrabPoint EditableOMPoint.gpc
           
protected  GrabPoint EditableOMScalingRaster.gpne
           
protected  GrabPoint EditableOMRect.gpne
           
protected  GrabPoint EditableOMCircle.gpne
           
protected  GrabPoint EditableOMScalingRaster.gpnw
           
protected  GrabPoint EditableOMRect.gpnw
           
protected  GrabPoint EditableOMCircle.gpnw
           
protected  GrabPoint[] EditableOMGraphic.gPoints
          The array of GrabPoints.
protected  GrabPoint EditableOMCircle.gpr
           
protected  GrabPoint EditableOMScalingRaster.gpse
           
protected  GrabPoint EditableOMRect.gpse
           
protected  GrabPoint EditableOMCircle.gpse
           
protected  GrabPoint EditableOMScalingRaster.gpsw
           
protected  GrabPoint EditableOMRect.gpsw
           
protected  GrabPoint EditableOMCircle.gpsw
           
protected  GrabPoint EditableOMGraphic.movingPoint
          This GrabPoint is one that has been grabbed by the mouse, and is being moved.
 

Fields in com.bbn.openmap.omGraphics with type parameters of type GrabPoint
protected  java.util.Hashtable<GrabPoint,OffsetGrabPoint.Offset> OffsetGrabPoint.offsetPoints
          The list of GrabPoints to move when this point moves.
protected  java.util.List<GrabPoint> EditableOMPoly.polyGrabPoints
           
 

Methods in com.bbn.openmap.omGraphics that return GrabPoint
 GrabPoint EditableOMGraphic._getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint OffsetGrabPoint.addGrabPoint(GrabPoint gp)
          Add a GrabPoint to the internal list.
protected  GrabPoint EditableOMPoly.createGrabPoint(int x, int y, int index, int last)
          An internal method that tries to make sure that the grab point for the first node, and for the last, in case of an enclosed polygon, are OffsetGrabPoints.
 GrabPoint EditableOMPoly.getGrabPoint(int index)
          Return a particular GrabPoint at a particular point in the array.
 GrabPoint EditableOMGraphic.getGrabPoint(int index)
          Return a particular GrabPoint at a particular point in the array.
 GrabPoint[] EditableOMPoly.getGrabPoints()
          Get the array of grab points used for the EditableOMGraphic.
 GrabPoint[] EditableOMGraphicList.getGrabPoints()
           
 GrabPoint[] EditableOMGraphic.getGrabPoints()
          Get the array of grab points used for the EditableOMGraphic.
 GrabPoint EditableOMGraphic.getMovingPoint()
          Get the GrabPoint that is being moved.
 GrabPoint EditableOMText.getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint EditableOMPoly.getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint EditableOMPoint.getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint EditableOMGraphicList.getMovingPoint(java.awt.event.MouseEvent me)
           
 GrabPoint EditableOMGraphic.getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint EditableOMCircle.getMovingPoint(java.awt.event.MouseEvent e)
          Given a MouseEvent, find a GrabPoint that it is touching, and set the moving point to that GrabPoint.
 GrabPoint OffsetGrabPoint.removeGrabPoint(GrabPoint rgp)
          Remove a GrabPoint to the internal list.
 

Methods in com.bbn.openmap.omGraphics with parameters of type GrabPoint
 GrabPoint OffsetGrabPoint.addGrabPoint(GrabPoint gp)
          Add a GrabPoint to the internal list.
 int EditableOMPoly.addPoint(GrabPoint gp)
          Add a point at a certain point in the polygon coordinate list.
 int EditableOMPoly.addPoint(GrabPoint gp, int position)
          Add a point at a certain point in the polygon coordinate list.
 GrabPoint OffsetGrabPoint.removeGrabPoint(GrabPoint rgp)
          Remove a GrabPoint to the internal list.
 boolean EditableOMPoly.setGrabPoint(GrabPoint gb, int index)
          Set the GrabPoint at a particule index of the array.
 boolean EditableOMGraphic.setGrabPoint(GrabPoint gb, int index)
          Set the GrabPoint at a particule index of the array.
 boolean EditableOMPoly.setGrabPoints(GrabPoint[] points)
          Set the grab point objects within the EditableOMGraphic array.
 boolean EditableOMGraphic.setGrabPoints(GrabPoint[] points)
          Set the grab point objects within the EditableOMGraphic array.
 void EditableOMPoly.setMovingPoint(GrabPoint gp)
          Set the GrabPoint that is in the middle of being modified, as a result of a mouseDragged event, or other selection process.
 void EditableOMLine.setMovingPoint(GrabPoint gp)
          Set the GrabPoint that is in the middle of being modified, as a result of a mouseDragged event, or other selection process.
 void EditableOMGraphic.setMovingPoint(GrabPoint gp)
          Set the GrabPoint that is in the middle of being modified, as a result of a mouseDragged event, or other selection.
 void EditableOMCircle.setMovingPoint(GrabPoint gp)
          Set the GrabPoint that is in the middle of being modified, as a result of a mouseDragged event, or other selection process.
 int EditableOMPoly.whichGrabPoint(GrabPoint gp)
          Given a grab point, return its index into the polygon array.
 

Constructors in com.bbn.openmap.omGraphics with parameters of type GrabPoint
OffsetGrabPoint.Offset(GrabPoint grabPoint)
           
 



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