Uses of Class
org.jfree.xml.util.GenericObjectFactory
-
Packages that use GenericObjectFactory Package Description org.jfree.xml.parser.coretypes XML writers for some core classes.org.jfree.xml.util Utility classes for the XML framework.org.jfree.xml.writer.coretypes Writers for some core classes. -
-
Uses of GenericObjectFactory in org.jfree.xml.parser.coretypes
Fields in org.jfree.xml.parser.coretypes declared as GenericObjectFactory Modifier and Type Field Description private GenericObjectFactory
GenericReadHandler. objectFactory
The generic object factory.Constructors in org.jfree.xml.parser.coretypes with parameters of type GenericObjectFactory Constructor Description GenericReadHandler(GenericObjectFactory factory)
Creates a new handler. -
Uses of GenericObjectFactory in org.jfree.xml.util
Methods in org.jfree.xml.util that return GenericObjectFactory Modifier and Type Method Description GenericObjectFactory
ObjectFactory. getFactoryForClass(java.lang.Class c)
Returns the generic factory for the given class or null, if there is no handler for this class.GenericObjectFactory
ObjectFactoryLoader. getFactoryForClass(java.lang.Class c)
Returns a factory instance for the given class.GenericObjectFactory
SimpleObjectFactory. getFactoryForClass(java.lang.Class c)
Returns a factory instance for the given class.GenericObjectFactory
GenericObjectFactory. getInstance()
Returns a copy of this instance.Methods in org.jfree.xml.util with parameters of type GenericObjectFactory Modifier and Type Method Description void
SimpleObjectFactory. addGenericHandler(GenericObjectFactory handler)
Adds a generic handler.private void
ObjectFactoryLoader. performSuperClassUpdate(GenericObjectFactory gef)
Constructors in org.jfree.xml.util with parameters of type GenericObjectFactory Constructor Description GenericObjectFactory(GenericObjectFactory factory)
A copy constructor. -
Uses of GenericObjectFactory in org.jfree.xml.writer.coretypes
Fields in org.jfree.xml.writer.coretypes declared as GenericObjectFactory Modifier and Type Field Description private GenericObjectFactory
GenericWriteHandler. factory
Constructors in org.jfree.xml.writer.coretypes with parameters of type GenericObjectFactory Constructor Description GenericWriteHandler(GenericObjectFactory factory)
Creates a new handler.
-