JIDE 3.5.15

com.jidesoft.chart.xml
Class XmlFontAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>
      extended by com.jidesoft.chart.xml.XmlFontAdapter

public class XmlFontAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>


Constructor Summary
XmlFontAdapter()
           
 
Method Summary
 String marshal(Font font)
           
 Font unmarshal(String fontString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFontAdapter

public XmlFontAdapter()
Method Detail

marshal

public String marshal(Font font)
               throws Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>
Throws:
Exception

unmarshal

public Font unmarshal(String fontString)
               throws Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>
Throws:
Exception

JIDE 3.5.15