|
|||||||||
| 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.IDisplayFeedbackProxy
com.esri.arcgis.display.IDisplayFeedback2Proxy
com.esri.arcgis.display.IBezierDisplayFeedbackProxy
public class IBezierDisplayFeedbackProxy
Additional Symbol properties for BezierFeedback objects.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IBezierDisplayFeedbackProxy()
|
|
IBezierDisplayFeedbackProxy(Object obj)
|
protected |
IBezierDisplayFeedbackProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
ISymbol |
getControlArmSymbol()
The line symbol used to draw the control arms of a bezier. |
ISymbol |
getControlPointSymbol()
The marker symbol used to draw the control points of a bezier. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setControlArmSymbolByRef(ISymbol symbol)
The line symbol used to draw the control arms of a bezier. |
void |
setControlPointSymbolByRef(ISymbol symbol)
The marker symbol used to draw the control points of a bezier. |
| Methods inherited from class com.esri.arcgis.display.IDisplayFeedback2Proxy |
|---|
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale |
| Methods inherited from class com.esri.arcgis.display.IDisplayFeedbackProxy |
|---|
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
| 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.IDisplayFeedback2 |
|---|
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale |
| Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback |
|---|
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IBezierDisplayFeedbackProxy()
public IBezierDisplayFeedbackProxy(Object obj)
throws IOException
IOException
protected IBezierDisplayFeedbackProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IDisplayFeedback2ProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IDisplayFeedback2ProxyIOException
public ISymbol getControlArmSymbol()
throws IOException,
AutomationException
getControlArmSymbol in interface IBezierDisplayFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setControlArmSymbolByRef(ISymbol symbol)
throws IOException,
AutomationException
setControlArmSymbolByRef in interface IBezierDisplayFeedbacksymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getControlPointSymbol()
throws IOException,
AutomationException
getControlPointSymbol in interface IBezierDisplayFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setControlPointSymbolByRef(ISymbol symbol)
throws IOException,
AutomationException
setControlPointSymbolByRef in interface IBezierDisplayFeedbacksymbol - A reference to a com.esri.arcgis.display.ISymbol (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 | ||||||||