Class VertexLabelStyle

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

public class VertexLabelStyle extends Object implements Style
  • Constructor Details

    • VertexLabelStyle

      public VertexLabelStyle(Color color)
  • Method Details

    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getSize

      public int getSize()
    • setSize

      public void setSize(int size)
    • paint

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