com.esri.arcgis.display
Interface IScreenDisplay3

All Superinterfaces:
IDisplay, IScreenDisplay2, Serializable
All Known Implementing Classes:
ScreenDisplay

public interface IScreenDisplay3
extends IScreenDisplay2, Serializable

Provides access to members that control Screen Display.

Product Availability

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


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
 

Method Detail

isNavigating

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

Product Availability

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

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

isFullRedraw

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

Product Availability

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

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