|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.ICieLabConversionProxy
Description: 'Provides access to members that control the CIE Lab conversion.' 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 ICieLabConversionProxy
Internal use class
| 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.display.ICieLabConversion |
|---|
IID, IID137e39db_3e98_11d2_aaf7_00c04fa334b3 |
| Constructor Summary | |
|---|---|
|
ICieLabConversionProxy()
Deprecated. For internal use only |
|
ICieLabConversionProxy(java.lang.Object obj)
Deprecated. |
protected |
ICieLabConversionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ICieLabConversionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ICieLabConversionProxy(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. |
double |
getDistance(double l1,
double a1,
double b1,
double l2,
double a2,
double b2)
Deprecated. Gets visual difference between two CIELAB colors. |
int |
getSettingsVersion()
Deprecated. The monitor settings version. |
void |
hsvToLab(short h,
byte s,
byte v,
double[] l,
double[] a,
double[] b)
Deprecated. Converts an RGB color to a CIELAB color. |
void |
labToHsv(short[] h,
byte[] s,
byte[] v,
double l,
double a,
double b)
Deprecated. Converts a CIELAB color to an RGB color. |
void |
labToRgb(int[] rGB,
double l,
double a,
double b)
Deprecated. Converts a CIELAB color to an RGB color. |
void |
reloadSettings()
Deprecated. Reloads the monitor settings from the registry. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
rgbToLab(int rGB,
double[] l,
double[] a,
double[] b)
Deprecated. Converts an RGB color to a CIELAB color. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ICieLabConversionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ICieLabConversionProxy()
public ICieLabConversionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ICieLabConversionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ICieLabConversionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void rgbToLab(int rGB,
double[] l,
double[] a,
double[] b)
throws java.io.IOException,
AutomationException
rgbToLab in interface ICieLabConversionrGB - The rGB (A COM typedef) (in)l - The l (out: use single element array)a - The a (in)b - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void labToRgb(int[] rGB,
double l,
double a,
double b)
throws java.io.IOException,
AutomationException
labToRgb in interface ICieLabConversionrGB - The rGB (A COM typedef) (out: use single element array)l - The l (in)a - The a (in)b - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hsvToLab(short h,
byte s,
byte v,
double[] l,
double[] a,
double[] b)
throws java.io.IOException,
AutomationException
hsvToLab in interface ICieLabConversionh - The h (in)s - An unsigned byte (in)v - An unsigned byte (in)l - The l (out: use single element array)a - The a (in)b - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void labToHsv(short[] h,
byte[] s,
byte[] v,
double l,
double a,
double b)
throws java.io.IOException,
AutomationException
labToHsv in interface ICieLabConversionh - The h (out: use single element array)s - An unsigned byte (out: use single element array)v - An unsigned byte (out: use single element array)l - The l (in)a - The a (in)b - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistance(double l1,
double a1,
double b1,
double l2,
double a2,
double b2)
throws java.io.IOException,
AutomationException
getDistance in interface ICieLabConversionl1 - The l1 (in)a1 - The a1 (in)b1 - The b1 (in)l2 - The l2 (in)a2 - The a2 (in)b2 - The b2 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reloadSettings()
throws java.io.IOException,
AutomationException
reloadSettings in interface ICieLabConversionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSettingsVersion()
throws java.io.IOException,
AutomationException
getSettingsVersion in interface ICieLabConversionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||