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 ObjectFactoryRootXmlReadHandler. 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 classObjectFactoryLoaderThe object factory loader loads the xml specification for the generic handlers.classSimpleObjectFactoryA 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 ObjectFactoryRootXmlWriteHandler. getFactoryLoader()Returns the object factory.
-