com.esri.arcgis.carto
Interface IRasterShader

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterShaderProxy, RasterShader

public interface IRasterShader
extends java.io.Serializable

COM Interface 'IRasterShader'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Access to members that allow a raster shader to process pixel channels.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9f65c176_d25c_4e7d_90c7_53abe7910ba6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getBrightness()
          The brightness to be applied.
 short getContrast()
          The contrast to be applied.
 double getGamma()
          The gamma value to be applied.
 void setBrightness(short brightness)
          The brightness to be applied.
 void setContrast(short contrast)
          The contrast to be applied.
 void setGamma(double gamma)
          The gamma value to be applied.
 

Field Detail

IID9f65c176_d25c_4e7d_90c7_53abe7910ba6

static final int IID9f65c176_d25c_4e7d_90c7_53abe7910ba6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setBrightness

void setBrightness(short brightness)
                   throws java.io.IOException,
                          AutomationException
The brightness to be applied.

Parameters:
brightness - The brightness (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBrightness

short getBrightness()
                    throws java.io.IOException,
                           AutomationException
The brightness to be applied.

Returns:
The brightness
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContrast

void setContrast(short contrast)
                 throws java.io.IOException,
                        AutomationException
The contrast to be applied.

Parameters:
contrast - The contrast (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContrast

short getContrast()
                  throws java.io.IOException,
                         AutomationException
The contrast to be applied.

Returns:
The contrast
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGamma

void setGamma(double gamma)
              throws java.io.IOException,
                     AutomationException
The gamma value to be applied.

Parameters:
gamma - The gamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGamma

double getGamma()
                throws java.io.IOException,
                       AutomationException
The gamma value to be applied.

Returns:
The gamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.