Package | Description |
---|---|
org.jfree.xml.writer |
Core classes for writing XML files.
|
org.jfree.xml.writer.coretypes |
Writers for some core classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlWriteHandler
A base class for implementing a handler that writes the XML for an object of a particular
class.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicStrokeWriteHandler
A handler that can write the XML description for a
BasicStroke object. |
class |
ColorWriteHandler
A handler for writing a
Color object. |
class |
FontWriteHandler
A handler for writing
Font objects. |
class |
GenericWriteHandler
A handler for writing generic objects.
|
class |
GradientPaintWriteHandler
A handler for writing
GradientPaint objects. |
class |
InsetsWriteHandler
A handler for writing an
Insets object. |
class |
ListWriteHandler
A handler for writing a
List object. |
class |
Point2DWriteHandler
A handler for writing a
Point2D object. |
class |
Rectangle2DWriteHandler
A handler for writing a
Rectangle2D object. |
class |
RenderingHintsWriteHandler
A handler for writing a
RenderingHints object. |
Copyright © 2001–2018 JFree.org. All rights reserved.