JIDE 3.5.15

com.jidesoft.chart.model
Class XmlHighlightAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Highlight>
      extended by com.jidesoft.chart.model.XmlHighlightAdapter

public class XmlHighlightAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Highlight>


Constructor Summary
XmlHighlightAdapter()
           
 
Method Summary
 String marshal(Highlight h)
           
 Highlight unmarshal(String highlightString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHighlightAdapter

public XmlHighlightAdapter()
Method Detail

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

JIDE 3.5.15