Uses of Class
com.storedobject.core.Area
Packages that use Area
-
Uses of Area in com.storedobject.core
Methods in com.storedobject.core that return AreaModifier and TypeMethodDescriptionArea.absolute()Absolute value of this quantity.Add quantityAdd quantity valueArea.add(BigDecimal quantity) Add quantitystatic AreaDistance.circle()Create a circle by taking this as the radius of the circle.Area.divide(double divisor) Divide the quantity with a valueArea.divide(BigDecimal divisor) Divide the quantity with a valueArea.multiply(double multiplicand) MultiplyArea.multiply(BigDecimal multiplicand) MultiplyArea.negate()Reverses the sign of this quantitystatic AreaCreate a rectangle by taking this as the length and the given parameter value as the width.static AreaDistance.square()Create a square by taking this as the side of the square.Subtract quantitySubtract quantityArea.subtract(BigDecimal quantity) Subtract quantityArea.zero()Create a quantity of this type with zero value.Methods in com.storedobject.core with parameters of type Area