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