com.esri.arcgis.carto
Class IAdvancedShaderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IShaderProxy
          extended by com.esri.arcgis.carto.IAdvancedShaderProxy
All Implemented Interfaces:
IAdvancedShader, IShader, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAdvancedShader'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Access to members that allow a shader to process tiled bitmap information.' 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 IAdvancedShaderProxy
extends IShaderProxy
implements IAdvancedShader, 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.IAdvancedShader
IID, IID58e9956a_c645_41b6_98d6_049a65a660f6
 
Fields inherited from interface com.esri.arcgis.carto.IShader
IIDcb0f9195_3e7c_4a2b_8c95_a8f2fac10c4c
 
Constructor Summary
  IAdvancedShaderProxy()
          Deprecated. For internal use only
  IAdvancedShaderProxy(java.lang.Object obj)
          Deprecated.  
protected IAdvancedShaderProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAdvancedShaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAdvancedShaderProxy(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.  
 void beginUpdate()
          Deprecated. Begin updating the shader.
 void endUpdate()
          Deprecated. End updating the shader.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void update(int bitmapSize, byte[] pBitmapBits, int width, int height, int scanLineWidthInBytes)
          Deprecated. Pass an image tile to the shader.
 
Methods inherited from class com.esri.arcgis.carto.IShaderProxy
processB, processG, processR
 
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
 
Methods inherited from interface com.esri.arcgis.carto.IShader
processB, processG, processR
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAdvancedShaderProxy

public IAdvancedShaderProxy(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

IAdvancedShaderProxy

public IAdvancedShaderProxy()
Deprecated. 
For internal use only


IAdvancedShaderProxy

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

IAdvancedShaderProxy

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

IAdvancedShaderProxy

protected IAdvancedShaderProxy(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 IShaderProxy
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 IShaderProxy
Throws:
java.io.IOException

beginUpdate

public void beginUpdate()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Begin updating the shader.

Specified by:
beginUpdate in interface IAdvancedShader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

public void update(int bitmapSize,
                   byte[] pBitmapBits,
                   int width,
                   int height,
                   int scanLineWidthInBytes)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Pass an image tile to the shader.

Specified by:
update in interface IAdvancedShader
Parameters:
bitmapSize - The bitmapSize (in)
pBitmapBits - An unsigned byte (in)
width - The width (in)
height - The height (in)
scanLineWidthInBytes - The scanLineWidthInBytes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endUpdate

public void endUpdate()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
End updating the shader.

Specified by:
endUpdate in interface IAdvancedShader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.