com.esri.arcgis.display
Interface IDisplayFeedback2

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Subinterfaces:
IBezierDisplayFeedback, INewEllipseFeedback, INewRectangleFeedback
All Known Implementing Classes:
IBezierDisplayFeedbackProxy, IDisplayFeedback2Proxy, INewEllipseFeedbackProxy, INewRectangleFeedbackProxy, ModifyCircularArcFeedback, ModifySegmentFeedback, MoveEnvelopeFeedback, MoveGeometryFeedback, MovePointFeedback, MovePointFeedback2, NewArcFeedback, NewCircleFeedback, NewEllipseFeedback, NewEnvelopeFeedback, NewLineFeedback, NewMultiPointFeedback, NewRectangleFeedback, ReshapeFeedback, ReshapeFeedback2, ResizeEnvelopeFeedback, ResizeTextFeedback

public interface IDisplayFeedback2
extends IDisplayFeedback, java.io.Serializable

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

Description: 'Properties to avoid clearing reference scale & resolution when drawing feedback with WYSIWYG symbology.' 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 IIDc003bec8_e340_42d4_9fbf_661dbc9e5b05
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
 
Method Summary
 boolean isSymbolIsWYSIWYG()
          Determines whether the feedback symbol scales with the display.
 boolean isUseReferenceScale()
          Determines whether the feedback symbol should respect reference scale.
 void setSymbolIsWYSIWYG(boolean isWYSIWYG)
          Determines whether the feedback symbol scales with the display.
 void setUseReferenceScale(boolean respectsRefScale)
          Determines whether the feedback symbol should respect reference scale.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Field Detail

IIDc003bec8_e340_42d4_9fbf_661dbc9e5b05

static final int IIDc003bec8_e340_42d4_9fbf_661dbc9e5b05
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

isSymbolIsWYSIWYG

boolean isSymbolIsWYSIWYG()
                          throws java.io.IOException,
                                 AutomationException
Determines whether the feedback symbol scales with the display.

Returns:
The isWYSIWYG
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolIsWYSIWYG

void setSymbolIsWYSIWYG(boolean isWYSIWYG)
                        throws java.io.IOException,
                               AutomationException
Determines whether the feedback symbol scales with the display.

Parameters:
isWYSIWYG - The isWYSIWYG (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseReferenceScale

boolean isUseReferenceScale()
                            throws java.io.IOException,
                                   AutomationException
Determines whether the feedback symbol should respect reference scale.

Returns:
The respectsRefScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseReferenceScale

void setUseReferenceScale(boolean respectsRefScale)
                          throws java.io.IOException,
                                 AutomationException
Determines whether the feedback symbol should respect reference scale.

Parameters:
respectsRefScale - The respectsRefScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.