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 intgetSize()protected voidrender(Graphics2D g)voidsetSize(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:
setSizein classVertexStyle
-
getSize
public int getSize()
- Overrides:
getSizein classVertexStyle
-
render
protected void render(Graphics2D g)
- Overrides:
renderin classVertexStyle
-
-