org.apache.fop.fo.properties

Class CommonRelativePosition


public class CommonRelativePosition
extends java.lang.Object

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.

Field Details

bottom

public Length bottom
The "bottom" property.

left

public Length left
The "left" property.

relativePosition

public int relativePosition
The "relative-position" property.

right

public Length right
The "right" property.

top

public Length top
The "top" property.

Constructor Details

CommonRelativePosition

public CommonRelativePosition(PropertyList pList)
            throws PropertyException
Create a CommonRelativePosition object.
Parameters:
pList - The PropertyList with propery values.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.