|
||||||||||
| 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
com.bbn.openmap.omGraphics.VerticalGrabPoint
public class VerticalGrabPoint
A GrabPoint that can only move in the vertical direction.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bbn.openmap.omGraphics.OMPoint |
|---|
OMPoint.Image |
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.omGraphics.GrabPoint |
|---|
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 | |
|---|---|
VerticalGrabPoint(int x,
int y)
|
|
| Method Summary | |
|---|---|
void |
set(int x,
int y)
x is ignored, since it can't affect the horizontal movement of a VerticalGrabPoint. |
void |
set(int x,
int y,
boolean override)
Move the point. |
void |
setX(int x)
No action, because horizontal movement is limited. |
| Methods inherited from class com.bbn.openmap.omGraphics.GrabPoint |
|---|
set, setDefaultDrawingAttributes |
| Methods inherited from class com.bbn.openmap.omGraphics.OMPoint |
|---|
generate, getLat, getLon, getRadius, getX, getY, hasLineTypeChoice, isOval, restore, set, setLat, setLon, setOval, setRadius, 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 |
| Constructor Detail |
|---|
public VerticalGrabPoint(int x,
int y)
| Method Detail |
|---|
public void set(int x,
int y)
set in class OMPoint
public void set(int x,
int y,
boolean override)
x - the new x locationy - the new y locationoverride - true if the horizontal limitation should be
ignored.public void setX(int x)
setX in class OMPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||