Interface AreaSizeValuesIType
- All Known Subinterfaces:
AreaIType,AreaSizeIType,AreaValuesIType,PAreaIType<S>,PAreaSizeIType<S>
- All Known Implementing Classes:
AreaI,AreaSizeI,PAreaI,PAreaSizeI
public interface AreaSizeValuesIType
The size of an area with
int coordinates.-
Method Details
-
sizeX
@Parameter(order=0) int sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) int sizeY()- Returns:
- The size of the area on the Y axis
-
width
@Deprecated @Derived @Auxiliary default int width()Deprecated.UsesizeX()- Returns:
- The width of the area
-
height
@Deprecated @Derived @Auxiliary default int height()Deprecated.UsesizeY()- Returns:
- The height of the area
-