JIDE 3.5.15

com.jidesoft.chart.xml
Class XmlBasicStrokeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>
      extended by com.jidesoft.chart.xml.XmlBasicStrokeAdapter

public class XmlBasicStrokeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<BasicStrokeWrapper,BasicStroke>


Constructor Summary
XmlBasicStrokeAdapter()
           
 
Method Summary
 BasicStrokeWrapper marshal(BasicStroke v)
           
 BasicStroke unmarshal(BasicStrokeWrapper bs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBasicStrokeAdapter

public XmlBasicStrokeAdapter()
Method Detail

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

JIDE 3.5.15