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