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 voiddrawHorizontalLineGL2(IPainter painter, Range xrange, float value)voiddrawVerticalLine(IPainter painter, Range yrange, float value)ColorgetColor()floatgetWidth()voidsetColor(Color color)voidsetWidth(float width)
-
-
-
Field Detail
-
color
protected Color color
-
width
protected float width
-
-