Uses of Class
com.tensegrity.generic.persistence.SerializeException

Packages that use SerializeException
com.tensegrity.composite.geometry.persistence Provides interfaces and classes for making geometry attributes of composites persistent. 
com.tensegrity.composite.persistence Provides classes for making composite objects persistent. 
com.tensegrity.composite.style.persistence Provides classes for making style attributes persistent. 
com.tensegrity.generic.persistence Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule.persistence This package contains the classes necessary to implement xml and attribute-based persistence for rules.  
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.gui.document.persistence   
com.tensegrity.gui.graphdocument.persistence   
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swt.document   
 

Uses of SerializeException in com.tensegrity.composite.geometry.persistence
 

Methods in com.tensegrity.composite.geometry.persistence that throw SerializeException
 AttributeList GeometryItemSerializer.serialize()
           
static java.lang.String GeometryItemSerializer.getTypeName(int type)
          Returns the type name for the given type.
 AttributeList GeometryDescriptorSerializer.serialize()
           
static java.lang.String GeometryDescriptorSerializer.getTypeName(int type)
          This method returns the matching string constant to a given GeometryDescriptorType constant.
 AttributeList GeometryDescriptorItemSerializer.serialize()
           
static java.lang.String GeometryDescriptorItemSerializer.getTypeName(int type)
           
 

Uses of SerializeException in com.tensegrity.composite.persistence
 

Methods in com.tensegrity.composite.persistence that throw SerializeException
 AttributeList CompositeGroupSerializer.serialize()
           
protected  void CompositeGroupSerializer.addCompositeGroupAttributes(AttributeList list)
          Adds the attributes of the internal CompositeGroup instance to the given AttributeList.
protected  void CompositeGroupSerializer.addComposites(AttributeList composites)
          Adds all Composites of the internal CompositeGroup to the given AttributeList.
 AttributeList CompositeTableSerializer.serialize()
           
protected  void CompositeTableSerializer.addCompositeGroupAttributes(AttributeList list)
          Adds the attributes of the internal CompositeGroup instance to the given AttributeList.
 AttributeList CompositeSwimLaneSerializer.serialize()
           
 AttributeList CompositeSwimLanePoolSerializer.serialize()
           
protected  void CompositeSwimLanePoolSerializer.addComposites(AttributeList composites)
           
 AttributeList CompositeSerializer.serialize()
          Returns the CustomAttributes, CoordinateSystem, Location, Size, Transform and Primitives as AttributeList.
protected  void CompositeSerializer.addCompositeAttributes(AttributeList list)
          Adds all the attributes of the composite to the given AttributeList instance.
 AttributeList CompositeLineSerializer.serialize()
           
static void FormatIDMap.addFormats(AttributeList list)
          This method adds all previously stored format instances to the given AttributeList by writing out Attributes where the name is obtained from FormatIDMap.keyIterator() and the value created by FormatUtilities.getAttributeSetFromFormat(Object).
 

Uses of SerializeException in com.tensegrity.composite.style.persistence
 

Methods in com.tensegrity.composite.style.persistence that throw SerializeException
 AttributeList StyleDescriptorSerializer.serialize()
           
static java.lang.String StyleDescriptorSerializer.getTypeName(int type)
          This method returns the matching string constant to a given CompositeType constant.
 AttributeList StyleDescriptorItemSerializer.serialize()
           
 AttributeList StyleItemSerializer.serialize()
           
static java.lang.String StyleItemSerializer.getTypeName(int type)
          This method returns the matching string constant to a given ItemType constant.
 

Uses of SerializeException in com.tensegrity.generic.persistence
 

Methods in com.tensegrity.generic.persistence that throw SerializeException
 AttributeList Serializer.serialize()
          Translates the information of the object to be serialized into an AttributeList.
 

Uses of SerializeException in com.tensegrity.graph.persistence
 

Methods in com.tensegrity.graph.persistence that throw SerializeException
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.OutputStream out, ViewSerializerFilter serializefilter)
          Writes the VisualGraphView given by VisualGraphView to the OutputStream given by out.
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.File file)
          Writes the VisualGraphView given by VisualGraphView to the File given by file.
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.File file, ViewSerializerFilter serializefilter, Attribute preview)
          Writes a given VisualGraphView to the given file by using the SerializeFilter.
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.File file, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList, AttributeList pageFormat)
          Writes the visualgraphview to the file.
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.OutputStream outputstream, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList, AttributeList pageFormat)
          Writes the visualgraphview to the outputstream.
static AttributeList GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList, AttributeList pageFormat)
          Returns an AttributeList serialization of a given VisualGraphView by using the SerializeFilter.
static void GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, java.io.File file, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList)
          Writes a given VisualGraphView to the given file by using the SerializeFilter.
 

Uses of SerializeException in com.tensegrity.graph.rule.persistence
 

Methods in com.tensegrity.graph.rule.persistence that throw SerializeException
 AttributeList RuleSerializer.serialize()
           
 

Uses of SerializeException in com.tensegrity.graphics
 

Methods in com.tensegrity.graphics that throw SerializeException
static AttributeSet FormatUtilities.getAttributeSetFromFormat(java.lang.Object format)
          Method getAttributeSetFromFormat returns an AttributeSet representing the given Format instance splitted up to name-value-pairs.
 

Uses of SerializeException in com.tensegrity.gui.document.persistence
 

Methods in com.tensegrity.gui.document.persistence that throw SerializeException
 boolean DocumentWriter.writeDocument(Document doc, java.io.OutputStream output)
          Writes the data from the given document into the output stream.
 

Uses of SerializeException in com.tensegrity.gui.graphdocument.persistence
 

Methods in com.tensegrity.gui.graphdocument.persistence that throw SerializeException
protected  void GraphDocumentWriter.saveStyles(AttributeList list, GraphDocument gDoc)
          Saves the styles to the given AttributeList structure.
protected  void GraphDocumentWriter.saveGeometries(AttributeList list, GraphDocument gDoc)
          Saves the geometries to the given AttributeList structure.
protected  void GraphDocumentWriter.saveRules(AttributeList list, GraphDocument gDoc)
          Saves the rules to the given AttributeList structure.
 

Uses of SerializeException in com.tensegrity.gui.swing.document
 

Methods in com.tensegrity.gui.swing.document that throw SerializeException
 boolean SwingGraphDocumentWriter.writeDocument(Document doc, java.io.OutputStream output)
           
 

Uses of SerializeException in com.tensegrity.gui.swt.document
 

Methods in com.tensegrity.gui.swt.document that throw SerializeException
 boolean SwtGraphDocumentWriter.writeDocument(Document doc, java.io.OutputStream output)
           
 



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