|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.omGraphics.awt.AbstractShapeDecoration | +--com.bbn.openmap.omGraphics.awt.SpacingShapeDecoration
The most simple decoration : space.
Field Summary |
Fields inherited from interface com.bbn.openmap.omGraphics.awt.ShapeDecoration |
LEFT, RIGHT |
Constructor Summary | |
SpacingShapeDecoration(float length)
Constructor. |
Method Summary | |
void |
draw(java.awt.Graphics g,
java.awt.geom.Point2D[] points,
boolean complete)
Draws itself along the specified polyline Called by ShapeDecorator |
Methods inherited from class com.bbn.openmap.omGraphics.awt.AbstractShapeDecoration |
getLength, getOrientation, getPaint, getStroke, getWidth, restoreGraphics, revert, setGraphics, setLength, setOrientation, setPaint, setStroke, setWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpacingShapeDecoration(float length)
length
- Method Detail |
public void draw(java.awt.Graphics g, java.awt.geom.Point2D[] points, boolean complete)
ShapeDecoration
g
- points
- the polylinecomplete
- true if the polyline length equals the
decoration lengthfr.free.lepicier.awt.ShapeDecoration#draw(Graphics,
Point2D[], boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |