Class GenericRectangle
- java.lang.Object
-
- com.actelion.research.gui.generic.GenericRectangle
-
- All Implemented Interfaces:
GenericShape
public class GenericRectangle extends java.lang.Object implements GenericShape
-
-
Constructor Summary
Constructors Constructor Description GenericRectangle(double x, double y, double w, double h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(double x, double y)
-
-
-
Method Detail
-
contains
public boolean contains(double x, double y)
- Specified by:
contains
in interfaceGenericShape
-
-