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 Point
AbstractShapeCustomizer. getOffset(Dimension2D size)
protected abstract Point
AbstractShapeCustomizer. getOffset(Rectangle2D bounds)
protected Point
LegendShapeCustomizer. getOffset(Dimension2D size)
protected Point
LegendShapeCustomizer. getOffset(Rectangle2D bounds)
protected Point
LineDotShapeCustomizer. getOffset(Dimension2D size)
protected Point
LineDotShapeCustomizer. 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 void
ShapePoints. setPoints(List<Point> points)
-