JPlanner Programmer's Guide
Point Class
See Also
 






Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. Instances of this class are immutable.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public class Point implements Cloneable, Externalizable

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.common.Point

 See Also

Point Members
com.mindfusion.common Namespace