|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IDisplayProxy
com.esri.arcgis.display.IScreenDisplay2Proxy
Description: 'Provides access to additional members that control the 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 =
public class IScreenDisplay2Proxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplay2 |
|---|
IID, IIDdc321087_108f_43ae_932a_dfc1f7c4529e |
| Fields inherited from interface com.esri.arcgis.display.IDisplay |
|---|
IIDe6bdb002_4d35_11d0_98be_00805f7ced21 |
| Constructor Summary | |
|---|---|
|
IScreenDisplay2Proxy()
Deprecated. For internal use only |
|
IScreenDisplay2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IScreenDisplay2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IScreenDisplay2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IScreenDisplay2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
short |
addCache()
Deprecated. Creates a new cache and return its ID. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
doScroll(int xDelta,
int yDelta,
boolean updateScreen)
Deprecated. Scrolls the screen by the specified amount. |
void |
drawCache(int hDC,
short index,
tagRECT deviceRect,
tagRECT cacheRect)
Deprecated. Draws the specified screen cache to the specified window device context. |
void |
finishFeedback()
Deprecated. Ends feedback drawing. |
void |
frameScrolled(int x,
int y)
Deprecated. Call on frame display when container is scrolled. |
short |
getActiveCache()
Deprecated. Screen cache where drawing occurs. |
int |
getBackgroundRGB()
Deprecated. The RGB value of the background color. |
short |
getCacheCount()
Deprecated. Number of screen caches. |
int |
getCacheMemDC(short index)
Deprecated. Memory device context for the specified screen cache. |
ITrackCancel |
getCancelTracker()
Deprecated. Cancel tracker that is associated with the display. |
void |
getDrawingOffset(int[] x,
int[] y)
Deprecated. The offset between the device origin and the active cache origin. |
int |
getHWnd()
Deprecated. Associated window handle. |
int |
getWindowDC()
Deprecated. Device context for the associated window. |
void |
invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
Deprecated. Cause the specified area of the specified cache to redraw. |
boolean |
isCacheDirty(short cacheIndex)
Deprecated. Indicates if the specified cache needs refreshing. |
boolean |
isFirstCacheTransparent()
Deprecated. Indicates if the bottom cache is transparent. |
boolean |
isFramed()
Deprecated. Indicates if drawing occurs in a frame rather than on the whole window. |
boolean |
isScaleContents()
Deprecated. Indicates if the contents of the screen scale when a resize occurs. |
boolean |
isSuppressResize()
Deprecated. Indicates if display resizing is suppressed. |
boolean |
isUseScrollbars()
Deprecated. Indicates if scrollbars should appear. |
void |
panMoveTo(IPoint mouseLocation)
Deprecated. Pans to a new point. |
void |
panStart(IPoint mouseLocation)
Deprecated. Prepares display for panning. |
IEnvelope |
panStop()
Deprecated. Stops panning and returns new visible bounds. |
void |
removeAllCaches()
Deprecated. Removes all caches. |
void |
removeCache(short cacheID)
Deprecated. Removes the specified cache. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
rotateMoveTo(IPoint pPoint)
Deprecated. Rotates to new point. |
void |
rotateStart(IPoint mousePt,
IPoint centerPt)
Deprecated. Prepares display for rotating. |
double |
rotateStop()
Deprecated. Stops rotating and returns new angle. |
void |
rotateTimer()
Deprecated. Draws the rotated display. |
void |
setActiveCache(short index)
Deprecated. Screen cache where drawing occurs. |
void |
setBackgroundRGB(int rGB)
Deprecated. The RGB value of the background color. |
void |
setCancelTrackerByRef(ITrackCancel cancelTracker)
Deprecated. Cancel tracker that is associated with the display. |
void |
setHWnd(int hWnd)
Deprecated. Associated window handle. |
void |
setIsFirstCacheTransparent(boolean flag)
Deprecated. Indicates if the bottom cache is transparent. |
void |
setIsFramed(boolean flag)
Deprecated. Indicates if drawing occurs in a frame rather than on the whole window. |
void |
setScaleContents(boolean flag)
Deprecated. Indicates if the contents of the screen scale when a resize occurs. |
void |
setScrollbarHandles(int hWndHorzScrollbar,
int hWndVertScrollbar)
Deprecated. Optionally specify application supplied scrollbars. |
void |
setSuppressResize(boolean suppressResize)
Deprecated. Indicates if display resizing is suppressed. |
void |
setUseScrollbars(boolean flag)
Deprecated. Indicates if scrollbars should appear. |
void |
startFeedback()
Deprecated. Prepare the display for drawing selection/rubberbanding. |
void |
startRecording()
Deprecated. Starts recording all output to the recording cache. |
void |
stopRecording()
Deprecated. Stops recording to the recording cache. |
void |
trackPan()
Deprecated. Interactively pans the screen. |
void |
trackRotate()
Deprecated. Interactively rotates the screen. |
void |
updateWindow()
Deprecated. Forces a redraw. |
void |
validate(short cacheIndex)
Deprecated. Clear dirty flag for specified cache. |
| Methods inherited from class com.esri.arcgis.display.IDisplayProxy |
|---|
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 |
| 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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IScreenDisplay2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IScreenDisplay2Proxy()
public IScreenDisplay2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IScreenDisplay2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IScreenDisplay2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class IDisplayProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IDisplayProxyjava.io.IOException
public void setHWnd(int hWnd)
throws java.io.IOException,
AutomationException
setHWnd in interface IScreenDisplay2hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWindowDC()
throws java.io.IOException,
AutomationException
getWindowDC in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short addCache()
throws java.io.IOException,
AutomationException
addCache in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeCache(short cacheID)
throws java.io.IOException,
AutomationException
removeCache in interface IScreenDisplay2cacheID - The cacheID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getCacheCount()
throws java.io.IOException,
AutomationException
getCacheCount in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAllCaches()
throws java.io.IOException,
AutomationException
removeAllCaches in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCacheMemDC(short index)
throws java.io.IOException,
AutomationException
getCacheMemDC in interface IScreenDisplay2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveCache(short index)
throws java.io.IOException,
AutomationException
setActiveCache in interface IScreenDisplay2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getActiveCache()
throws java.io.IOException,
AutomationException
getActiveCache in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsFirstCacheTransparent(boolean flag)
throws java.io.IOException,
AutomationException
setIsFirstCacheTransparent in interface IScreenDisplay2flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFirstCacheTransparent()
throws java.io.IOException,
AutomationException
isFirstCacheTransparent in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startRecording()
throws java.io.IOException,
AutomationException
startRecording in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopRecording()
throws java.io.IOException,
AutomationException
stopRecording in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseScrollbars(boolean flag)
throws java.io.IOException,
AutomationException
setUseScrollbars in interface IScreenDisplay2flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseScrollbars()
throws java.io.IOException,
AutomationException
isUseScrollbars in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScrollbarHandles(int hWndHorzScrollbar,
int hWndVertScrollbar)
throws java.io.IOException,
AutomationException
setScrollbarHandles in interface IScreenDisplay2hWndHorzScrollbar - The hWndHorzScrollbar (A COM typedef) (in)hWndVertScrollbar - The hWndVertScrollbar (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleContents(boolean flag)
throws java.io.IOException,
AutomationException
setScaleContents in interface IScreenDisplay2flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isScaleContents()
throws java.io.IOException,
AutomationException
isScaleContents in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuppressResize(boolean suppressResize)
throws java.io.IOException,
AutomationException
setSuppressResize in interface IScreenDisplay2suppressResize - The suppressResize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSuppressResize()
throws java.io.IOException,
AutomationException
isSuppressResize in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFramed()
throws java.io.IOException,
AutomationException
isFramed in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsFramed(boolean flag)
throws java.io.IOException,
AutomationException
setIsFramed in interface IScreenDisplay2flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackCancel getCancelTracker()
throws java.io.IOException,
AutomationException
getCancelTracker in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCancelTrackerByRef(ITrackCancel cancelTracker)
throws java.io.IOException,
AutomationException
setCancelTrackerByRef in interface IScreenDisplay2cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
throws java.io.IOException,
AutomationException
invalidate in interface IScreenDisplay2rect - A reference to a com.esri.arcgis.geometry.IEnvelope (in)erase - The erase (in)cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCacheDirty(short cacheIndex)
throws java.io.IOException,
AutomationException
isCacheDirty in interface IScreenDisplay2cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawCache(int hDC,
short index,
tagRECT deviceRect,
tagRECT cacheRect)
throws java.io.IOException,
AutomationException
drawCache in interface IScreenDisplay2hDC - The hDC (A COM typedef) (in)index - The index (in)deviceRect - A Structure: com.esri.arcgis.system.tagRECT (in)cacheRect - A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void doScroll(int xDelta,
int yDelta,
boolean updateScreen)
throws java.io.IOException,
AutomationException
doScroll in interface IScreenDisplay2xDelta - The xDelta (in)yDelta - The yDelta (in)updateScreen - The updateScreen (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void trackPan()
throws java.io.IOException,
AutomationException
trackPan in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void panStart(IPoint mouseLocation)
throws java.io.IOException,
AutomationException
panStart in interface IScreenDisplay2mouseLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void panMoveTo(IPoint mouseLocation)
throws java.io.IOException,
AutomationException
panMoveTo in interface IScreenDisplay2mouseLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope panStop()
throws java.io.IOException,
AutomationException
panStop in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void trackRotate()
throws java.io.IOException,
AutomationException
trackRotate in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rotateStart(IPoint mousePt,
IPoint centerPt)
throws java.io.IOException,
AutomationException
rotateStart in interface IScreenDisplay2mousePt - A reference to a com.esri.arcgis.geometry.IPoint (in)centerPt - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rotateMoveTo(IPoint pPoint)
throws java.io.IOException,
AutomationException
rotateMoveTo in interface IScreenDisplay2pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rotateTimer()
throws java.io.IOException,
AutomationException
rotateTimer in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double rotateStop()
throws java.io.IOException,
AutomationException
rotateStop in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateWindow()
throws java.io.IOException,
AutomationException
updateWindow in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundRGB(int rGB)
throws java.io.IOException,
AutomationException
setBackgroundRGB in interface IScreenDisplay2rGB - The rGB (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBackgroundRGB()
throws java.io.IOException,
AutomationException
getBackgroundRGB in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getDrawingOffset(int[] x,
int[] y)
throws java.io.IOException,
AutomationException
getDrawingOffset in interface IScreenDisplay2x - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void validate(short cacheIndex)
throws java.io.IOException,
AutomationException
validate in interface IScreenDisplay2cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startFeedback()
throws java.io.IOException,
AutomationException
startFeedback in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void finishFeedback()
throws java.io.IOException,
AutomationException
finishFeedback in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void frameScrolled(int x,
int y)
throws java.io.IOException,
AutomationException
frameScrolled in interface IScreenDisplay2x - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||