org.apache.fop.fo.expr
Class NumericProperty
- Length, Numeric
public class NumericProperty
A numeric property which hold the final absolute result of an expression
calculations.
NumericProperty(double value, int dim) - Construct a Numeric object by specifying one or more components,
including absolute length, percent length, table units.
|
getCharacter , getColor , getCondLength , getEnum , getKeep , getLength , getLengthPair , getLengthRange , getList , getNCname , getNumber , getNumeric , getObject , getSpace , getSpecifiedValue , getString , isAuto , setSpecifiedValue , toString |
NumericProperty
protected NumericProperty(double value,
int dim)
Construct a Numeric object by specifying one or more components,
including absolute length, percent length, table units.
value
- The value of the numeric.dim
- The dimension of the value. 0 for a Number, 1 for a Length
(any type), >1, <0 if Lengths have been multiplied or divided.
isAbsolute
public boolean isAbsolute()
Return true of the numeric is absolute.
- isAbsolute in interface Numeric
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.