|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonRelativePosition
public class CommonRelativePosition
Store all common relative position properties. See Sec 7.12 of the XSL-FO Standard. Public "structure" allows direct member access.
Field Summary | |
---|---|
Length |
bottom
The "bottom" property. |
Length |
left
The "left" property. |
int |
relativePosition
The "relative-position" property. |
Length |
right
The "right" property. |
Length |
top
The "top" property. |
Constructor Summary | |
---|---|
CommonRelativePosition(PropertyList pList)
Create a CommonRelativePosition object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int relativePosition
public Length top
public Length right
public Length bottom
public Length left
Constructor Detail |
---|
public CommonRelativePosition(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.
PropertyException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |