Class AxeLineAnnotation
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axis.annotations.AxeLineAnnotation
-
- Direct Known Subclasses:
AxeCrossAnnotation
,AxeXLineAnnotation
public class AxeLineAnnotation extends Object
-
-
Constructor Summary
Constructors Constructor Description AxeLineAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawHorizontalLineGL2(IPainter painter, Range xrange, float value)
void
drawVerticalLine(IPainter painter, Range yrange, float value)
Color
getColor()
float
getWidth()
void
setColor(Color color)
void
setWidth(float width)
-
-
-
Field Detail
-
color
protected Color color
-
width
protected float width
-
-