org.jfree.xml.factory.objects
public class ClassFactoryCollector extends ClassFactoryImpl
Constructor Summary | |
---|---|
ClassFactoryCollector()
Creates a new class factory collector. |
Method Summary | |
---|---|
void | addFactory(ClassFactory factory)
Adds a class factory to the collection.
|
void | configure(Configuration config)
Configures this factory. |
boolean | equals(Object o)
Tests for equality.
|
ObjectDescription | getDescriptionForClass(Class c)
Returns an object description for a class.
|
Iterator | getFactories()
Returns an iterator the provides access to all the factories in the collection.
|
Iterator | getRegisteredClasses()
Returns an iterator that provices access to the registered classes.
|
ObjectDescription | getSuperClassObjectDescription(Class d, ObjectDescription knownSuperClass)
Returns an object-description for the super class of a class.
|
int | hashCode()
Returns a hash code for the object.
|
Parameters: factory the factory.
The configuration contents may change during the reporting.
Parameters: config the configuration, never null
Parameters: o the object to test.
Returns: A boolean.
Parameters: c the class.
Returns: The object description.
Returns: The iterator.
Returns: The iterator.
Parameters: d the class. knownSuperClass the last known super class or null.
Returns: The object description.
Returns: The hash code.