com.esri.arcgisws
Class RgbColor

java.lang.Object
  extended by com.esri.arcgisws.Color
      extended by com.esri.arcgisws.RgbColor
All Implemented Interfaces:
Serializable

public class RgbColor
extends Color
implements Serializable

Java class for RgbColor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RgbColor">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Color">
       <sequence>
         <element name="Red" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Green" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Blue" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RgbColor()
          RgbColor default constructor.
RgbColor(Boolean useWindowsDithering, Short alphaValue, short red, short green, short blue)
          Deprecated. 
 
Method Summary
 short getBlue()
          Gets the value of the blue property.
 short getGreen()
          Gets the value of the green property.
 short getRed()
          Gets the value of the red property.
 void setBlue(short value)
          Sets the value of the blue property.
 void setGreen(short value)
          Sets the value of the green property.
 void setRed(short value)
          Sets the value of the red property.
 
Methods inherited from class com.esri.arcgisws.Color
getAlphaValue, getUseWindowsDithering, isUseWindowsDithering, setAlphaValue, setUseWindowsDithering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RgbColor

@Deprecated
public RgbColor(Boolean useWindowsDithering,
                           Short alphaValue,
                           short red,
                           short green,
                           short blue)
Deprecated. 

RgbColor constructor.


RgbColor

public RgbColor()
RgbColor default constructor.

Method Detail

getRed

public short getRed()
Gets the value of the red property.


setRed

public void setRed(short value)
Sets the value of the red property.


getGreen

public short getGreen()
Gets the value of the green property.


setGreen

public void setGreen(short value)
Sets the value of the green property.


getBlue

public short getBlue()
Gets the value of the blue property.


setBlue

public void setBlue(short value)
Sets the value of the blue property.