Package armyc2.c5isr.graphics2d
Interface Shape
- All Known Implementing Classes:
Area
,GeneralPath
,Rectangle
public interface Shape
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(int x, int y) boolean
contains
(int x, int y, int width, int height) boolean
boolean
intersects
(double x, double y, double w, double h) boolean
intersects
(Rectangle2D rect)
-
Method Details
-
contains
-
contains
-
contains
-
getBounds2D
-
getBounds
-
intersects
-
intersects
-
getPathIterator
-