Class StyleSLDParser.FlatOpacityAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,FlatOpacity>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.StyleSLDParser.FlatOpacityAdapter
-
- Enclosing class:
- StyleSLDParser
public static class StyleSLDParser.FlatOpacityAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,FlatOpacity>
-
-
Constructor Summary
Constructors Constructor Description FlatOpacityAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(FlatOpacity v)
FlatOpacity
unmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public FlatOpacity unmarshal(String v) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,FlatOpacity>
- Throws:
Exception
-
marshal
public String marshal(FlatOpacity v) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,FlatOpacity>
- Throws:
Exception
-
-