Class DataLabelStyle
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
-
-
Constructor Summary
Constructors Constructor Description DataLabelStyle()DataLabelStyle(Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()intgetSize()voidpaint(Geometry geom, Viewport viewport, Graphics2D g2d)voidsetColor(Color color)voidsetSize(int size)
-
-
-
Constructor Detail
-
DataLabelStyle
public DataLabelStyle(Color color)
-
DataLabelStyle
public DataLabelStyle()
-
-