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