BackgroundPositionShorthand
, FontFamilyProperty
, FontShorthandProperty
public class ListProperty extends Property
Modifier and Type | Class | Description |
---|---|---|
static class |
ListProperty.Maker |
Inner class for creating instances of
ListProperty |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<Property> |
list |
Vector containing the list of sub-properties
|
Modifier | Constructor | Description |
---|---|---|
protected |
ListProperty() |
Simple constructor used by subclasses to do some special processing.
|
|
ListProperty(Property prop) |
Create a new instance, using the given
Property as the first
element in the list. |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperty(Property prop) |
Add a new property to the list
|
boolean |
equals(java.lang.Object obj) |
|
java.util.List<Property> |
getList() |
Return the
java.util.List of Property instances
contained in this property. |
java.lang.Object |
getObject() |
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString
protected final java.util.List<Property> list
protected ListProperty()
public void addProperty(Property prop)
prop
- Property to be added to the listpublic java.util.List<Property> getList()
java.util.List
of Property
instances
contained in this property.public java.lang.Object getObject()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.