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 ShapePoints
ShapePoints. decode(String encodedShapePoints)
Build aShapePoints
from its JSON string.Methods in net.sf.jasperreports.customizers.shape with parameters of type ShapePoints Modifier and Type Method Description protected Shape
AbstractShapeCustomizer. buildPolygon(ShapePoints shapePoints)
Builds a polygon shape.protected Shape
AbstractShapeCustomizer. buildPolyline(ShapePoints baseShape)
Uses the points to build a polylineprotected Rectangle2D
AbstractShapeCustomizer. getBounds(ShapePoints shape)
-