com.esri.arcgis.display
Interface IScreenDisplay3

All Superinterfaces:
IDisplay, IScreenDisplay2, java.io.Serializable
All Known Implementing Classes:
IScreenDisplay3Proxy, ScreenDisplay

public interface IScreenDisplay3
extends IScreenDisplay2, java.io.Serializable

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

Description: 'Provides access to members that control Screen Display.' 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 IIDe9c1afa9_087e_46d2_b864_f9c0b4dd1199
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IScreenDisplay2
IIDdc321087_108f_43ae_932a_dfc1f7c4529e
 
Fields inherited from interface com.esri.arcgis.display.IDisplay
IIDe6bdb002_4d35_11d0_98be_00805f7ced21
 
Method Summary
 boolean isFullRedraw()
          Indicates if this is a complete or a partial redraw.
 boolean isNavigating()
          Indicates whether the cuser is currently navigating.
 
Methods inherited from interface com.esri.arcgis.display.IScreenDisplay2
addCache, doScroll, drawCache, finishFeedback, frameScrolled, getActiveCache, getBackgroundRGB, getCacheCount, getCacheMemDC, getCancelTracker, getDrawingOffset, getHWnd, getWindowDC, invalidate, isCacheDirty, isFirstCacheTransparent, isFramed, isScaleContents, isSuppressResize, isUseScrollbars, panMoveTo, panStart, panStop, removeAllCaches, removeCache, rotateMoveTo, rotateStart, rotateStop, rotateTimer, setActiveCache, setBackgroundRGB, setCancelTrackerByRef, setHWnd, setIsFirstCacheTransparent, setIsFramed, setScaleContents, setScrollbarHandles, setSuppressResize, setUseScrollbars, startFeedback, startRecording, stopRecording, trackPan, trackRotate, updateWindow, validate
 
Methods inherited from interface com.esri.arcgis.display.IDisplay
drawMultipoint, drawPoint, drawPolygon, drawPolyline, drawRectangle, drawText, finishDrawing, getClipEnvelope, getClipEnvelopes, getClipGeometry, getDisplayTransformation, getFilter, getHDC, getHPalette, getIlluminationProps, isSuppressEvents, progress, setClipGeometry, setDisplayTransformation, setFilterByRef, setHPalette, setIlluminationProps, setSuppressEvents, setSymbol, startDrawing
 

Field Detail

IIDe9c1afa9_087e_46d2_b864_f9c0b4dd1199

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

isNavigating

boolean isNavigating()
                     throws java.io.IOException,
                            AutomationException
Indicates whether the cuser is currently navigating.

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

isFullRedraw

boolean isFullRedraw()
                     throws java.io.IOException,
                            AutomationException
Indicates if this is a complete or a partial redraw.

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