Uses of Class
org.apache.fop.fo.expr.Numeric

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
NumericLengthProperty.getNumeric()
          
NumericNumberProperty.getNumeric()
          
NumericProperty.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
NumericNumeric.abs()
          Return the absolute value of this Numeric.
NumericNumeric.add(Numeric op)
          Add the operand from the current value and return a new Numeric representing the result.
NumericNumeric.divide(Numeric op)
          Divide the the current value by the operand and return a new Numeric representing the result.
NumericNumeric.max(Numeric op)
          Return a Numeric which is the maximum of the current value and the operand.
NumericNumeric.min(Numeric op)
          Return a Numeric which is the minimum of the current value and the operand.
NumericNumeric.multiply(Numeric op)
          Multiply the the current value by the operand and return a new Numeric representing the result.
NumericNumeric.subtract(Numeric op)
          Subtract the operand from the current value and return a new Numeric representing the result.
NumericNumericProperty.getNumeric()
          
 

Methods in org.apache.fop.fo.expr with parameters of type Numeric
NumericNumeric.add(Numeric op)
          Add the operand from the current value and return a new Numeric representing the result.
NumericNumeric.divide(Numeric op)
          Divide the the current value by the operand and return a new Numeric representing the result.
NumericNumeric.max(Numeric op)
          Return a Numeric which is the maximum of the current value and the operand.
NumericNumeric.min(Numeric op)
          Return a Numeric which is the minimum of the current value and the operand.
NumericNumeric.multiply(Numeric op)
          Multiply the the current value by the operand and return a new Numeric representing the result.
NumericNumeric.subtract(Numeric op)
          Subtract the operand from the current value and return a new Numeric representing the result.