Interface AreaSizeValuesLType
- All Known Subinterfaces:
AreaLType,AreaSizeLType,AreaValuesLType,PAreaLType<S>,PAreaSizeLType<S>
- All Known Implementing Classes:
AreaL,AreaSizeL,PAreaL,PAreaSizeL
public interface AreaSizeValuesLType
The size of an area with
long coordinates.-
Method Details
-
sizeX
@Parameter(order=0) long sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) long sizeY()- Returns:
- The size of the area on the Y axis
-
width
@Deprecated @Derived @Auxiliary default long width()Deprecated.UsesizeX()- Returns:
- The width of the area
-
height
@Deprecated @Derived @Auxiliary default long height()Deprecated.UsesizeY()- Returns:
- The height of the area
-