|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CorrespondingPropertyMaker
org.apache.fop.fo.properties.DimensionPropertyMaker
public class DimensionPropertyMaker
Field Summary |
---|
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
propertyList
- collection of properties to be tested
public Property compute(PropertyList propertyList) throws PropertyException
CorrespondingPropertyMaker
compute
in class CorrespondingPropertyMaker
propertyList
- The PropertyList for the FO.
PropertyException
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |