com.esri.arcgis.carto
Class IRasterShaderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterShaderProxy
All Implemented Interfaces:
IRasterShader, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IRasterShaderProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterShader, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IRasterShader
IID, IID9f65c176_d25c_4e7d_90c7_53abe7910ba6
 
Constructor Summary
  IRasterShaderProxy()
          Deprecated. For internal use only
  IRasterShaderProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterShaderProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterShaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterShaderProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 short getBrightness()
          Deprecated. The brightness to be applied.
 short getContrast()
          Deprecated. The contrast to be applied.
 double getGamma()
          Deprecated. The gamma value to be applied.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBrightness(short brightness)
          Deprecated. The brightness to be applied.
 void setContrast(short contrast)
          Deprecated. The contrast to be applied.
 void setGamma(double gamma)
          Deprecated. The gamma value to be applied.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterShaderProxy

public IRasterShaderProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterShaderProxy

public IRasterShaderProxy()
Deprecated. 
For internal use only


IRasterShaderProxy

public IRasterShaderProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterShaderProxy

protected IRasterShaderProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterShaderProxy

protected IRasterShaderProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setBrightness

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

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

getBrightness

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

Specified by:
getBrightness in interface IRasterShader
Returns:
The brightness
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContrast

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

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

getContrast

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

Specified by:
getContrast in interface IRasterShader
Returns:
The contrast
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGamma

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

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

getGamma

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

Specified by:
getGamma in interface IRasterShader
Returns:
The gamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.