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 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.UsesizeX()- Returns:
- The width of the area
-
height
@Deprecated @Derived @Auxiliary default float height()Deprecated.UsesizeY()- Returns:
- The height of the area
-