|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Numeric | |
org.apache.fop.datatypes | |
org.apache.fop.fo | |
org.apache.fop.fo.expr |
Uses of Numeric in org.apache.fop.datatypes |
Methods in org.apache.fop.datatypes that return Numeric | |
Numeric |
TableColLength.asNumeric()
|
Numeric |
PercentLength.asNumeric()
|
Numeric |
Length.asNumeric()
|
Numeric |
MixedLength.asNumeric()
|
Numeric |
FixedLength.asNumeric()
|
Uses of Numeric in org.apache.fop.fo |
Methods in org.apache.fop.fo that return Numeric | |
Numeric |
LengthProperty.getNumeric()
|
Numeric |
Property.getNumeric()
|
Numeric |
NumberProperty.getNumeric()
|
Uses of Numeric in org.apache.fop.fo.expr |
Methods in org.apache.fop.fo.expr that return Numeric | |
Numeric |
Numeric.subtract(Numeric op)
Subtract the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.add(Numeric op)
Add the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.multiply(Numeric op)
Multiply the the current value by the operand 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.abs()
Return the absolute value of this Numeric. |
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. |
Methods in org.apache.fop.fo.expr with parameters of type Numeric | |
Numeric |
Numeric.subtract(Numeric op)
Subtract the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.add(Numeric op)
Add the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.multiply(Numeric op)
Multiply the the current value by the operand 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |