Class DelineationVertexStyle
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
-
- org.locationtech.jts.jump.demo.delineation.DelineationVertexStyle
-
public class DelineationVertexStyle extends VertexStyle
Paints anchored vertices green and unanchored vertices red.
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
shape, size
-
-
Constructor Summary
Constructors Constructor Description DelineationVertexStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(Feature f, Graphics2D g, Viewport viewport)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
clone, getSize, initialize, isEnabled, paint, render, setEnabled, setSize
-
-
-
-
Method Detail
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
- Specified by:
paint
in interfaceStyle
- Overrides:
paint
in classVertexStyle
- Throws:
Exception
-
-