XmlWriteHandler
BasicStrokeWriteHandler
, ColorWriteHandler
, FontWriteHandler
, GenericWriteHandler
, GradientPaintWriteHandler
, InsetsWriteHandler
, ListWriteHandler
, Point2DWriteHandler
, Rectangle2DWriteHandler
, RenderingHintsWriteHandler
public 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, wait
write
public AbstractXmlWriteHandler()
public RootXmlWriteHandler getRootHandler()
getRootHandler
in interface XmlWriteHandler
public void setRootHandler(RootXmlWriteHandler rootHandler)
setRootHandler
in interface XmlWriteHandler
rootHandler
- the root handler.