com.vividsolutions.jump.workbench.ui.renderer.style
Class VertexXYLineSegmentStyle
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringVertexStyle
com.vividsolutions.jump.workbench.ui.renderer.style.VertexXYLineSegmentStyle
- All Implemented Interfaces:
- ChoosableStyle, Style, java.lang.Cloneable
- Direct Known Subclasses:
- VertexXYLineSegmentStyle.VertexXY
public class VertexXYLineSegmentStyle
- extends LineStringVertexStyle
Displays the X,Y coordinate values for each vertex of a line string.
- Version:
- 1.0
- Author:
- Martin Davis
|
Method Summary |
protected void |
paint(java.awt.geom.Point2D p,
com.vividsolutions.jts.geom.LineString line,
int index,
Viewport viewport,
java.awt.Graphics2D g)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FONT_BASE_SIZE
public static final int FONT_BASE_SIZE
- See Also:
- Constant Field Values
VertexXYLineSegmentStyle
public VertexXYLineSegmentStyle(java.lang.String name,
java.lang.String iconFile)
paint
protected void paint(java.awt.geom.Point2D p,
com.vividsolutions.jts.geom.LineString line,
int index,
Viewport viewport,
java.awt.Graphics2D g)
throws java.lang.Exception
- Specified by:
paint in class LineStringVertexStyle
- Throws:
java.lang.Exception