Interface AreaSizeLType
- All Superinterfaces:
AreaSizeValuesLType
- All Known Implementing Classes:
AreaSizeL
@Immutable public interface AreaSizeLType extends AreaSizeValuesLType
The size of an area with
long coordinates.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAreaSizeLType.BuilderA builder for size values. -
Method Summary
Methods inherited from interface com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesLType
height, width
-
Method Details
-
sizeX
@Parameter(order=0) long sizeX()- Specified by:
sizeXin interfaceAreaSizeValuesLType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) long sizeY()- Specified by:
sizeYin interfaceAreaSizeValuesLType- Returns:
- The size of the area on the Y axis
-