Class RingVertexStyle
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.RingVertexStyle
-
public class RingVertexStyle extends VertexStyle
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
shape, size
-
-
Constructor Summary
Constructors Constructor Description RingVertexStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSize()
protected void
render(Graphics2D g)
void
setSize(int size)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.VertexStyle
clone, initialize, isEnabled, paint, paint, setEnabled
-
-
-
-
Method Detail
-
setSize
public void setSize(int size)
- Overrides:
setSize
in classVertexStyle
-
getSize
public int getSize()
- Overrides:
getSize
in classVertexStyle
-
render
protected void render(Graphics2D g)
- Overrides:
render
in classVertexStyle
-
-