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. annotationsMethods 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 voidAxisBox. addAnnotation(AxeAnnotation annotation)Method parameters in org.jzy3d.plot3d.primitives.axis with type arguments of type AxeAnnotation Modifier and Type Method Description voidAxisBase. setAnnotations(List<AxeAnnotation> annotations)voidAxisBox. setAnnotations(List<AxeAnnotation> annotations)voidIAxis. 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 classAxeCrossAnnotationclassAxeXLineAnnotationclassAxeXRectangleAnnotationclassAxeYLineAnnotation
-