Uses of Class
edu.uci.ics.jung.graph.decorators.Decorator

Packages that use Decorator
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
scratch.scott.registry   
 

Uses of Decorator in edu.uci.ics.jung.graph.decorators
 

Subclasses of Decorator in edu.uci.ics.jung.graph.decorators
 class NumericDecorator
          Decorator for any value type that extends the java.lang.Number class
 

Uses of Decorator in scratch.scott.registry
 

Methods in scratch.scott.registry that return Decorator
 Decorator RegistryDecoratorSet.getDefaultDecorator()
           
 Decorator UserDataRegistry.getDefaultDecorator(Class type)
           
 

Methods in scratch.scott.registry with parameters of type Decorator
 void RegistryDecoratorSet.addDecorator(Decorator decorator)
           
 void RegistryDecoratorSet.addDecoratorAsDefault(Decorator decorator)
           
 boolean EdgeRegistry.allDataIsDecorated(Decorator decorator)
           
abstract  boolean UserDataRegistry.allDataIsDecorated(Decorator decorator)
           
 boolean VertexRegistry.allDataIsDecorated(Decorator decorator)
           
 boolean RegistryDecoratorSet.containsDecorator(Decorator decorator)
           
 void UserDataRegistry.registerDecorator(Decorator decorator)
           
 void UserDataRegistry.registerDecoratorAsDefault(Decorator decorator)
           
 void RegistryDecoratorSet.setDefaultDecorator(Decorator decorator)