Class ButtonStateColors
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.ButtonStateColors
The colors used for a particular button state.
Java class for ButtonStateColors complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ButtonStateColors">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.idstore:configuration:1}BodyColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}BorderColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}EmbossEColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}EmbossNColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}EmbossSColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}EmbossWColor"/>
<element ref="{urn:com.io7m.idstore:configuration:1}TextColor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bodyColor property.Gets the value of the borderColor property.Gets the value of the embossEColor property.Gets the value of the embossNColor property.Gets the value of the embossSColor property.Gets the value of the embossWColor property.Gets the value of the textColor property.voidsetBodyColor(ColorType value) Sets the value of the bodyColor property.voidsetBorderColor(ColorType value) Sets the value of the borderColor property.voidsetEmbossEColor(ColorType value) Sets the value of the embossEColor property.voidsetEmbossNColor(ColorType value) Sets the value of the embossNColor property.voidsetEmbossSColor(ColorType value) Sets the value of the embossSColor property.voidsetEmbossWColor(ColorType value) Sets the value of the embossWColor property.voidsetTextColor(ColorType value) Sets the value of the textColor property.
-
Field Details
-
bodyColor
-
borderColor
-
embossEColor
-
embossNColor
-
embossSColor
-
embossWColor
-
textColor
-
-
Constructor Details
-
ButtonStateColors
public ButtonStateColors()
-
-
Method Details
-
getBodyColor
Gets the value of the bodyColor property.- Returns:
- possible object is
ColorType
-
setBodyColor
Sets the value of the bodyColor property.- Parameters:
value- allowed object isColorType
-
getBorderColor
Gets the value of the borderColor property.- Returns:
- possible object is
ColorType
-
setBorderColor
Sets the value of the borderColor property.- Parameters:
value- allowed object isColorType
-
getEmbossEColor
Gets the value of the embossEColor property.- Returns:
- possible object is
ColorType
-
setEmbossEColor
Sets the value of the embossEColor property.- Parameters:
value- allowed object isColorType
-
getEmbossNColor
Gets the value of the embossNColor property.- Returns:
- possible object is
ColorType
-
setEmbossNColor
Sets the value of the embossNColor property.- Parameters:
value- allowed object isColorType
-
getEmbossSColor
Gets the value of the embossSColor property.- Returns:
- possible object is
ColorType
-
setEmbossSColor
Sets the value of the embossSColor property.- Parameters:
value- allowed object isColorType
-
getEmbossWColor
Gets the value of the embossWColor property.- Returns:
- possible object is
ColorType
-
setEmbossWColor
Sets the value of the embossWColor property.- Parameters:
value- allowed object isColorType
-
getTextColor
Gets the value of the textColor property.- Returns:
- possible object is
ColorType
-
setTextColor
Sets the value of the textColor property.- Parameters:
value- allowed object isColorType
-