com.esri.arcgis.display
Class IBezierDisplayFeedbackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IDisplayFeedbackProxy
          extended by com.esri.arcgis.display.IDisplayFeedback2Proxy
              extended by com.esri.arcgis.display.IBezierDisplayFeedbackProxy
All Implemented Interfaces:
IBezierDisplayFeedback, IDisplayFeedback, IDisplayFeedback2, Externalizable, Serializable

public class IBezierDisplayFeedbackProxy
extends IDisplayFeedback2Proxy
implements IBezierDisplayFeedback, Serializable

Additional Symbol properties for BezierFeedback objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

IBezierDisplayFeedbackProxy

public IBezierDisplayFeedbackProxy()

IBezierDisplayFeedbackProxy

public IBezierDisplayFeedbackProxy(Object obj)
                            throws IOException
Throws:
IOException

IBezierDisplayFeedbackProxy

protected IBezierDisplayFeedbackProxy(Object obj,
                                      String iid)
                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IDisplayFeedback2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IDisplayFeedback2Proxy
Throws:
IOException

getControlArmSymbol

public ISymbol getControlArmSymbol()
                            throws IOException,
                                   AutomationException
The line symbol used to draw the control arms of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getControlArmSymbol in interface IBezierDisplayFeedback
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlArmSymbolByRef

public void setControlArmSymbolByRef(ISymbol symbol)
                              throws IOException,
                                     AutomationException
The line symbol used to draw the control arms of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setControlArmSymbolByRef in interface IBezierDisplayFeedback
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlPointSymbol

public ISymbol getControlPointSymbol()
                              throws IOException,
                                     AutomationException
The marker symbol used to draw the control points of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getControlPointSymbol in interface IBezierDisplayFeedback
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPointSymbolByRef

public void setControlPointSymbolByRef(ISymbol symbol)
                                throws IOException,
                                       AutomationException
The marker symbol used to draw the control points of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setControlPointSymbolByRef in interface IBezierDisplayFeedback
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.