|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.charts.vector.display.xmlgen.ColorSpec
public class ColorSpec
Java class for ColorSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorSpec"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="r" type="{http://geo.metsci.com}ColorComponentSpec"/> <element name="g" type="{http://geo.metsci.com}ColorComponentSpec"/> <element name="b" type="{http://geo.metsci.com}ColorComponentSpec"/> <element name="a" type="{http://geo.metsci.com}ColorComponentSpec"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ColorSpec()
|
Method Summary | |
---|---|
float |
getA()
Gets the value of the a property. |
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. |
void |
setA(float value)
Sets the value of the a property. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorSpec()
Method Detail |
---|
public float getR()
public void setR(float value)
public float getG()
public void setG(float value)
public float getB()
public void setB(float value)
public float getA()
public void setA(float value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |