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 GenericObjectFactoryGenericReadHandler. objectFactoryThe 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 GenericObjectFactoryObjectFactory. getFactoryForClass(java.lang.Class c)Returns the generic factory for the given class or null, if there is no handler for this class.GenericObjectFactoryObjectFactoryLoader. getFactoryForClass(java.lang.Class c)Returns a factory instance for the given class.GenericObjectFactorySimpleObjectFactory. getFactoryForClass(java.lang.Class c)Returns a factory instance for the given class.GenericObjectFactoryGenericObjectFactory. getInstance()Returns a copy of this instance.Methods in org.jfree.xml.util with parameters of type GenericObjectFactory Modifier and Type Method Description voidSimpleObjectFactory. addGenericHandler(GenericObjectFactory handler)Adds a generic handler.private voidObjectFactoryLoader. 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 GenericObjectFactoryGenericWriteHandler. factoryConstructors in org.jfree.xml.writer.coretypes with parameters of type GenericObjectFactory Constructor Description GenericWriteHandler(GenericObjectFactory factory)Creates a new handler.
-