com.esri.arcgisws
Class Color

java.lang.Object
  extended bycom.esri.arcgisws.Color
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CmykColor, GrayColor, HlsColor, HsvColor, RgbColor

public abstract class Color
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Color()
           
Color(java.lang.Boolean useWindowsDithering, org.apache.axis.types.UnsignedByte alphaValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.UnsignedByte getAlphaValue()
          Gets the alphaValue value for this Color.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 java.lang.Boolean getUseWindowsDithering()
          Gets the useWindowsDithering value for this Color.
 int hashCode()
           
 void setAlphaValue(org.apache.axis.types.UnsignedByte alphaValue)
          Sets the alphaValue value for this Color.
 void setUseWindowsDithering(java.lang.Boolean useWindowsDithering)
          Sets the useWindowsDithering value for this Color.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Color

public Color()

Color

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

getUseWindowsDithering

public java.lang.Boolean getUseWindowsDithering()
Gets the useWindowsDithering value for this Color.

Returns:
useWindowsDithering

setUseWindowsDithering

public void setUseWindowsDithering(java.lang.Boolean useWindowsDithering)
Sets the useWindowsDithering value for this Color.

Parameters:
useWindowsDithering -

getAlphaValue

public org.apache.axis.types.UnsignedByte getAlphaValue()
Gets the alphaValue value for this Color.

Returns:
alphaValue

setAlphaValue

public void setAlphaValue(org.apache.axis.types.UnsignedByte alphaValue)
Sets the alphaValue value for this Color.

Parameters:
alphaValue -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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