Uses of Interface
com.tensegrity.composite.style.StyleDescriptor

Packages that use StyleDescriptor
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.style Styles are used to define the visual appearance of an element.  
com.tensegrity.composite.style.persistence Provides classes for making style attributes persistent. 
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
 

Uses of StyleDescriptor in com.tensegrity.composite
 

Methods in com.tensegrity.composite with parameters of type StyleDescriptor
 void BaseComposite.applyStyle(StyleDescriptor style)
          Applies the StyleDescriptor given by style to the Composite.
 

Uses of StyleDescriptor in com.tensegrity.composite.style
 

Classes in com.tensegrity.composite.style that implement StyleDescriptor
 class DefaultStyleDescriptor
          Default implementation of interface StyleDescriptor.
 

Methods in com.tensegrity.composite.style that return StyleDescriptor
static StyleDescriptor StylePool.get(java.lang.String name)
          Returns the instance of the StyleDescriptor with the given name if any.
static StyleDescriptor StylePool.remove(java.lang.String name)
          Removes the StyleDescriptor with the given name from the pool.
 

Methods in com.tensegrity.composite.style with parameters of type StyleDescriptor
 boolean StyleDescriptorHandler.willHandlePrimitives(Composite composite, StyleDescriptor style)
          Returns true, if this handler will handle the primitives of a composite during an apply of a style.
 java.util.Map StyleDescriptorHandler.createMapItem2Primitives(java.util.List primitives, StyleDescriptor style)
          Stores the style items that should be used for each of the given primitives into a map which is then returned.
 boolean StyleDescriptorHandler.willHandleChildren(Composite composite, StyleDescriptor style)
          Returns true, if this handler will handle children of a composite (e.g.
 java.util.Map StyleDescriptorHandler.createMapItem2Children(java.util.List basecomposites, StyleDescriptor style)
          Stores the style items that should be used for each of the given basecomposites into a map which is then returned.
static void StylePool.pool(StyleDescriptor style)
          Adds the given StyleDescriptor to the list of pooled descriptors.
 

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

Constructors in com.tensegrity.composite.style.persistence with parameters of type StyleDescriptor
StyleDescriptorSerializer(StyleDescriptor item)
          Creates a new StyleDescriptorSerializer.
 

Uses of StyleDescriptor in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type StyleDescriptor
static boolean ElementDefinitionUtil.internalCompareStyleDescriptorWithAttributeList(StyleDescriptor sd, AttributeList list)
          Compares a StyleDescriptor instance with an AttributeList of a serialized StyleDescriptor.
 



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