Package ro.sync.exml.view.graphics
Class BaseShape
java.lang.Object
ro.sync.exml.view.graphics.BaseShape
- All Implemented Interfaces:
Shape
Base for shapes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(int x, int y, int w, int h) Check if the specified coordinates are inside the shape.
-
Constructor Details
-
BaseShape
public BaseShape()
-
-
Method Details
-
contains
public boolean contains(int x, int y, int w, int h) Description copied from interface:Shape
Check if the specified coordinates are inside the shape.
-