Class AxeXLineAnnotation
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axis.annotations.AxeLineAnnotation
-
- org.jzy3d.plot3d.primitives.axis.annotations.AxeXLineAnnotation
-
- All Implemented Interfaces:
AxeAnnotation
- Direct Known Subclasses:
AxeXRectangleAnnotation
public class AxeXLineAnnotation extends AxeLineAnnotation implements AxeAnnotation
-
-
Field Summary
Fields Modifier and Type Field Description protected float
value
-
Fields inherited from class org.jzy3d.plot3d.primitives.axis.annotations.AxeLineAnnotation
color, width
-
-
Constructor Summary
Constructors Constructor Description AxeXLineAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(IPainter painter, AxisBox axe)
float
getValue()
void
setValue(float value)
-
Methods inherited from class org.jzy3d.plot3d.primitives.axis.annotations.AxeLineAnnotation
drawHorizontalLineGL2, drawVerticalLine, getColor, getWidth, setColor, setWidth
-
-
-
-
Method Detail
-
draw
public void draw(IPainter painter, AxisBox axe)
- Specified by:
draw
in interfaceAxeAnnotation
-
getValue
public float getValue()
-
setValue
public void setValue(float value)
-
-