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, setUseParent
public DimensionPropertyMaker(PropertyMaker baseMaker)
public void setExtraCorresponding(int[][] extraCorresponding)
public boolean isCorrespondingForced(PropertyList propertyList)
CorrespondingPropertyMaker
isCorrespondingForced
in class CorrespondingPropertyMaker
propertyList
- collection of properties to be testedpublic Property compute(PropertyList propertyList) throws PropertyException
CorrespondingPropertyMaker
compute
in class CorrespondingPropertyMaker
propertyList
- The PropertyList for the FO.PropertyException
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.