com.esri.arcgisws
Class GrayColor

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

public class GrayColor
extends Color
implements Serializable

Java class for GrayColor complex type.

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

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

See Also:
Serialized Form

Constructor Summary
GrayColor()
          GrayColor default constructor.
GrayColor(Boolean useWindowsDithering, Short alphaValue, short grayLevel)
          Deprecated. 
 
Method Summary
 short getGrayLevel()
          Gets the value of the grayLevel property.
 void setGrayLevel(short value)
          Sets the value of the grayLevel 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

GrayColor

@Deprecated
public GrayColor(Boolean useWindowsDithering,
                            Short alphaValue,
                            short grayLevel)
Deprecated. 

GrayColor constructor.


GrayColor

public GrayColor()
GrayColor default constructor.

Method Detail

getGrayLevel

public short getGrayLevel()
Gets the value of the grayLevel property.


setGrayLevel

public void setGrayLevel(short value)
Sets the value of the grayLevel property.