Interface AreaSizeValuesFType

All Known Subinterfaces:
AreaFType, AreaSizeFType, AreaValuesFType, PAreaFType<S>, PAreaSizeFType<S>
All Known Implementing Classes:
AreaF, AreaSizeF, PAreaF, PAreaSizeF

public interface AreaSizeValuesFType
The size of an area with float coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    default float
    Deprecated.
    float
     
    float
     
    default float
    Deprecated.
  • Method Details

    • sizeX

      @Parameter(order=0) float sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) float sizeY()
      Returns:
      The size of the area on the Y axis
    • width

      @Deprecated @Derived @Auxiliary default float width()
      Deprecated.
      Returns:
      The width of the area
    • height

      @Deprecated @Derived @Auxiliary default float height()
      Deprecated.
      Returns:
      The height of the area