|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.persistence.CompositeSerializer
com.tensegrity.composite.persistence.CompositeLabelSerializer
Serializes a given CompositeLabel into an
AttributeList by querying the relevant attributes.
| Constructor Summary | |
CompositeLabelSerializer(Composite label)
Constructor specifying the label to serialize. |
|
| Method Summary | |
void |
addCustomAttributes(AttributeList list)
Overridden method from CompositeSerializer, called by supers
method serialize(). |
| Methods inherited from class com.tensegrity.composite.persistence.CompositeSerializer |
addCompositeAttributes, addFlag, addLocation, addSize, serialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeLabelSerializer(Composite label)
label - the label to serialize.| Method Detail |
public void addCustomAttributes(AttributeList list)
throws AttributeException,
ConstraintViolationException
CompositeSerializer, called by supers
method serialize().
list - the AttributeList to add the
Attributes to.
IllegalAttributeException - if there is an illegal
Attribute in the AttributeSet.
IllegalNameException - if an Attribute has an illegal
name.
IllegalValueException - if there is an illegal value in the
AttributeSet.
ConstraintViolationException - if a Constraint was
violated.
AttributeException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||