org.apache.fop.fo.properties
public class DimensionPropertyMaker extends CorrespondingPropertyMaker
| Constructor and Description |
|---|
DimensionPropertyMaker(PropertyMaker baseMaker) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getWMPropertyList, setCorresponding, setRelative, setUseParentpublic DimensionPropertyMaker(PropertyMaker baseMaker)
public void setExtraCorresponding(int[][] extraCorresponding)
public boolean isCorrespondingForced(PropertyList propertyList)
CorrespondingPropertyMakerisCorrespondingForced in class CorrespondingPropertyMakerpropertyList - collection of properties to be testedpublic Property compute(PropertyList propertyList) throws PropertyException
CorrespondingPropertyMakercompute in class CorrespondingPropertyMakerpropertyList - The PropertyList for the FO.PropertyExceptionCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.