Uses of Interface
org.jfree.xml.util.ObjectFactory
-
Packages that use ObjectFactory Package Description org.jfree.xml.parser XML parser.org.jfree.xml.util Utility classes for the XML framework.org.jfree.xml.writer Core classes for writing XML files. -
-
Uses of ObjectFactory in org.jfree.xml.parser
Methods in org.jfree.xml.parser that return ObjectFactory Modifier and Type Method Description abstract ObjectFactory
RootXmlReadHandler. getFactoryLoader()
Returns the object factory. -
Uses of ObjectFactory in org.jfree.xml.util
Classes in org.jfree.xml.util that implement ObjectFactory Modifier and Type Class Description class
ObjectFactoryLoader
The object factory loader loads the xml specification for the generic handlers.class
SimpleObjectFactory
A simple object factory. -
Uses of ObjectFactory in org.jfree.xml.writer
Methods in org.jfree.xml.writer that return ObjectFactory Modifier and Type Method Description protected abstract ObjectFactory
RootXmlWriteHandler. getFactoryLoader()
Returns the object factory.
-