|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.display.IFillSymbolProxy com.esri.arcgis.carto.IColorRampSymbolProxy com.esri.arcgis.carto.IColorRampSymbol2Proxy
public class IColorRampSymbol2Proxy
Provides access to members that control ColorRamp symbolization.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IColorRampSymbol2Proxy()
|
|
IColorRampSymbol2Proxy(Object obj)
|
protected |
IColorRampSymbol2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
boolean |
isHorizontal()
Indicates whether ramp is drawn horizontally. |
boolean |
isShowTics()
Indicates whether to draw tic marks between intervals. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setHorizontal(boolean flag)
Indicates whether ramp is drawn horizontally. |
void |
setShowTics(boolean flag)
Indicates whether to draw tic marks between intervals. |
Methods inherited from class com.esri.arcgis.carto.IColorRampSymbolProxy |
---|
getColorRamp, getLegendClassIndex, getLegendGroup, isInvert, setColorRamp, setColorRampInLegendGroup, setInvert, setLegendClassIndex, setLegendGroupByRef |
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.carto.IColorRampSymbol |
---|
getColorRamp, getLegendClassIndex, getLegendGroup, isInvert, setColorRamp, setColorRampInLegendGroup, setInvert, setLegendClassIndex, setLegendGroupByRef |
Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
---|
getColor, getOutline, setColor, setOutline |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IColorRampSymbol2Proxy()
public IColorRampSymbol2Proxy(Object obj) throws IOException
IOException
protected IColorRampSymbol2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IColorRampSymbolProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IColorRampSymbolProxy
IOException
public boolean isHorizontal() throws IOException, AutomationException
isHorizontal
in interface IColorRampSymbol2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHorizontal(boolean flag) throws IOException, AutomationException
setHorizontal
in interface IColorRampSymbol2
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowTics() throws IOException, AutomationException
isShowTics
in interface IColorRampSymbol2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowTics(boolean flag) throws IOException, AutomationException
setShowTics
in interface IColorRampSymbol2
flag
- The flag (in)
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 |