XmlWriteHandlerBasicStrokeWriteHandler, ColorWriteHandler, FontWriteHandler, GenericWriteHandler, GradientPaintWriteHandler, InsetsWriteHandler, ListWriteHandler, Point2DWriteHandler, Rectangle2DWriteHandler, RenderingHintsWriteHandlerpublic abstract class AbstractXmlWriteHandler extends java.lang.Object implements XmlWriteHandler
| Constructor | Description |
|---|---|
AbstractXmlWriteHandler() |
Creates a new handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
RootXmlWriteHandler |
getRootHandler() |
Returns the root handler.
|
void |
setRootHandler(RootXmlWriteHandler rootHandler) |
Sets the root handler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic AbstractXmlWriteHandler()
public RootXmlWriteHandler getRootHandler()
getRootHandler in interface XmlWriteHandlerpublic void setRootHandler(RootXmlWriteHandler rootHandler)
setRootHandler in interface XmlWriteHandlerrootHandler - the root handler.