Package | Description |
---|---|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<GrabPoint,OffsetGrabPoint.Offset> |
OffsetGrabPoint.offsetPoints
The list of GrabPoints to move when this point moves.
|
protected java.util.ArrayList<GrabPoint> |
EditableOMPoly.polyGrabPoints |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OffsetGrabPoint.Offset(GrabPoint grabPoint) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details