Interface PAreaSizeBDType<S>
- Type Parameters:
S- A phantom type parameter indicating the coordinate space of the area
- All Superinterfaces:
AreaSizeValuesBDType
- All Known Implementing Classes:
PAreaSizeBD
The size of an area with
BigDecimal coordinates.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA builder for size values. -
Method Summary
Methods inherited from interface com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesBDType
height, width
-
Method Details
-
sizeX
- Specified by:
sizeXin interfaceAreaSizeValuesBDType- Returns:
- The size of the area on the X axis
-
sizeY
- Specified by:
sizeYin interfaceAreaSizeValuesBDType- Returns:
- The size of the area on the Y axis
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-