|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.apache.fop.fo.PropertyList
Field Summary | |
static int |
AFTER
|
static int |
BEFORE
|
static int |
BLOCKPROGDIM
|
static int |
BOTTOM
|
static int |
END
|
static int |
HEIGHT
|
static int |
INLINEPROGDIM
|
static int |
LEFT
|
static int |
RIGHT
|
static int |
START
|
static int |
TOP
|
static int |
WIDTH
|
Constructor Summary | |
PropertyList(PropertyList parentPropertyList,
java.lang.String space,
java.lang.String el)
|
Method Summary | |
Property |
get(java.lang.String propertyName)
Return the property on the current FlowObject. |
java.lang.String |
getElement()
|
Property |
getExplicit(java.lang.String propertyName)
Return the value explicitly specified on this FO. |
Property |
getExplicitBaseProp(java.lang.String propertyName)
Return the value explicitly specified on this FO. |
Property |
getExplicitOrShorthand(java.lang.String propertyName)
Return the value explicitly specified on this FO. |
FObj |
getFObj()
|
Property |
getFromParent(java.lang.String propertyName)
Return the value of this property on the parent of this FO. |
Property |
getInherited(java.lang.String propertyName)
Return the value of this property inherited by this FO. |
java.lang.String |
getNameSpace()
|
Property |
getNearestSpecified(java.lang.String propertyName)
Return the "nearest" specified value for the given property. |
FObj |
getParentFObj()
|
Property |
getSpecified(java.lang.String propertyName)
Return the property on the current FlowObject if it is specified, or if a corresponding property is specified. |
void |
setBuilder(PropertyListBuilder builder)
|
void |
setFObj(FObj fobj)
|
void |
setWritingMode(int writingMode)
Set the writing mode traits for the FO with this property list. |
java.lang.String |
wmAbsToRel(int absdir)
Given an absolute direction (top, bottom, left, right), return the corresponding writing model relative direction name for the flow object. |
java.lang.String |
wmRelToAbs(int reldir)
Given a writing mode relative direction (start, end, before, after) return the corresponding absolute direction name for the flow object. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int BOTTOM
public static final int HEIGHT
public static final int WIDTH
public static final int START
public static final int END
public static final int BEFORE
public static final int AFTER
public static final int BLOCKPROGDIM
public static final int INLINEPROGDIM
Constructor Detail |
public PropertyList(PropertyList parentPropertyList, java.lang.String space, java.lang.String el)
Method Detail |
public void setFObj(FObj fobj)
public FObj getFObj()
public FObj getParentFObj()
public Property getExplicitOrShorthand(java.lang.String propertyName)
propertyName
- The name of the property whose value is desired.
It may be a compound name, such as space-before.optimum.
public Property getExplicit(java.lang.String propertyName)
propertyName
- The name of the property whose value is desired.
It may be a compound name, such as space-before.optimum.
public Property getExplicitBaseProp(java.lang.String propertyName)
propertyName
- The name of the base property whose value is desired.
public Property getInherited(java.lang.String propertyName)
propertyName
- The name of the property whose value is desired.
public Property getSpecified(java.lang.String propertyName)
public Property get(java.lang.String propertyName)
public void setBuilder(PropertyListBuilder builder)
public java.lang.String getNameSpace()
public java.lang.String getElement()
public Property getNearestSpecified(java.lang.String propertyName)
propertyName
- The name of the property whose value is desired.
public Property getFromParent(java.lang.String propertyName)
propertyName
- The name of the property whose value is desired.
public java.lang.String wmAbsToRel(int absdir)
public java.lang.String wmRelToAbs(int reldir)
public void setWritingMode(int writingMode)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |