Interface AreaSizeValuesBIType
- All Known Subinterfaces:
AreaBIType,AreaSizeBIType,AreaValuesBIType,PAreaBIType<S>,PAreaSizeBIType<S>
- All Known Implementing Classes:
AreaBI,AreaSizeBI,PAreaBI,PAreaSizeBI
public interface AreaSizeValuesBIType
The size of an area with
BigInteger coordinates.-
Method Details
-
sizeX
@Parameter(order=0) java.math.BigInteger sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigInteger sizeY()- Returns:
- The size of the area on the Y axis
-
width
@Deprecated @Derived @Auxiliary default java.math.BigInteger width()Deprecated.UsesizeX()- Returns:
- The width of the area
-
height
@Deprecated @Derived @Auxiliary default java.math.BigInteger height()Deprecated.UsesizeY()- Returns:
- The height of the area
-