com.esri.arcgis.output
Class IColorCorrectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.output.IColorCorrectionProxy
All Implemented Interfaces:
IColorCorrection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IColorCorrection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Color Correction.' 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 IColorCorrectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IColorCorrection, 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.output.IColorCorrection
IID, IID80b77a31_4db6_11d3_b654_0080c8ea4fd5
 
Constructor Summary
  IColorCorrectionProxy()
          Deprecated. For internal use only
  IColorCorrectionProxy(java.lang.Object obj)
          Deprecated.  
protected IColorCorrectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IColorCorrectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IColorCorrectionProxy(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 getCMYKCorrection(int dataType, int index)
          Deprecated. The Color Correction for the CMYK color model.
 short getLightness(int dataType)
          Deprecated. The Lightness Value of the HLS Color Model.
 short getSaturation(int dataType)
          Deprecated. The Saturation Value of the HLS Color Model.
 short getSupportedColorCorrections()
          Deprecated. The dataType supported: 1 Total, 2 Raster, 4 Vector.
 short getUnderColorRemoval(int dataType)
          Deprecated. The Undercolor Removal Value.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCMYKCorrection(int dataType, int index, short val)
          Deprecated. The Color Correction for the CMYK color model.
 void setLightness(int dataType, short val)
          Deprecated. The Lightness Value of the HLS Color Model.
 void setSaturation(int dataType, short val)
          Deprecated. The Saturation Value of the HLS Color Model.
 void setUnderColorRemoval(int dataType, short val)
          Deprecated. The Undercolor Removal Value.
 
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

IColorCorrectionProxy

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

IColorCorrectionProxy

public IColorCorrectionProxy()
Deprecated. 
For internal use only


IColorCorrectionProxy

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

IColorCorrectionProxy

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

IColorCorrectionProxy

protected IColorCorrectionProxy(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

getSupportedColorCorrections

public short getSupportedColorCorrections()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The dataType supported: 1 Total, 2 Raster, 4 Vector.

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

getLightness

public short getLightness(int dataType)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The Lightness Value of the HLS Color Model.

Specified by:
getLightness in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLightness

public void setLightness(int dataType,
                         short val)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The Lightness Value of the HLS Color Model.

Specified by:
setLightness in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSaturation

public short getSaturation(int dataType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Saturation Value of the HLS Color Model.

Specified by:
getSaturation in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSaturation

public void setSaturation(int dataType,
                          short val)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The Saturation Value of the HLS Color Model.

Specified by:
setSaturation in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnderColorRemoval

public short getUnderColorRemoval(int dataType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The Undercolor Removal Value.

Specified by:
getUnderColorRemoval in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnderColorRemoval

public void setUnderColorRemoval(int dataType,
                                 short val)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The Undercolor Removal Value.

Specified by:
setUnderColorRemoval in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCMYKCorrection

public short getCMYKCorrection(int dataType,
                               int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Color Correction for the CMYK color model.

Specified by:
getCMYKCorrection in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
index - A com.esri.arcgis.output.esriCMYKIndex constant (in)
Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCMYKCorrection

public void setCMYKCorrection(int dataType,
                              int index,
                              short val)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The Color Correction for the CMYK color model.

Specified by:
setCMYKCorrection in interface IColorCorrection
Parameters:
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
index - A com.esri.arcgis.output.esriCMYKIndex constant (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.