Interface GenericShape
-
- All Known Implementing Classes:
GenericPolygon
,GenericRectangle
public interface GenericShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contains(double x, double y)
-