Interface PAreaSizeDType<S>

Type Parameters:
S - A phantom type parameter indicating the coordinate space of the area
All Superinterfaces:
AreaSizeValuesDType
All Known Implementing Classes:
PAreaSizeD

@Immutable
public interface PAreaSizeDType<S>
extends AreaSizeValuesDType
The size of an area with double coordinates.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  PAreaSizeDType.Builder<S>
    A builder for size values.
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    double sizeX()  
    double sizeY()  

    Methods inherited from interface com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesDType

    height, width
  • Method Details