org.apache.fop.datatypes
Class PercentLength
org.apache.fop.datatypes.Length
|
+--org.apache.fop.datatypes.PercentLength
- public class PercentLength
- extends Length
a percent specified length quantity in XSL
Fields inherited from class org.apache.fop.datatypes.Length |
AUTO |
Constructor Summary |
PercentLength(double factor) construct an object based on a factor (the percent, as a
a factor) and an object which has a method to return the
Length which provides the "base" for this calculation. |
PercentLength(double factor, PercentBase lbase) |
PercentLength
public PercentLength(double factor)
- construct an object based on a factor (the percent, as a
a factor) and an object which has a method to return the
Length which provides the "base" for this calculation.
PercentLength
public PercentLength(double factor, PercentBase lbase)
getBaseLength
public PercentBase getBaseLength()
setBaseLength
public void setBaseLength(PercentBase lbase)
toString
public String toString()
value
public double value()
to Class org.apache.fop.datatypes.PercentBase