|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.omGraphics.geom.BasicGeometry
com.bbn.openmap.omGraphics.OMGraphicAdapter
com.bbn.openmap.omGraphics.OMPoint
com.bbn.openmap.omGraphics.GrabPoint
public class GrabPoint
A GrabPoint is used by editable graphics to show a location that can be adjusted. Some GrabPoints are limited in the direction that they are able to move.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bbn.openmap.omGraphics.OMPoint |
|---|
OMPoint.Image |
| Field Summary | |
|---|---|
static int |
DEFAULT_RADIUS
|
| Fields inherited from class com.bbn.openmap.omGraphics.OMPoint |
|---|
DEFAULT_ISOVAL, lat1, lon1, oval, radius, x, y |
| Fields inherited from class com.bbn.openmap.omGraphics.OMGraphicAdapter |
|---|
declutterType, displayPaint, edgeMatchesFill, fillPaint, hasLabel, linePaint, matted, mattingPaint, renderType, selected, selectPaint, showEditablePalette, stroke, textureMask |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
|---|
attributes, lineType, needToRegenerate, shape, visible |
| Constructor Summary | |
|---|---|
GrabPoint(int x,
int y)
|
|
GrabPoint(int x,
int y,
int radius)
|
|
| Method Summary | |
|---|---|
void |
set(double x,
double y)
For lat/lon rendertype points, to move the point location. |
void |
setDefaultDrawingAttributes(int pointRadius)
|
| Methods inherited from class com.bbn.openmap.omGraphics.OMPoint |
|---|
generate, getLat, getLon, getRadius, getX, getY, hasLineTypeChoice, isOval, restore, set, set, setLat, setLon, setOval, setRadius, setX, setY |
| Methods inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
|---|
_distance, appendShapeEdge, appendShapeEdge, appendShapeEdge, appendShapeEdge, clearAttributes, contains, createAttributeMap, createBoxShape, createShape, createShape, describeShapeDetail, describeShapeDetail, distanceToEdge, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getDescription, getLineType, getNeedToRegenerate, getShape, isRenderable, isRenderable, isVisible, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape, setVisible |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bbn.openmap.omGraphics.OMGeometry |
|---|
clearAttributes, contains, distance, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getDescription, getLineType, getNeedToRegenerate, getShape, isRenderable, isRenderable, isVisible, putAttribute, removeAttribute, render, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape, setVisible |
| Field Detail |
|---|
public static final int DEFAULT_RADIUS
| Constructor Detail |
|---|
public GrabPoint(int x,
int y)
public GrabPoint(int x,
int y,
int radius)
| Method Detail |
|---|
public void set(double x,
double y)
OMPoint
set in class OMPointpublic void setDefaultDrawingAttributes(int pointRadius)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||