com.metsci.glimpse.charts.vector.display.xmlgen
Class ColorSpec

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.xmlgen.ColorSpec

public class ColorSpec
extends java.lang.Object

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

ColorSpec

public ColorSpec()
Method Detail

getR

public float getR()
Gets the value of the r property.


setR

public void setR(float value)
Sets the value of the r property.


getG

public float getG()
Gets the value of the g property.


setG

public void setG(float value)
Sets the value of the g property.


getB

public float getB()
Gets the value of the b property.


setB

public void setB(float value)
Sets the value of the b property.


getA

public float getA()
Gets the value of the a property.


setA

public void setA(float value)
Sets the value of the a property.



Copyright © 2012 Metron, Inc.. All Rights Reserved.