public class ColorType extends Object
Java class for ColorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="r" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
<maxInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="b" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
<maxInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="g" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
<maxInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
b |
protected Float |
g |
protected Float |
r |
| Constructor and Description |
|---|
ColorType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getB()
Gets the value of the b property.
|
float |
getG()
Gets the value of the g property.
|
float |
getR()
Gets the value of the r property.
|
boolean |
isSetB() |
boolean |
isSetG() |
boolean |
isSetR() |
void |
setB(float value)
Sets the value of the b property.
|
void |
setG(float value)
Sets the value of the g property.
|
void |
setR(float value)
Sets the value of the r property.
|
void |
unsetB() |
void |
unsetG() |
void |
unsetR() |
public float getR()
Floatpublic void setR(float value)
value - allowed object is
Floatpublic boolean isSetR()
public void unsetR()
public float getB()
Floatpublic void setB(float value)
value - allowed object is
Floatpublic boolean isSetB()
public void unsetB()
public float getG()
Floatpublic void setG(float value)
value - allowed object is
Floatpublic boolean isSetG()
public void unsetG()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.