Uses of Class
org.zkoss.chart.Annotation.Point
-
Packages that use Annotation.Point Package Description org.zkoss.chart -
-
Uses of Annotation.Point in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type Annotation.Point Modifier and Type Method Description List<Annotation.Point>AnnotationShapeOptions. getPoints()Returns an array of points for the shape.Methods in org.zkoss.chart with parameters of type Annotation.Point Modifier and Type Method Description voidAnnotationLabelOptions. setPoint(Annotation.Point point)Sets the point which the label will be connected.voidAnnotationShapeOptions. setPoint(Annotation.Point point)Sets the point which the shape will be connected.voidAnnotationShapeOptions. setPoints(Annotation.Point... points)Sets an array of points for the shape.Method parameters in org.zkoss.chart with type arguments of type Annotation.Point Modifier and Type Method Description voidAnnotationShapeOptions. setPoints(List<Annotation.Point> points)Sets an array of points for the shape.Constructors in org.zkoss.chart with parameters of type Annotation.Point Constructor Description AnnotationLabel(Annotation.Point point)Constructs with a point.AnnotationLabel(Annotation.Point point, String format)Constructs with a point and text.
-