com.esri.arcgis.display
Interface IBezierDisplayFeedback

All Superinterfaces:
IDisplayFeedback, IDisplayFeedback2, java.io.Serializable
All Known Implementing Classes:
IBezierDisplayFeedbackProxy

public interface IBezierDisplayFeedback
extends IDisplayFeedback2, java.io.Serializable

COM Interface 'IBezierDisplayFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Additional Symbol properties for BezierFeedback objects.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1697f1fd_a932_4dbb_bb44_ffc1d7a9e717
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback2
IIDc003bec8_e340_42d4_9fbf_661dbc9e5b05
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
 
Method Summary
 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 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 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

IID1697f1fd_a932_4dbb_bb44_ffc1d7a9e717

static final int IID1697f1fd_a932_4dbb_bb44_ffc1d7a9e717
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getControlArmSymbol

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

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlArmSymbolByRef

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

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

getControlPointSymbol

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

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPointSymbolByRef

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

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