|
|||||||||
| 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.IColorProxy
Description: 'Provides access to members that control the basic color interface.' 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 IColorProxy
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.IColor |
|---|
IID, IID20cd40b0_8f3d_11d0_8590_0800091a2a72 |
| Constructor Summary | |
|---|---|
|
IColorProxy()
Deprecated. For internal use only |
|
IColorProxy(java.lang.Object obj)
Deprecated. |
protected |
IColorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IColorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IColorProxy(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 |
getCIELAB(double[] l,
double[] a,
double[] b)
Deprecated. The CIELAB value of color. |
int |
getCMYK()
Deprecated. The CMYK value of color. |
int |
getRGB()
Deprecated. The RGB value of color. |
byte |
getTransparency()
Deprecated. The Alpha Blending value. |
boolean |
isNullColor()
Deprecated. Indicates whether this color is null. |
boolean |
isUseWindowsDithering()
Deprecated. Indicates if colors should be dithered to simulate colors that aren't supported by the display. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCIELAB(double l,
double a,
double b)
Deprecated. The CIELAB value of color. |
void |
setCMYK(int cMYK)
Deprecated. The CMYK value of color. |
void |
setNullColor(boolean flag)
Deprecated. Indicates whether this color is null. |
void |
setRGB(int rGB)
Deprecated. The RGB value of color. |
void |
setTransparency(byte alphaValue)
Deprecated. The Alpha Blending value. |
void |
setUseWindowsDithering(boolean useDithering)
Deprecated. Indicates if colors should be dithered to simulate colors that aren't supported by the display. |
| 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 IColorProxy(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 IColorProxy()
public IColorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IColorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IColorProxy(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 setRGB(int rGB)
throws java.io.IOException,
AutomationException
setRGB in interface IColorrGB - The rGB (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRGB()
throws java.io.IOException,
AutomationException
getRGB in interface IColorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCMYK(int cMYK)
throws java.io.IOException,
AutomationException
setCMYK in interface IColorcMYK - The cMYK (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCMYK()
throws java.io.IOException,
AutomationException
getCMYK in interface IColorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseWindowsDithering(boolean useDithering)
throws java.io.IOException,
AutomationException
setUseWindowsDithering in interface IColoruseDithering - The useDithering (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseWindowsDithering()
throws java.io.IOException,
AutomationException
isUseWindowsDithering in interface IColorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCIELAB(double l,
double a,
double b)
throws java.io.IOException,
AutomationException
setCIELAB in interface IColorl - 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 getCIELAB(double[] l,
double[] a,
double[] b)
throws java.io.IOException,
AutomationException
getCIELAB in interface IColorl - The l (out: use single element array)a - The a (out: use single element array)b - The b (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparency(byte alphaValue)
throws java.io.IOException,
AutomationException
setTransparency in interface IColoralphaValue - An unsigned byte (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte getTransparency()
throws java.io.IOException,
AutomationException
getTransparency in interface IColorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNullColor(boolean flag)
throws java.io.IOException,
AutomationException
setNullColor in interface IColorflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNullColor()
throws java.io.IOException,
AutomationException
isNullColor in interface IColorjava.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 | ||||||||