A C D G I L M P R S T V W X

I

Inclusive2DIntersectionVerifier - Class in cmsc420.geom
The InclusiveIntersectionVerifier class provides static methods used to determine if two shapes intersect.
Inclusive2DIntersectionVerifier() - Constructor for class cmsc420.geom.Inclusive2DIntersectionVerifier
 
init() - Method in class cmsc420.drawing.CanvasPlus
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
intersects(Point2D, Point2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a point intersects with another point.
intersects(Point2D, Circle2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a point lies inclusively within a circle's bounds.
intersects(Point2D, Rectangle2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a point lies inclusively within a rectangle's bounds.
intersects(Point2D, Line2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a point intersects with a line segment.
intersects(Line2D, Rectangle2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if any part of a segment intersects inclusively within the rectangle's bounds.
intersects(Line2D, Line2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if two line segments intersect.
intersects(Rectangle2D, Circle2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a rectangle and circle intersect.
intersects(Circle2D, Circle2D) - Static method in class cmsc420.geom.Inclusive2DIntersectionVerifier
Returns true if a circle intersects with another circle.
isEmpty() - Method in class cmsc420.geom.Circle2D.Double
Determines whether or not the bounding box of this Ellipse2D is empty.
isEmpty() - Method in class cmsc420.geom.Circle2D.Float
Determines whether or not the bounding box of this Ellipse2D is empty.
isLive() - Method in class cmsc420.drawing.CanvasPlus
Indicates whether or not the scene is currently live (i.e., the drawing window is open).
isValidXml(File) - Static method in class cmsc420.xml.XmlUtility
Checks if the file is valid XML (note: does not check it against a referenced schema)

A C D G I L M P R S T V W X