|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.omGraphics.geom.BasicGeometry | +--com.bbn.openmap.omGraphics.OMGraphic | +--com.bbn.openmap.omGraphics.OMLine | +--com.bbn.openmap.tools.roads.RoadFinder.YellowLine
a yellow line for display routes between intersections
Field Summary |
Fields inherited from class com.bbn.openmap.omGraphics.OMLine |
arc, arrowDirectionType, arrowLocation, CURVED_LINE, doArrowHead, isPolyline, latlons, nsegs, pts, STRAIGHT_LINE, wingLength, wingTip, xpoints, ypoints |
Fields inherited from class com.bbn.openmap.omGraphics.OMGraphic |
declutterType, displayPaint, edgeMatchesFill, fillPaint, hasLabel, linePaint, matted, mattingPaint, renderType, selected, selectPaint, showEditablePalette, stroke, textureMask |
Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
APP_OBJECT_KEY, appObject, ATT_MAP_KEY, lineType, needToRegenerate, shape, visible |
Constructor Summary | |
RoadFinder.YellowLine(int x,
int y,
int x2,
int y2,
int width)
|
Method Summary | |
void |
render(java.awt.Graphics g)
Paint the line. |
Methods inherited from class com.bbn.openmap.omGraphics.OMLine |
addArrowHead, addArrowHead, addArrowHead, addArrowHead, contains, createArrowHeads, generate, getArc, getLL, getNumSegs, getPts, getWingLength, getWingTip, isPolyline, setArc, setLL, setNumSegs, setPts, shouldRenderFill |
Methods inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
_distance, appendShapeEdge, appendShapeEdge, appendShapeEdge, appendShapeEdge, checkAttributeMap, checkAttributeMap, clearAttributes, createAttributeMap, createBoxShape, createShape, createShape, describeShapeDetail, describeShapeDetail, distanceToEdge, draw, fill, getAppObject, getAppObject, getAttribute, getAttributeMap, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, isVisible, putAttribute, removeAttribute, replaceAppObjectWithAttributeMap, setAppObject, setAppObject, setAttributes, setLineType, setNeedToRegenerate, 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, draw, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, isVisible, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setVisible |
Constructor Detail |
public RoadFinder.YellowLine(int x, int y, int x2, int y2, int width)
Method Detail |
public void render(java.awt.Graphics g)
OMLine
render
in class OMLine
g
- Graphics context to render into
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |