JPlanner Programmer's Guide
Rectangle Class
See Also
 






Stores a set of four integers that represent the location and size of a rectangle. Instances of this class are immutable.

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

 Syntax

Java  Copy Code

public class Rectangle implements Cloneable, Externalizable

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.common.Rectangle
        com.mindfusion.common.MutableRectangle

 See Also

Rectangle Members
com.mindfusion.common Namespace