java.lang.Object
org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
All Implemented Interfaces:
Style

public class VertexStyle extends Object implements Style
  • Field Details

  • Constructor Details

    • VertexStyle

      public VertexStyle(Color color)
  • Method Details

    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getSize

      public int getSize()
    • setSize

      public void setSize(int size)
    • getSymbol

      public int getSymbol()
    • setSymbol

      public void setSymbol(int sym)
    • paint

      public void paint(Geometry geom, Viewport viewport, Graphics2D g)
      Specified by:
      paint in interface Style