|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.xml.factory.objects.ArrayClassFactory
public class ArrayClassFactory
An class that implements the ClassFactory interface to
create Arrays of objects. The object descriptions are created on
demand.
| Constructor Summary | |
|---|---|
ArrayClassFactory()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
configure(Configuration config)
Configures this factory. |
boolean |
equals(java.lang.Object o)
ArrayClassFactories are always equal, there is nothing that could not be equal :) |
ObjectDescription |
getDescriptionForClass(java.lang.Class c)
Returns an object description for a class. |
java.util.Iterator |
getRegisteredClasses()
Returns an iterator for the registered classes. |
ObjectDescription |
getSuperClassObjectDescription(java.lang.Class d,
ObjectDescription knownSuperClass)
Returns an object description for the super class of a class. |
int |
hashCode()
Returns a hash code value for the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayClassFactory()
| Method Detail |
|---|
public ObjectDescription getDescriptionForClass(java.lang.Class c)
getDescriptionForClass in interface ClassFactoryc - the class.
public ObjectDescription getSuperClassObjectDescription(java.lang.Class d,
ObjectDescription knownSuperClass)
getSuperClassObjectDescription in interface ClassFactoryd - the class.knownSuperClass - the last known super class or null.
public java.util.Iterator getRegisteredClasses()
This method exists to support query tools for UI design, do not rely on it for day to day work.
getRegisteredClasses in interface ClassFactorypublic void configure(Configuration config)
The configuration contents may change during the reporting.
configure in interface ClassFactoryconfig - the configuration, never nullpublic boolean equals(java.lang.Object o)
equals in interface ClassFactoryequals in class java.lang.Objecto - the other object.
public int hashCode()
java.util.Hashtable.
hashCode in interface ClassFactoryhashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||