Uses of Interface
edu.uci.ics.jung.utils.UserDataFactory

Packages that use UserDataFactory
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
 

Uses of UserDataFactory in edu.uci.ics.jung.utils
 

Classes in edu.uci.ics.jung.utils that implement UserDataFactory
 class DefaultUserData
          Represents custom user- and system-level information to extend the definition of a node.
 class UnifiedUserData
          Represents custom user- and system-level information to extend the definition of a node.
 

Fields in edu.uci.ics.jung.utils declared as UserDataFactory
protected static UserDataFactory UserDataDelegate.factory
           
 

Methods in edu.uci.ics.jung.utils with parameters of type UserDataFactory
static void UserDataDelegate.setUserDataFactory(UserDataFactory udf)