com.esri.arcgisws
Class RasterLayerDrawingDescription

java.lang.Object
  extended by com.esri.arcgisws.LayerDrawingDescription
      extended by com.esri.arcgisws.RasterLayerDrawingDescription
All Implemented Interfaces:
Serializable

public class RasterLayerDrawingDescription
extends LayerDrawingDescription
implements Serializable

Java class for RasterLayerDrawingDescription complex type.

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

 <complexType name="RasterLayerDrawingDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}LayerDrawingDescription">
       <sequence>
         <element name="RasterRenderer" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer" minOccurs="0"/>
         <element name="Transparency" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="Brightness" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="Contrast" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterLayerDrawingDescription()
          RasterLayerDrawingDescription default constructor.
RasterLayerDrawingDescription(RasterRenderer rasterRenderer, Short transparency, Short brightness, Short contrast)
          Deprecated. 
 
Method Summary
 Short getBrightness()
          Gets the value of the brightness property.
 Short getContrast()
          Gets the value of the contrast property.
 RasterRenderer getRasterRenderer()
          Gets the value of the rasterRenderer property.
 Short getTransparency()
          Gets the value of the transparency property.
 void setBrightness(Short value)
          Sets the value of the brightness property.
 void setContrast(Short value)
          Sets the value of the contrast property.
 void setRasterRenderer(RasterRenderer value)
          Sets the value of the rasterRenderer property.
 void setTransparency(Short value)
          Sets the value of the transparency property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterLayerDrawingDescription

@Deprecated
public RasterLayerDrawingDescription(RasterRenderer rasterRenderer,
                                                Short transparency,
                                                Short brightness,
                                                Short contrast)
Deprecated. 

RasterLayerDrawingDescription constructor.


RasterLayerDrawingDescription

public RasterLayerDrawingDescription()
RasterLayerDrawingDescription default constructor.

Method Detail

getRasterRenderer

public RasterRenderer getRasterRenderer()
Gets the value of the rasterRenderer property.

Returns:
possible object is RasterRenderer

setRasterRenderer

public void setRasterRenderer(RasterRenderer value)
Sets the value of the rasterRenderer property.

Parameters:
value - allowed object is RasterRenderer

getTransparency

public Short getTransparency()
Gets the value of the transparency property.

Returns:
possible object is Short

setTransparency

public void setTransparency(Short value)
Sets the value of the transparency property.

Parameters:
value - allowed object is Short

getBrightness

public Short getBrightness()
Gets the value of the brightness property.

Returns:
possible object is Short

setBrightness

public void setBrightness(Short value)
Sets the value of the brightness property.

Parameters:
value - allowed object is Short

getContrast

public Short getContrast()
Gets the value of the contrast property.

Returns:
possible object is Short

setContrast

public void setContrast(Short value)
Sets the value of the contrast property.

Parameters:
value - allowed object is Short