public interface ClassFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
configure(Configuration config)
Configures this factory.
|
boolean |
equals(Object o)
Compares whether two object factories are equal.
|
ObjectDescription |
getDescriptionForClass(Class c)
Returns an object description for a class.
|
Iterator |
getRegisteredClasses()
Returns an iterator for the registered classes.
|
ObjectDescription |
getSuperClassObjectDescription(Class d,
ObjectDescription knownSuperClass)
Returns an object description for the super class of a class.
|
int |
hashCode()
Computes the hashCode for this ClassFactory.
|
ObjectDescription getDescriptionForClass(Class c)
c
- the class.ObjectDescription getSuperClassObjectDescription(Class d, ObjectDescription knownSuperClass)
d
- the class.knownSuperClass
- the last known super class or null.Iterator getRegisteredClasses()
This method exists to support query tools for UI design, do not rely on it for day to day work.
void configure(Configuration config)
The configuration contents may change during the reporting.
config
- the configuration, never nullboolean equals(Object o)
Copyright © 2001–2018 JFree.org. All rights reserved.