Uses of Interface
org.jzy3d.plot3d.primitives.axis.annotations.AxeAnnotation
-
Packages that use AxeAnnotation Package Description org.jzy3d.plot3d.primitives.axis org.jzy3d.plot3d.primitives.axis.annotations -
-
Uses of AxeAnnotation in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis with type parameters of type AxeAnnotation Modifier and Type Field Description protected List<AxeAnnotation>
AxisBox. annotations
Methods in org.jzy3d.plot3d.primitives.axis that return types with arguments of type AxeAnnotation Modifier and Type Method Description List<AxeAnnotation>
AxisBase. getAnnotations()
List<AxeAnnotation>
AxisBox. getAnnotations()
List<AxeAnnotation>
IAxis. getAnnotations()
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type AxeAnnotation Modifier and Type Method Description void
AxisBox. addAnnotation(AxeAnnotation annotation)
Method parameters in org.jzy3d.plot3d.primitives.axis with type arguments of type AxeAnnotation Modifier and Type Method Description void
AxisBase. setAnnotations(List<AxeAnnotation> annotations)
void
AxisBox. setAnnotations(List<AxeAnnotation> annotations)
void
IAxis. setAnnotations(List<AxeAnnotation> annotations)
-
Uses of AxeAnnotation in org.jzy3d.plot3d.primitives.axis.annotations
Classes in org.jzy3d.plot3d.primitives.axis.annotations that implement AxeAnnotation Modifier and Type Class Description class
AxeCrossAnnotation
class
AxeXLineAnnotation
class
AxeXRectangleAnnotation
class
AxeYLineAnnotation
-