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.

Method Summary
 StringtoString()
           

Methods inherited from class org.apache.fop.datatypes.Length
getTableUnits, isAuto, mvalue

Constructor Detail

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.
Method Detail

toString

public String toString()

Association Links

to Class org.apache.fop.datatypes.PercentLength