Class DataLabelStyle

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

public class DataLabelStyle extends Object implements Style
  • Constructor Details

    • DataLabelStyle

      public DataLabelStyle(Color color)
    • DataLabelStyle

      public DataLabelStyle()
  • 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 g2d)
      Specified by:
      paint in interface Style