org.apache.fop.datatypes
Class MixedLength
org.apache.fop.datatypes.Length
|
+--org.apache.fop.datatypes.MixedLength
- Direct Known Subclasses:
- TableColLength
- public class MixedLength
- extends Length
A length quantity in XSL which is specified with a mixture
of absolute and relative and/or percent components.
The actual value may not be computable before layout is done.
Fields inherited from class org.apache.fop.datatypes.Length |
AUTO |
Constructor Summary |
MixedLength(int absPart, PercentLength pcPart) 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. |
MixedLength
public MixedLength(int absPart, PercentLength pcPart)
- 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.
toString
public String toString()
to Class org.apache.fop.datatypes.PercentLength