-
- All Implemented Interfaces:
public interface CoreRect
-
-
Method Summary
Modifier and Type Method Description Unitset(Float x, Float y, Float width, Float height)Booleancontains(Integer px, Integer py)abstract FloatgetX()abstract UnitsetX(Float x)abstract FloatgetY()abstract UnitsetY(Float y)abstract FloatgetWidth()abstract UnitsetWidth(Float width)abstract FloatgetHeight()abstract UnitsetHeight(Float height)
-