public class CommonAbsolutePosition
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
absolutePosition |
The "absolute-position" property.
|
Length |
bottom |
The "bottom" property.
|
Length |
left |
The "left" property.
|
Length |
right |
The "right" property.
|
Length |
top |
The "top" property.
|
Constructor | Description |
---|---|
CommonAbsolutePosition(PropertyList pList) |
Create a CommonAbsolutePosition object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public int absolutePosition
public Length top
public Length right
public Length bottom
public Length left
public CommonAbsolutePosition(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.PropertyException
- if a property exception is raisedCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.