Interface AreaSizeBIType
- All Superinterfaces:
AreaSizeValuesBIType
- All Known Implementing Classes:
AreaSizeBI
@Immutable public interface AreaSizeBIType extends AreaSizeValuesBIType
The size of an area with
BigInteger coordinates.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAreaSizeBIType.BuilderA builder for size values. -
Method Summary
Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.java.math.BigIntegersizeX()java.math.BigIntegersizeY()Methods inherited from interface com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesBIType
height, width
-
Method Details
-
sizeX
@Parameter(order=0) java.math.BigInteger sizeX()- Specified by:
sizeXin interfaceAreaSizeValuesBIType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigInteger sizeY()- Specified by:
sizeYin interfaceAreaSizeValuesBIType- Returns:
- The size of the area on the Y axis
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-