com.esri.arcgisws
Class GrayColor

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

public class GrayColor
extends Color
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GrayColor()
           
GrayColor(java.lang.Boolean useWindowsDithering, org.apache.axis.types.UnsignedByte alphaValue, org.apache.axis.types.UnsignedByte grayLevel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getGrayLevel()
          Gets the grayLevel value for this GrayColor.
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 setGrayLevel(org.apache.axis.types.UnsignedByte grayLevel)
          Sets the grayLevel value for this GrayColor.
 
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

GrayColor

public GrayColor()

GrayColor

public GrayColor(java.lang.Boolean useWindowsDithering,
                 org.apache.axis.types.UnsignedByte alphaValue,
                 org.apache.axis.types.UnsignedByte grayLevel)
Method Detail

getGrayLevel

public org.apache.axis.types.UnsignedByte getGrayLevel()
Gets the grayLevel value for this GrayColor.

Returns:
grayLevel

setGrayLevel

public void setGrayLevel(org.apache.axis.types.UnsignedByte grayLevel)
Sets the grayLevel value for this GrayColor.

Parameters:
grayLevel -

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