org.apache.fop.fo.properties
public class ListProperty extends Property
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProperty.Maker
Inner class for creating instances of ListProperty
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
list
Vector containing the list of sub-properties
|
| Modifier | Constructor and Description |
|---|---|
protected |
ListProperty()
Simple constructor used by subclasses to do some special processing.
|
|
ListProperty(Property prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property prop)
Add a new property to the list
|
java.util.List |
getList()
This method expects to be overridden by subclasses
|
java.lang.Object |
getObject()
This method expects to be overridden by subclasses
|
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toStringprotected ListProperty()
public ListProperty(Property prop)
prop - the first Property to be added to the listCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.