|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.PropertyList | +--org.apache.fop.fo.flow.Marker.MarkerPropertyList
An implementation of PropertyList which only stores the explicit assigned properties. It is memory efficient but slow.
Fields inherited from class org.apache.fop.fo.PropertyList |
parentPropertyList |
Constructor Summary | |
Marker.MarkerPropertyList(FObj fobj,
PropertyList parentPropertyList)
|
Method Summary | |
Property |
getExplicit(int propId)
Return the value explicitly specified on this FO. |
void |
putExplicit(int propId,
Property value)
Set an value defined explicitly on this FO. |
void |
setParentPropertyList(PropertyList parentPropertyList)
Set the parent property list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Marker.MarkerPropertyList(FObj fobj, PropertyList parentPropertyList)
Method Detail |
public void setParentPropertyList(PropertyList parentPropertyList)
public void putExplicit(int propId, Property value)
PropertyList
putExplicit
in class PropertyList
org.apache.fop.fo.PropertyList
propId
- The ID of the property to set.value
- The value of the property.public Property getExplicit(int propId)
PropertyList
getExplicit
in class PropertyList
org.apache.fop.fo.PropertyList
propId
- The ID of the property whose value is desired.
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |