com.esri.arcgis.output
Interface IColorCorrection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IColorCorrectionProxy, PSDriver, PsPrinter

public interface IColorCorrection
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID80b77a31_4db6_11d3_b654_0080c8ea4fd5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getCMYKCorrection(int dataType, int index)
          The Color Correction for the CMYK color model.
 short getLightness(int dataType)
          The Lightness Value of the HLS Color Model.
 short getSaturation(int dataType)
          The Saturation Value of the HLS Color Model.
 short getSupportedColorCorrections()
          The dataType supported: 1 Total, 2 Raster, 4 Vector.
 short getUnderColorRemoval(int dataType)
          The Undercolor Removal Value.
 void setCMYKCorrection(int dataType, int index, short val)
          The Color Correction for the CMYK color model.
 void setLightness(int dataType, short val)
          The Lightness Value of the HLS Color Model.
 void setSaturation(int dataType, short val)
          The Saturation Value of the HLS Color Model.
 void setUnderColorRemoval(int dataType, short val)
          The Undercolor Removal Value.
 

Field Detail

IID80b77a31_4db6_11d3_b654_0080c8ea4fd5

static final int IID80b77a31_4db6_11d3_b654_0080c8ea4fd5
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

getSupportedColorCorrections

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

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

getLightness

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.