|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.datatypes.Length | +--org.apache.fop.datatypes.MixedLength
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, bIsComputed, millipoints |
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 | |
protected int |
computeValue()
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.datatypes.Length |
convert, getTableUnits, isAuto, mvalue, setIsComputed, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MixedLength(int absPart, PercentLength pcPart)
Method Detail |
protected int computeValue()
computeValue
in class Length
public java.lang.String toString()
toString
in class Length
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |