Interface PAreaSizeFType<S>

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

@Immutable
public interface PAreaSizeFType<S>
extends AreaSizeValuesFType
The size of an area with float coordinates.
  • Nested Class Summary

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

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

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

    height, width
  • Method Details