com.jidesoft.chart.xml
Class XmlBasicStrokeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>
com.jidesoft.chart.xml.XmlBasicStrokeAdapter
public class XmlBasicStrokeAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlBasicStrokeAdapter
public XmlBasicStrokeAdapter()
marshal
public BasicStrokeWrapper marshal(BasicStroke v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>
- Throws:
Exception
unmarshal
public BasicStroke unmarshal(BasicStrokeWrapper bs)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>
- Throws:
Exception