Interface AreaSizeFType

All Superinterfaces:
AreaSizeValuesFType
All Known Implementing Classes:
AreaSizeF

@Immutable
public interface AreaSizeFType
extends AreaSizeValuesFType
The size of an area with float coordinates.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  AreaSizeFType.Builder
    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