com.tensegrity.composite.persistence
Class CompositeSwimLaneSerializer

java.lang.Object
  extended bycom.tensegrity.composite.persistence.CompositeSerializer
      extended bycom.tensegrity.composite.persistence.CompositeGroupSerializer
          extended bycom.tensegrity.composite.persistence.CompositeSwimLaneSerializer
All Implemented Interfaces:
Serializer

public class CompositeSwimLaneSerializer
extends CompositeGroupSerializer

The CompositeSwimLaneSerializer is responsible to convert a CompositeSwimLane instance to a AttributeList.

Version:
$Id: CompositeSwimLaneSerializer.java,v 1.11 2004/10/11 10:31:53 MichaelKegel Exp $
Author:
Gilles Iachelini

Field Summary
 
Fields inherited from class com.tensegrity.composite.persistence.CompositeGroupSerializer
group
 
Constructor Summary
CompositeSwimLaneSerializer(CompositeGroup group)
          Constructor specifying the CompositeSwimLane to serialize.
 
Method Summary
 AttributeList serialize()
          Returns the CustomAttributes, CoordinateSystem, Location, Size, Transform and Primitives as AttributeList.
 
Methods inherited from class com.tensegrity.composite.persistence.CompositeGroupSerializer
addBoundingBox, addCompositeGroupAttributes, addComposites, addContentBorder, addFoldStateAttributes, getAnchorAttribute, getGroup, getSizeAttribute
 
Methods inherited from class com.tensegrity.composite.persistence.CompositeSerializer
addCompositeAttributes, addFlag, addLocation, addSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeSwimLaneSerializer

public CompositeSwimLaneSerializer(CompositeGroup group)
Constructor specifying the CompositeSwimLane to serialize.

Parameters:
group - the CompositeSwimLane to serialize.
Method Detail

serialize

public AttributeList serialize()
                        throws SerializeException
Description copied from class: CompositeSerializer
Returns the CustomAttributes, CoordinateSystem, Location, Size, Transform and Primitives as AttributeList.

Specified by:
serialize in interface Serializer
Overrides:
serialize in class CompositeGroupSerializer
Throws:
SerializeException
See Also:
CompositeGroupSerializer.serialize()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.