|
||||||||||
| 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.carto.IACGradientFillSymbolProxy
Provides access to members that control ArcIMS gradient fill symbol.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IACGradientFillSymbolProxy()
For internal use only |
|
IACGradientFillSymbolProxy(java.lang.Object obj)
|
protected |
IACGradientFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IACGradientFillSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IACGradientFillSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
IColor |
getFinishColor()
The end color. |
IColor |
getStartColor()
The start color. |
int |
getType()
The fill type. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setFinishColor(IColor color)
The end color. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setStartColor(IColor color)
The start color. |
void |
setType(int type)
The fill type. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IACGradientFillSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IACGradientFillSymbolProxy()
public IACGradientFillSymbolProxy(java.lang.Object obj)
throws java.io.IOException
protected IACGradientFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IACGradientFillSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public int getType()
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
getType in interface IACGradientFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int type)
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
setType in interface IACGradientFillSymboltype - A com.esri.arcgis.carto.acGradientFillType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getStartColor()
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
getStartColor in interface IACGradientFillSymbolAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setStartColor(IColor color)
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
setStartColor in interface IACGradientFillSymbolcolor - A reference to a com.esri.arcgis.display.IColor (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IColor getFinishColor()
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
getFinishColor in interface IACGradientFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFinishColor(IColor color)
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
setFinishColor in interface IACGradientFillSymbolcolor - A reference to a com.esri.arcgis.display.IColor (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isOverlap()
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
isOverlap in interface IACGradientFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverlap(boolean flag)
throws java.io.IOException,
AutomationException
IACGradientFillSymbol
setOverlap in interface IACGradientFillSymbolflag - The flag (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 | |||||||||