com.jidesoft.chart.xml
Class XmlFontAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>
com.jidesoft.chart.xml.XmlFontAdapter
public class XmlFontAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Font>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlFontAdapter
public XmlFontAdapter()
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