Interface AreaSizeValuesBDType
- All Known Subinterfaces:
AreaBDType,AreaSizeBDType,AreaValuesBDType,PAreaBDType<S>,PAreaSizeBDType<S>
- All Known Implementing Classes:
AreaBD,AreaSizeBD,PAreaBD,PAreaSizeBD
public interface AreaSizeValuesBDType
The size of an area with
BigDecimal coordinates.-
Method Details
-
sizeX
@Parameter(order=0) java.math.BigDecimal sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigDecimal sizeY()- Returns:
- The size of the area on the Y axis
-
width
@Deprecated @Derived @Auxiliary default java.math.BigDecimal width()Deprecated.UsesizeX()- Returns:
- The width of the area
-
height
@Deprecated @Derived @Auxiliary default java.math.BigDecimal height()Deprecated.UsesizeY()- Returns:
- The height of the area
-