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
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(Class c)
Returns the generic factory for the given class or null, if there is no handler for this class.GenericObjectFactory
ObjectFactoryLoader. getFactoryForClass(Class c)
Returns a factory instance for the given class.GenericObjectFactory
SimpleObjectFactory. getFactoryForClass(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. -
Uses of GenericObjectFactory in org.jfree.xml.writer.coretypes
Constructors in org.jfree.xml.writer.coretypes with parameters of type GenericObjectFactory Constructor Description GenericWriteHandler(GenericObjectFactory factory)
Creates a new handler.
-