|
fop 2.2 | |||||||||
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
Dimensioned property maker.
Field Summary |
---|
Fields inherited from class org.apache.fop.fo.properties.CorrespondingPropertyMaker |
---|
baseMaker, lrtb, rltb, tblr, tbrl, useParent |
Constructor Summary | |
---|---|
DimensionPropertyMaker(PropertyMaker baseMaker)
Instantiate a dimension property maker. |
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)
Determine if corresponding property is forced. |
void |
setExtraCorresponding(int[][] extraCorresponding)
Set extra correspondences. |
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)
baseMaker
- the base property makerMethod Detail |
---|
public void setExtraCorresponding(int[][] extraCorresponding)
extraCorresponding
- an array of four element integer arrayspublic boolean isCorrespondingForced(PropertyList propertyList)
isCorrespondingForced
in class CorrespondingPropertyMaker
propertyList
- the property list to use
public Property compute(PropertyList propertyList) throws PropertyException
compute
in class CorrespondingPropertyMaker
propertyList
- The PropertyList for the FO.
PropertyException
- if a property exception occurs
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |