Class Point
- java.lang.Object
-
- net.sf.jasperreports.customizers.shape.Point
-
public class Point extends Object
Simple utility class to store a single point of a shape. It can be serialized into a JSON string.- Author:
- Marco Orlandin (dejawho2@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetX()intgetY()voidsetX(int x)voidsetY(int y)StringtoString()
-