Uses of Class
org.zkoss.chart.AnnotationShape
-
Packages that use AnnotationShape Package Description org.zkoss.chart -
-
Uses of AnnotationShape in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type AnnotationShape Modifier and Type Method Description List<AnnotationShape>
Annotation. getShapes()
Returns the list of shapes for the annotation.Methods in org.zkoss.chart with parameters of type AnnotationShape Modifier and Type Method Description void
Annotation. setShapes(AnnotationShape... shapes)
Sets an array of shapes for the annotation.Method parameters in org.zkoss.chart with type arguments of type AnnotationShape Modifier and Type Method Description void
Annotation. setShapes(List<AnnotationShape> shapes)
Sets a list of shapes for the annotation.
-