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 Color
getColor()
int
getSize()
void
paint(Geometry geom, Viewport viewport, Graphics2D g2d)
void
setColor(Color color)
void
setSize(int size)
-
-
-
Constructor Detail
-
DataLabelStyle
public DataLabelStyle(Color color)
-
DataLabelStyle
public DataLabelStyle()
-
-