Uses of Class
net.sf.jasperreports.customizers.shape.ShapePoints
-
Packages that use ShapePoints Package Description net.sf.jasperreports.customizers.shape -
-
Uses of ShapePoints in net.sf.jasperreports.customizers.shape
Methods in net.sf.jasperreports.customizers.shape that return ShapePoints Modifier and Type Method Description static ShapePointsShapePoints. decode(String encodedShapePoints)Build aShapePointsfrom its JSON string.Methods in net.sf.jasperreports.customizers.shape with parameters of type ShapePoints Modifier and Type Method Description protected ShapeAbstractShapeCustomizer. buildPolygon(ShapePoints shapePoints)Builds a polygon shape.protected ShapeAbstractShapeCustomizer. buildPolyline(ShapePoints baseShape)Uses the points to build a polylineprotected Rectangle2DAbstractShapeCustomizer. getBounds(ShapePoints shape)
-