Uses of Interface
org.jfree.xml.writer.XmlWriteHandler
-
Packages that use XmlWriteHandler Package Description org.jfree.xml.writer Core classes for writing XML files.org.jfree.xml.writer.coretypes Writers for some core classes. -
-
Uses of XmlWriteHandler in org.jfree.xml.writer
Classes in org.jfree.xml.writer that implement XmlWriteHandler Modifier and Type Class Description classAbstractXmlWriteHandlerA 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 XmlWriteHandler Modifier and Type Method Description protected XmlWriteHandlerRootXmlWriteHandler. getMapping(java.lang.Class classToWrite)Tries to find the mapping for the given class.protected XmlWriteHandlerRootXmlWriteHandler. loadHandlerClass(java.lang.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 XmlWriteHandler Modifier and Type Class Description classBasicStrokeWriteHandlerA handler that can write the XML description for aBasicStrokeobject.classColorWriteHandlerA handler for writing aColorobject.classFontWriteHandlerA handler for writingFontobjects.classGenericWriteHandlerA handler for writing generic objects.classGradientPaintWriteHandlerA handler for writingGradientPaintobjects.classInsetsWriteHandlerA handler for writing anInsetsobject.classListWriteHandlerA handler for writing aListobject.classPoint2DWriteHandlerA handler for writing aPoint2Dobject.classRectangle2DWriteHandlerA handler for writing aRectangle2Dobject.classRenderingHintsWriteHandlerA handler for writing aRenderingHintsobject.
-