JPlanner Programmer's Guide
Rectangle.contains Method (Rectangle)
See Also
 






Checks if the specified rectangle is entirely contained within this rectangle.

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

 Syntax

Java  Copy Code

public boolean contains (
    Rectangle rect
)

 Parameters

rect

The rectangle to test.

 Return Value

true if the rectangular region represented by rect is entirely contained within this rectangle; otherwise false.

 See Also

contains Method Overload List
Rectangle Members
Rectangle Class
com.mindfusion.common Namespace