scratch.scott.registry
Class EdgeRegistry

java.lang.Object
  extended by scratch.scott.registry.UserDataRegistry
      extended by scratch.scott.registry.EdgeRegistry

public class EdgeRegistry
extends UserDataRegistry

Author:
Scott White

Constructor Summary
EdgeRegistry(Graph graph)
           
 
Method Summary
 boolean allDataIsDecorated(Decorator decorator)
           
 
Methods inherited from class scratch.scott.registry.UserDataRegistry
checkDecoratorType, getDecoratorIterator, getDecorators, getDefaultDecorator, getGraph, hasDecoratorType, registerDecorator, registerDecoratorAsDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeRegistry

public EdgeRegistry(Graph graph)
Method Detail

allDataIsDecorated

public boolean allDataIsDecorated(Decorator decorator)
Specified by:
allDataIsDecorated in class UserDataRegistry