public class ColorXmlAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,javafx.scene.paint.Color>
XmlAdapter for Color objects| Constructor and Description |
|---|
ColorXmlAdapter()
Initializes a new instance of the
ColorXmlAdapter class |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(javafx.scene.paint.Color value) |
javafx.scene.paint.Color |
unmarshal(java.lang.String stringValue) |
public ColorXmlAdapter()
ColorXmlAdapter classpublic javafx.scene.paint.Color unmarshal(java.lang.String stringValue)
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,javafx.scene.paint.Color>public java.lang.String marshal(javafx.scene.paint.Color value)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,javafx.scene.paint.Color>Copyright © 2018 Frederic Thevenet. All rights reserved.