|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.properties.CorrespondingPropertyMaker | +--org.apache.fop.fo.properties.DimensionPropertyMaker
Fields inherited from class org.apache.fop.fo.properties.CorrespondingPropertyMaker |
baseMaker, lr_tb, rl_tb, tb_rl, useParent |
Constructor Summary | |
DimensionPropertyMaker(PropertyMaker baseMaker)
|
Method Summary | |
Property |
compute(PropertyList propertyList)
Return a Property object representing the value of this property, based on other property values for this FO. |
boolean |
isCorrespondingForced(PropertyList propertyList)
For properties that operate on a relative direction (before, after, start, end) instead of an absolute direction (top, bottom, left, right), this method determines whether a corresponding property is specified on the corresponding absolute direction. |
void |
setExtraCorresponding(int[][] extraCorresponding)
|
Methods inherited from class org.apache.fop.fo.properties.CorrespondingPropertyMaker |
getWMPropertyList, setCorresponding, setRelative, setUseParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DimensionPropertyMaker(PropertyMaker baseMaker)
Method Detail |
public void setExtraCorresponding(int[][] extraCorresponding)
public boolean isCorrespondingForced(PropertyList propertyList)
CorrespondingPropertyMaker
isCorrespondingForced
in class CorrespondingPropertyMaker
org.apache.fop.fo.properties.CorrespondingPropertyMaker
propertyList
- collection of properties to be testedpublic Property compute(PropertyList propertyList) throws PropertyException
CorrespondingPropertyMaker
compute
in class CorrespondingPropertyMaker
org.apache.fop.fo.properties.CorrespondingPropertyMaker
propertyList
- The PropertyList for the FO.FOPException
- for invalid or inconsistent FO input
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |