Uses of Class
net.sf.jasperreports.customizers.shape.Point
-
Packages that use Point Package Description net.sf.jasperreports.customizers.shape -
-
Uses of Point in net.sf.jasperreports.customizers.shape
Methods in net.sf.jasperreports.customizers.shape that return Point Modifier and Type Method Description protected abstract PointAbstractShapeCustomizer. getOffset(Dimension2D size)protected abstract PointAbstractShapeCustomizer. getOffset(Rectangle2D bounds)protected PointLegendShapeCustomizer. getOffset(Dimension2D size)protected PointLegendShapeCustomizer. getOffset(Rectangle2D bounds)protected PointLineDotShapeCustomizer. getOffset(Dimension2D size)protected PointLineDotShapeCustomizer. getOffset(Rectangle2D bounds)Methods in net.sf.jasperreports.customizers.shape that return types with arguments of type Point Modifier and Type Method Description List<Point>ShapePoints. getPoints()Method parameters in net.sf.jasperreports.customizers.shape with type arguments of type Point Modifier and Type Method Description voidShapePoints. setPoints(List<Point> points)
-