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 int
getX()
int
getY()
void
setX(int x)
void
setY(int y)
String
toString()
-