com.esri.arcgisws
Class RgbColor

java.lang.Object
  extended bycom.esri.arcgisws.Color
      extended bycom.esri.arcgisws.RgbColor
All Implemented Interfaces:
java.io.Serializable

public class RgbColor
extends Color
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RgbColor()
           
RgbColor(java.lang.Boolean useWindowsDithering, org.apache.axis.types.UnsignedByte alphaValue, org.apache.axis.types.UnsignedByte red, org.apache.axis.types.UnsignedByte green, org.apache.axis.types.UnsignedByte blue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.UnsignedByte getBlue()
          Gets the blue value for this RgbColor.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.UnsignedByte getGreen()
          Gets the green value for this RgbColor.
 org.apache.axis.types.UnsignedByte getRed()
          Gets the red value for this RgbColor.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBlue(org.apache.axis.types.UnsignedByte blue)
          Sets the blue value for this RgbColor.
 void setGreen(org.apache.axis.types.UnsignedByte green)
          Sets the green value for this RgbColor.
 void setRed(org.apache.axis.types.UnsignedByte red)
          Sets the red value for this RgbColor.
 
Methods inherited from class com.esri.arcgisws.Color
getAlphaValue, getUseWindowsDithering, setAlphaValue, setUseWindowsDithering
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RgbColor

public RgbColor()

RgbColor

public RgbColor(java.lang.Boolean useWindowsDithering,
                org.apache.axis.types.UnsignedByte alphaValue,
                org.apache.axis.types.UnsignedByte red,
                org.apache.axis.types.UnsignedByte green,
                org.apache.axis.types.UnsignedByte blue)
Method Detail

getRed

public org.apache.axis.types.UnsignedByte getRed()
Gets the red value for this RgbColor.

Returns:
red

setRed

public void setRed(org.apache.axis.types.UnsignedByte red)
Sets the red value for this RgbColor.

Parameters:
red -

getGreen

public org.apache.axis.types.UnsignedByte getGreen()
Gets the green value for this RgbColor.

Returns:
green

setGreen

public void setGreen(org.apache.axis.types.UnsignedByte green)
Sets the green value for this RgbColor.

Parameters:
green -

getBlue

public org.apache.axis.types.UnsignedByte getBlue()
Gets the blue value for this RgbColor.

Returns:
blue

setBlue

public void setBlue(org.apache.axis.types.UnsignedByte blue)
Sets the blue value for this RgbColor.

Parameters:
blue -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Color

hashCode

public int hashCode()
Overrides:
hashCode in class Color

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer