public class BasicStrokeWriteHandler extends AbstractXmlWriteHandler
BasicStroke
object.Constructor and Description |
---|
BasicStrokeWriteHandler()
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
void |
write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
Performs the writing of a single object.
|
getRootHandler, setRootHandler
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
tagName
- the tag name.object
- the object (BasicStroke
expected).writer
- the writer.mPlexAttribute
- ??mPlexValue
- ??IOException
- if there is an I/O problem.XMLWriterException
- if there is a problem with the writer.Copyright © 2001–2018 JFree.org. All rights reserved.