Uses of Interface
org.jfree.xml.writer.XmlWriteHandler
Packages that use XmlWriteHandler
Package
Description
Core classes for writing XML files.
Writers for some core classes.
-
Uses of XmlWriteHandler in org.jfree.xml.writer
Classes in org.jfree.xml.writer that implement XmlWriteHandlerModifier and TypeClassDescriptionclass
A base class for implementing a handler that writes the XML for an object of a particular class.Methods in org.jfree.xml.writer that return XmlWriteHandlerModifier and TypeMethodDescriptionprotected XmlWriteHandler
RootXmlWriteHandler.getMapping
(Class classToWrite) Tries to find the mapping for the given class.protected XmlWriteHandler
RootXmlWriteHandler.loadHandlerClass
(String className) Loads the given class, and ignores all exceptions which may occur during the loading. -
Uses of XmlWriteHandler in org.jfree.xml.writer.coretypes
Classes in org.jfree.xml.writer.coretypes that implement XmlWriteHandlerModifier and TypeClassDescriptionclass
A handler that can write the XML description for aBasicStroke
object.class
A handler for writing aColor
object.class
A handler for writingFont
objects.class
A handler for writing generic objects.class
A handler for writingGradientPaint
objects.class
A handler for writing anInsets
object.class
A handler for writing aList
object.class
A handler for writing aPoint2D
object.class
A handler for writing aRectangle2D
object.class
A handler for writing aRenderingHints
object.