|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.BasicStrokeReadHandler
public class BasicStrokeReadHandler
A SAX handler for reading a BasicStroke object from XML.
To do: this should have a multiplexer in front like the PaintReadHandler
| Constructor Summary | |
|---|---|
BasicStrokeReadHandler()
Creates a new handler. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
Returns the stroke under construction. |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Called at the start of parsing a BasicStroke element, this method reads the
attributes and constructs the stroke. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicStrokeReadHandler()
| Method Detail |
|---|
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
BasicStroke element, this method reads the
attributes and constructs the stroke.
startParsing in class AbstractXmlReadHandlerattrs - the attributes.
org.xml.sax.SAXException - to indicate a parsing error.public java.lang.Object getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||