Class VertexIndexLineSegmentStyle
- 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.VertexIndexLineSegmentStyle
-
- All Implemented Interfaces:
ChoosableStyle
,Style
,Cloneable
- Direct Known Subclasses:
VertexIndexLineSegmentStyle.VertexIndex
public class VertexIndexLineSegmentStyle extends LineStringVertexStyle
Displays the vertex index for each vertex of a line string. FUTURE: display index of linestring component in parent geometry- Version:
- 1.0
- Author:
- Martin Davis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexIndexLineSegmentStyle.VertexIndex
-
Field Summary
Fields Modifier and Type Field Description static int
FONT_BASE_SIZE
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.LineStringVertexStyle
icon, name
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
enabled, fillColorWithAlpha, lineColorWithAlpha, stroke
-
-
Constructor Summary
Constructors Constructor Description VertexIndexLineSegmentStyle(String name, String iconFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.LineStringVertexStyle
getIcon, getName, paintLineString
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
clone, initialize, isEnabled, paint, paintGeometry, setEnabled
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.ui.renderer.style.Style
clone, initialize, isEnabled, paint, setEnabled
-
-
-
-
Field Detail
-
FONT_BASE_SIZE
public static final int FONT_BASE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
paint
protected void paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g) throws Exception
- Specified by:
paint
in classLineStringVertexStyle
- Throws:
Exception
-
-