| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Numeric | |
org.apache.fop.fo | |
org.apache.fop.fo.expr |
Uses of Numeric in org.apache.fop.fo |
Methods in org.apache.fop.fo that return Numeric | |
Numeric | LengthProperty.getNumeric() |
Numeric | NumberProperty.getNumeric() |
Numeric | Property.getNumeric() |
Uses of Numeric in org.apache.fop.fo.expr |
Constructors in org.apache.fop.fo.expr with parameters of type Numeric | |
NumericProperty.NumericProperty(Numeric value) |
Methods in org.apache.fop.fo.expr that return Numeric | |
Numeric | Numeric.abs() Return the absolute value of this Numeric. |
Numeric | Numeric.add(Numeric op) Add the operand from the current value and return a new Numeric representing the result. |
Numeric | Numeric.divide(Numeric op) Divide the the current value by the operand and return a new Numeric representing the result. |
Numeric | Numeric.max(Numeric op) Return a Numeric which is the maximum of the current value and the operand. |
Numeric | Numeric.min(Numeric op) Return a Numeric which is the minimum of the current value and the operand. |
Numeric | Numeric.multiply(Numeric op) Multiply the the current value by the operand and return a new Numeric representing the result. |
Numeric | Numeric.subtract(Numeric op) Subtract the operand from the current value and return a new Numeric representing the result. |
Numeric | NumericProperty.getNumeric() |
Methods in org.apache.fop.fo.expr with parameters of type Numeric | |
Numeric | Numeric.add(Numeric op) Add the operand from the current value and return a new Numeric representing the result. |
Numeric | Numeric.divide(Numeric op) Divide the the current value by the operand and return a new Numeric representing the result. |
Numeric | Numeric.max(Numeric op) Return a Numeric which is the maximum of the current value and the operand. |
Numeric | Numeric.min(Numeric op) Return a Numeric which is the minimum of the current value and the operand. |
Numeric | Numeric.multiply(Numeric op) Multiply the the current value by the operand and return a new Numeric representing the result. |
Numeric | Numeric.subtract(Numeric op) Subtract the operand from the current value and return a new Numeric representing the result. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |