Uses of Class
org.jfree.xml.util.SimpleObjectFactory
-
Packages that use SimpleObjectFactory Package Description org.jfree.xml.parser XML parser.org.jfree.xml.writer Core classes for writing XML files. -
-
Uses of SimpleObjectFactory in org.jfree.xml.parser
Fields in org.jfree.xml.parser declared as SimpleObjectFactory Modifier and Type Field Description private SimpleObjectFactory
RootXmlReadHandler. classToHandlerMapping
Maps classes to handlers. -
Uses of SimpleObjectFactory in org.jfree.xml.writer
Fields in org.jfree.xml.writer declared as SimpleObjectFactory Modifier and Type Field Description private SimpleObjectFactory
RootXmlWriteHandler. classToHandlerMapping
A map containg the manual mappings.
-