Package org.jfree.xml.writer
Class AbstractXmlWriteHandler
java.lang.Object
org.jfree.xml.writer.AbstractXmlWriteHandler
- All Implemented Interfaces:
XmlWriteHandler
- Direct Known Subclasses:
BasicStrokeWriteHandler,ColorWriteHandler,FontWriteHandler,GenericWriteHandler,GradientPaintWriteHandler,InsetsWriteHandler,ListWriteHandler,Point2DWriteHandler,Rectangle2DWriteHandler,RenderingHintsWriteHandler
A base class for implementing a handler that writes the XML for an object of a particular
class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root handler.voidsetRootHandler(RootXmlWriteHandler rootHandler) Sets the root handler.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfree.xml.writer.XmlWriteHandler
write
-
Constructor Details
-
AbstractXmlWriteHandler
public AbstractXmlWriteHandler()Creates a new handler.
-
-
Method Details
-
getRootHandler
Returns the root handler.- Specified by:
getRootHandlerin interfaceXmlWriteHandler- Returns:
- the root handler.
-
setRootHandler
Sets the root handler.- Specified by:
setRootHandlerin interfaceXmlWriteHandler- Parameters:
rootHandler- the root handler.
-