|
|||||||||
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.IFillSymbolProxy
com.esri.arcgis.carto.IColorRampSymbolProxy
Description: 'Provides access to members that control ColorRamp symbolization.' 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 IColorRampSymbolProxy
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.carto.IColorRampSymbol |
---|
IID, IID1272e1b0_204c_11d3_a3f2_0004ac1b1d86 |
Fields inherited from interface com.esri.arcgis.display.IFillSymbol |
---|
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21 |
Constructor Summary | |
---|---|
|
IColorRampSymbolProxy()
Deprecated. For internal use only |
|
IColorRampSymbolProxy(java.lang.Object obj)
Deprecated. |
protected |
IColorRampSymbolProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IColorRampSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IColorRampSymbolProxy(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. |
IColorRamp |
getColorRamp()
Deprecated. Current color ramp. |
int |
getLegendClassIndex()
Deprecated. Ordinal number of the legend class for the symbol (0,1,2). |
ILegendGroup |
getLegendGroup()
Deprecated. Legend group of the symbol. |
boolean |
isInvert()
Deprecated. Indicates whether to invert. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColorRamp(IColorRamp colorRamp)
Deprecated. Current color ramp. |
void |
setColorRampInLegendGroup(IColorRamp rhs1)
Deprecated. Not documented. |
void |
setInvert(boolean invert)
Deprecated. Indicates whether to invert. |
void |
setLegendClassIndex(int index)
Deprecated. Ordinal number of the legend class for the symbol (0,1,2). |
void |
setLegendGroupByRef(ILegendGroup ppLegendGroup)
Deprecated. Legend group of the symbol. |
Methods inherited from class com.esri.arcgis.display.IFillSymbolProxy |
---|
getColor, getOutline, setColor, setOutline |
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.display.IFillSymbol |
---|
getColor, getOutline, setColor, setOutline |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IColorRampSymbolProxy(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.IOException
public IColorRampSymbolProxy()
public IColorRampSymbolProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IColorRampSymbolProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IColorRampSymbolProxy(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 IFillSymbolProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IFillSymbolProxy
java.io.IOException
public IColorRamp getColorRamp() throws java.io.IOException, AutomationException
getColorRamp
in interface IColorRampSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorRamp(IColorRamp colorRamp) throws java.io.IOException, AutomationException
setColorRamp
in interface IColorRampSymbol
colorRamp
- A reference to a com.esri.arcgis.display.IColorRamp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorRampInLegendGroup(IColorRamp rhs1) throws java.io.IOException, AutomationException
setColorRampInLegendGroup
in interface IColorRampSymbol
rhs1
- A reference to a com.esri.arcgis.display.IColorRamp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInvert() throws java.io.IOException, AutomationException
isInvert
in interface IColorRampSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInvert(boolean invert) throws java.io.IOException, AutomationException
setInvert
in interface IColorRampSymbol
invert
- The invert (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLegendClassIndex() throws java.io.IOException, AutomationException
getLegendClassIndex
in interface IColorRampSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLegendClassIndex(int index) throws java.io.IOException, AutomationException
setLegendClassIndex
in interface IColorRampSymbol
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILegendGroup getLegendGroup() throws java.io.IOException, AutomationException
getLegendGroup
in interface IColorRampSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLegendGroupByRef(ILegendGroup ppLegendGroup) throws java.io.IOException, AutomationException
setLegendGroupByRef
in interface IColorRampSymbol
ppLegendGroup
- A reference to a com.esri.arcgis.carto.ILegendGroup (in)
java.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 |