|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.ScreenDisplay
public class ScreenDisplay
COM Class 'ScreenDisplay'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'Display class for drawing to window.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplay |
|---|
IID, IIDe6bdb004_4d35_11d0_98be_00805f7ced21, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplay3 |
|---|
IID, IIDe9c1afa9_087e_46d2_b864_f9c0b4dd1199, xxDummy |
| 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 |
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplayBasemap |
|---|
IID, IID5002adae_af04_42de_86c0_93ec8c6be487, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplayOverlays |
|---|
IID, IID6701b79e_3bb2_4e01_8a21_f9b4b68ae3ab, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IScreenCacheManager |
|---|
IID, IID7b3572f2_57a7_46b3_af86_9c9bca1c8f15, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IScreenInvalidate |
|---|
IID, IIDc1ccbfc2_6722_49f0_9242_ba2f312e24bf, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IDraw |
|---|
IID, IID7ef23a93_f475_11d3_9f54_00c04f6bdf0d, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.ITransformEvents |
|---|
IID, IIDe6bdb001_4d35_11d0_98be_00805f7ced21, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
|---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IDynamicScreenDisplay |
|---|
IID, IIDd2da3ec1_da41_4629_9347_2cc09ce589fa, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IScreenDisplayZoom |
|---|
IID, IIDf3093e1f_ec1f_4db7_9095_f2874b0ceed0, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IDisplayFiltersControl |
|---|
IID, IID37cf5545_8233_4941_b171_e623f74a2a74, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.ITimeDisplay2 |
|---|
IID, IIDdaad3027_1474_40e2_8908_e27cef24a526, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.ITimeDisplay |
|---|
IID2045f389_b48e_4cb6_a63b_d1232c1af39d |
| Constructor Summary | |
|---|---|
ScreenDisplay()
Constructs a ScreenDisplay using ArcGIS Engine. |
|
ScreenDisplay(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ScreenDisplay theScreenDisplay = (ScreenDisplay) obj; |
|
| Method Summary | |
|---|---|
short |
addCache()
Creates a new cache and return its ID. |
void |
addIDisplayEventsListener(IDisplayEvents theListener)
addIDisplayEventsListener. |
void |
addITimeDisplayEventsListener(ITimeDisplayEvents theListener)
addITimeDisplayEventsListener. |
void |
boundsUpdated(ITransformEventsBoundsUpdatedEvent theEvent)
Notifies clients when the bounds is updated. |
void |
deviceFrameUpdated(ITransformEventsDeviceFrameUpdatedEvent theEvent)
Notifies clients when the device frame is updated. |
void |
doScroll(int xDelta,
int yDelta,
boolean updateScreen)
Scrolls the screen by the specified amount. |
void |
draw(IGeometry geometry)
Draws the specified shape. |
void |
drawCache(int hDC,
short index,
tagRECT deviceRect,
tagRECT cacheRect)
Draws the specified screen cache to the specified window device context. |
void |
drawMultipoint(IGeometry multipoint)
Draws specified multipoint on the display. |
void |
drawPoint(IGeometry point)
Draws specified point on the display. |
void |
drawPolygon(IGeometry polygon)
Draws specified polygon on the display. |
void |
drawPolyline(IGeometry polyline)
Draws specified line on the display. |
void |
drawRectangle(IEnvelope rectangle)
Draws specified rectangle on the display. |
void |
drawText(IGeometry shape,
java.lang.String text)
Draws specified text on the display. |
void |
enableBasemapMode(boolean bYesNo)
Enables basemap continuous navigation drawing mode when set to true, disables when set to false. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
void |
finishDrawing()
Completes drawing. |
void |
finishFeedback()
Ends feedback drawing. |
void |
frameScrolled(int x,
int y)
Call on frame display when container is scrolled. |
short |
getActiveCache()
Screen cache where drawing occurs. |
int |
getBackgroundRGB()
The RGB value of the background color. |
short |
getCacheCount()
Number of screen caches. |
void |
getCacheFlags(short cacheID,
int[] flags)
Get special properties of specified cache. |
int |
getCacheMemDC(short index)
Memory device context for the specified screen cache. |
short |
getCacheOrder(short cacheID)
Sets or returns the order of the specified cache. |
ITrackCancel |
getCancelTracker()
Cancel tracker that is associated with the display. |
IEnvelope |
getClipEnvelope()
The bounds of the invalid region. |
ISet |
getClipEnvelopes()
The invalid region as a set of envelopes. |
IGeometry |
getClipGeometry()
User-specified clip shape. |
IGeometry |
getClipRegion()
Clipping region (polygon or envelope). |
static java.lang.String |
getClsid()
getClsid. |
IDisplayFilter |
getCurrentFilter()
Gets current Display filter. |
java.lang.Object |
getCustomProperty()
Custom property. |
IDisplayTransformation |
getDisplayTransformation()
The transformation used by the display. |
void |
getDrawingOffset(int[] x,
int[] y)
The offset between the device origin and the active cache origin. |
IDisplayFilter |
getFilter()
Display filter. |
int |
getHDC()
The device context that the display is currently drawing to. |
int |
getHPalette()
Palette. |
int |
getHWnd()
Associated window handle. |
IIlluminationProps |
getIlluminationProps()
Illumination properties used by the display. |
IArea |
getInvalidArea()
The bounds of the invalid region. |
IEnvelope |
getInvalidEnvelope()
The bounds of the invalid region. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ITimeReference |
getTimeReference()
Time reference using which the data has to be displayed. |
int |
getTimeRelation()
Time relation for the time query. |
ITimeValue |
getTimeValue()
Time Extent for which the data has to be displayed. |
int |
getWindowDC()
Device context for the associated window. |
int |
hashCode()
the hashcode for this object |
void |
invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
Cause the specified area of the specified cache to redraw. |
void |
invalidateShape(IGeometry pGeometry,
double symbolSizePoints,
boolean erase,
short cacheIndex)
Cause the specified area of the specified cache to redraw. |
boolean |
isBasemapDrawing()
Indicates if basemap drawing mode is enabled. |
boolean |
isBasemapModeActivated()
Indicated if basemap mode is activated and continuous navigation can be performed. |
boolean |
isCacheDirty(short cacheIndex)
Indicates if the specified cache needs refreshing. |
boolean |
isDynamicDisplayEnabled()
Indicates if dynamic display is turned on or off. |
boolean |
isEdgePanMode()
Indicates if edgepan/roaming pan is enabled while in basemap mode. |
boolean |
isFirstCacheTransparent()
Indicates if the bottom cache is transparent. |
boolean |
isFramed()
Indicates if drawing occurs in a frame rather than on the whole window. |
boolean |
isFullRedraw()
Indicates if this is a complete or a partial redraw. |
boolean |
isMousePanMode()
Indicates if mouse pan is enabled while in basemap mode. |
boolean |
isNavigating()
Indicates whether the cuser is currently navigating. |
boolean |
isScaleContents()
Indicates if the contents of the screen scale when a resize occurs. |
boolean |
isShowOverlays()
Indicates if overlays are visible or not. |
boolean |
isSuppressEvents()
Indicates if display object suppresses events. |
boolean |
isSuppressResize()
Indicates if display resizing is suppressed. |
boolean |
isUseScrollbars()
Indicates if scrollbars should appear. |
void |
modifyCacheFlags(short cacheID,
int flagsToAdd,
int flagsToRemove)
Set special properties of specified cache. |
void |
panMoveTo(IPoint mouseLocation)
Pans to a new point. |
void |
panStart(IPoint mouseLocation)
Prepares display for panning. |
IEnvelope |
panStop()
Stops panning and returns new visible bounds. |
void |
popFilter()
Pops last Display filter. |
void |
progress(int vertexCount)
Call frequently during drawing process. |
void |
pushFilter(IDisplayFilter filter)
Pushes and activates the Display filter. |
void |
putCacheOrder(short cacheID,
short order)
Sets or returns the order of the specified cache. |
void |
release()
Release a ScreenDisplay. |
void |
removeAllCaches()
Removes all caches. |
void |
removeCache(short cacheID)
Removes the specified cache. |
void |
removeIDisplayEventsListener(IDisplayEvents theListener)
removeIDisplayEventsListener. |
void |
removeITimeDisplayEventsListener(ITimeDisplayEvents theListener)
removeITimeDisplayEventsListener. |
void |
resolutionUpdated(ITransformEventsResolutionUpdatedEvent theEvent)
Notifies clients when the resolution is updated. |
void |
rotateMoveTo(IPoint pPoint)
Rotates to new point. |
void |
rotateStart(IPoint mousePt,
IPoint centerPt)
Prepares display for rotating. |
double |
rotateStop()
Stops rotating and returns new angle. |
void |
rotateTimer()
Draws the rotated display. |
void |
rotationUpdated(ITransformEventsRotationUpdatedEvent theEvent)
Notifies clients when the rotation angle is updated. |
void |
setActiveCache(short index)
Screen cache where drawing occurs. |
void |
setBackgroundRGB(int rGB)
The RGB value of the background color. |
void |
setCancelTrackerByRef(ITrackCancel cancelTracker)
Cancel tracker that is associated with the display. |
void |
setClipGeometry(IGeometry geometry)
User-specified clip shape. |
void |
setCustomProperty(java.lang.Object customProperty)
Custom property. |
void |
setDisplayTransformation(IDisplayTransformation displayTransformation)
The transformation used by the display. |
void |
setEdgePanMode(boolean bYesNo)
Indicates if edgepan/roaming pan is enabled while in basemap mode. |
void |
setFilterByRef(IDisplayFilter filter)
Display filter. |
void |
setHPalette(int hPalette)
Palette. |
void |
setHWnd(int hWnd)
Associated window handle. |
void |
setIlluminationProps(IIlluminationProps illuminationProps)
Illumination properties used by the display. |
void |
setIsFirstCacheTransparent(boolean flag)
Indicates if the bottom cache is transparent. |
void |
setIsFramed(boolean flag)
Indicates if drawing occurs in a frame rather than on the whole window. |
void |
setMousePanMode(boolean bYesNo)
Indicates if mouse pan is enabled while in basemap mode. |
void |
setOverlaysCallback(IScreenDisplayOverlaysCallback rhs1)
Set the draw call back. |
void |
setScaleContents(boolean flag)
Indicates if the contents of the screen scale when a resize occurs. |
void |
setScrollbarHandles(int hWndHorzScrollbar,
int hWndVertScrollbar)
Optionally specify application supplied scrollbars. |
void |
setShowOverlays(boolean bYesNo)
Indicates if overlays are visible or not. |
void |
setSuppressEvents(boolean suppressEvents)
Indicates if display object suppresses events. |
void |
setSuppressResize(boolean suppressResize)
Indicates if display resizing is suppressed. |
void |
setSymbol(ISymbol sym)
Sets the symbol used for drawing. |
void |
setTimeReference(ITimeReference timeReference)
Time reference using which the data has to be displayed. |
void |
setTimeRelation(int relation)
Time relation for the time query. |
void |
setTimeValue(ITimeValue timeExtent)
Time Extent for which the data has to be displayed. |
void |
setUseScrollbars(boolean flag)
Indicates if scrollbars should appear. |
void |
startDrawing(int hDC,
short cacheID)
Prepare the display for drawing. |
void |
startFeedback()
Prepare the display for drawing selection/rubberbanding. |
void |
startRecording()
Starts recording all output to the recording cache. |
void |
stopRecording()
Stops recording to the recording cache. |
void |
trackPan()
Interactively pans the screen. |
void |
trackRotate()
Interactively rotates the screen. |
void |
trackZoom()
Interactively Zooms the screen. |
void |
unitsUpdated(ITransformEventsUnitsUpdatedEvent theEvent)
Notifies clients when the units are updated. |
void |
updateWindow()
Forces a redraw. |
void |
validate(short cacheIndex)
Clear dirty flag for specified cache. |
void |
visibleBoundsUpdated(ITransformEventsVisibleBoundsUpdatedEvent theEvent)
Notifies clients when the visible bounds is updated. |
void |
zoomMoveTo(IPoint point)
Zooms to a new extent. |
void |
zoomStart(IPoint point)
Prepares display for zooming. |
IEnvelope |
zoomStop()
Stops zooming and returns new visible bounds. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScreenDisplay()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ScreenDisplay(java.lang.Object obj)
throws java.io.IOException
ScreenDisplay theScreenDisplay = (ScreenDisplay) obj;
obj to ScreenDisplay.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addIDisplayEventsListener(IDisplayEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.display.IDisplayEvents interface.
java.io.IOException - If there are communications problems.
public void removeIDisplayEventsListener(IDisplayEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.display.IDisplayEvents interface.
java.io.IOException - If there are communications problems.
public void addITimeDisplayEventsListener(ITimeDisplayEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.display.ITimeDisplayEvents interface.
java.io.IOException - If there are communications problems.
public void removeITimeDisplayEventsListener(ITimeDisplayEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.display.ITimeDisplayEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setHWnd(int hWnd)
throws java.io.IOException,
AutomationException
setHWnd in interface IScreenDisplaysetHWnd 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 IScreenDisplaygetHWnd 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 IScreenDisplaygetWindowDC 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 IScreenCacheManageraddCache in interface IScreenDisplayaddCache 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 IScreenCacheManagerremoveCache in interface IScreenDisplayremoveCache 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 IScreenCacheManagergetCacheCount in interface IScreenDisplaygetCacheCount 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 IScreenCacheManagerremoveAllCaches in interface IScreenDisplayremoveAllCaches 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 IScreenCacheManagergetCacheMemDC in interface IScreenDisplaygetCacheMemDC 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 IScreenCacheManagersetActiveCache in interface IScreenDisplaysetActiveCache 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 IScreenCacheManagergetActiveCache in interface IScreenDisplaygetActiveCache 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 IScreenCacheManagersetIsFirstCacheTransparent in interface IScreenDisplaysetIsFirstCacheTransparent 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 IScreenCacheManagerisFirstCacheTransparent in interface IScreenDisplayisFirstCacheTransparent 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 IScreenCacheManagerstartRecording in interface IScreenDisplaystartRecording 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 IScreenCacheManagerstopRecording in interface IScreenDisplaystopRecording 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 IScreenDisplaysetUseScrollbars 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 IScreenDisplayisUseScrollbars 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 IScreenDisplaysetScrollbarHandles 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 IScreenDisplaysetScaleContents 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 IScreenDisplayisScaleContents 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 IScreenDisplaysetSuppressResize 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 IScreenDisplayisSuppressResize 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 IScreenDisplayisFramed 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 IScreenDisplaysetIsFramed 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 IScreenDisplaygetCancelTracker 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 IScreenDisplaysetCancelTrackerByRef 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 IScreenDisplayinvalidate in interface IScreenDisplay2invalidate in interface IScreenInvalidaterect - 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 IScreenCacheManagerisCacheDirty in interface IScreenDisplayisCacheDirty 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 IScreenCacheManagerdrawCache in interface IScreenDisplaydrawCache 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 IScreenDisplaydoScroll 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 IScreenDisplaytrackPan 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 IScreenDisplaypanStart 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 IScreenDisplaypanMoveTo 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 IScreenDisplaypanStop 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 IScreenDisplaytrackRotate 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 IScreenDisplayrotateStart 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 IScreenDisplayrotateMoveTo 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 IScreenDisplayrotateTimer 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 IScreenDisplayrotateStop 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 IScreenDisplayupdateWindow in interface IScreenDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayTransformation getDisplayTransformation()
throws java.io.IOException,
AutomationException
getDisplayTransformation in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayTransformation(IDisplayTransformation displayTransformation)
throws java.io.IOException,
AutomationException
setDisplayTransformation in interface IDisplaydisplayTransformation - A reference to a com.esri.arcgis.display.IDisplayTransformation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getClipEnvelope()
throws java.io.IOException,
AutomationException
getClipEnvelope in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISet getClipEnvelopes()
throws java.io.IOException,
AutomationException
getClipEnvelopes in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getClipGeometry()
throws java.io.IOException,
AutomationException
getClipGeometry in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClipGeometry(IGeometry geometry)
throws java.io.IOException,
AutomationException
setClipGeometry in interface IDisplaygeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSuppressEvents()
throws java.io.IOException,
AutomationException
isSuppressEvents in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuppressEvents(boolean suppressEvents)
throws java.io.IOException,
AutomationException
setSuppressEvents in interface IDisplaysuppressEvents - The suppressEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayFilter getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterByRef(IDisplayFilter filter)
throws java.io.IOException,
AutomationException
setFilterByRef in interface IDisplayfilter - A reference to a com.esri.arcgis.display.IDisplayFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHPalette()
throws java.io.IOException,
AutomationException
getHPalette in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHPalette(int hPalette)
throws java.io.IOException,
AutomationException
setHPalette in interface IDisplayhPalette - The hPalette (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startDrawing(int hDC,
short cacheID)
throws java.io.IOException,
AutomationException
startDrawing in interface IDisplaystartDrawing in interface IDrawhDC - The hDC (A COM typedef) (in)cacheID - The cacheID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHDC()
throws java.io.IOException,
AutomationException
getHDC in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void finishDrawing()
throws java.io.IOException,
AutomationException
finishDrawing in interface IDisplayfinishDrawing in interface IDrawjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void progress(int vertexCount)
throws java.io.IOException,
AutomationException
progress in interface IDisplayvertexCount - The vertexCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawPoint(IGeometry point)
throws java.io.IOException,
AutomationException
drawPoint in interface IDisplaypoint - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawMultipoint(IGeometry multipoint)
throws java.io.IOException,
AutomationException
drawMultipoint in interface IDisplaymultipoint - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawRectangle(IEnvelope rectangle)
throws java.io.IOException,
AutomationException
drawRectangle in interface IDisplayrectangle - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawPolyline(IGeometry polyline)
throws java.io.IOException,
AutomationException
drawPolyline in interface IDisplaypolyline - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawPolygon(IGeometry polygon)
throws java.io.IOException,
AutomationException
drawPolygon in interface IDisplaypolygon - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawText(IGeometry shape,
java.lang.String text)
throws java.io.IOException,
AutomationException
drawText in interface IDisplayshape - A reference to a com.esri.arcgis.geometry.IGeometry (in)text - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbol(ISymbol sym)
throws java.io.IOException,
AutomationException
setSymbol in interface IDisplaysetSymbol in interface IDrawsym - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIlluminationProps getIlluminationProps()
throws java.io.IOException,
AutomationException
getIlluminationProps in interface IDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIlluminationProps(IIlluminationProps illuminationProps)
throws java.io.IOException,
AutomationException
setIlluminationProps in interface IDisplayilluminationProps - A reference to a com.esri.arcgis.display.IIlluminationProps (in)
java.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 IScreenDisplay2validate in interface IScreenInvalidatecacheIndex - 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.
public boolean isNavigating()
throws java.io.IOException,
AutomationException
isNavigating in interface IScreenDisplay3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFullRedraw()
throws java.io.IOException,
AutomationException
isFullRedraw in interface IScreenDisplay3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMousePanMode()
throws java.io.IOException,
AutomationException
isMousePanMode in interface IScreenDisplayBasemapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMousePanMode(boolean bYesNo)
throws java.io.IOException,
AutomationException
setMousePanMode in interface IScreenDisplayBasemapbYesNo - The bYesNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEdgePanMode()
throws java.io.IOException,
AutomationException
isEdgePanMode in interface IScreenDisplayBasemapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEdgePanMode(boolean bYesNo)
throws java.io.IOException,
AutomationException
setEdgePanMode in interface IScreenDisplayBasemapbYesNo - The bYesNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBasemapDrawing()
throws java.io.IOException,
AutomationException
isBasemapDrawing in interface IScreenDisplayBasemapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enableBasemapMode(boolean bYesNo)
throws java.io.IOException,
AutomationException
enableBasemapMode in interface IScreenDisplayBasemapbYesNo - The bYesNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBasemapModeActivated()
throws java.io.IOException,
AutomationException
isBasemapModeActivated in interface IScreenDisplayBasemapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowOverlays(boolean bYesNo)
throws java.io.IOException,
AutomationException
setShowOverlays in interface IScreenDisplayOverlaysbYesNo - The bYesNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowOverlays()
throws java.io.IOException,
AutomationException
isShowOverlays in interface IScreenDisplayOverlaysjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverlaysCallback(IScreenDisplayOverlaysCallback rhs1)
throws java.io.IOException,
AutomationException
setOverlaysCallback in interface IScreenDisplayOverlaysrhs1 - A reference to a com.esri.arcgis.display.IScreenDisplayOverlaysCallback (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getCacheFlags(short cacheID,
int[] flags)
throws java.io.IOException,
AutomationException
getCacheFlags in interface IScreenCacheManagercacheID - The cacheID (in)flags - A com.esri.arcgis.display.esriDisplayCacheFlags constant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void modifyCacheFlags(short cacheID,
int flagsToAdd,
int flagsToRemove)
throws java.io.IOException,
AutomationException
modifyCacheFlags in interface IScreenCacheManagercacheID - The cacheID (in)flagsToAdd - A com.esri.arcgis.display.esriDisplayCacheFlags constant (in)flagsToRemove - A com.esri.arcgis.display.esriDisplayCacheFlags constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putCacheOrder(short cacheID,
short order)
throws java.io.IOException,
AutomationException
putCacheOrder in interface IScreenCacheManagercacheID - The cacheID (in)order - The order (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getCacheOrder(short cacheID)
throws java.io.IOException,
AutomationException
getCacheOrder in interface IScreenCacheManagercacheID - The cacheID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getInvalidEnvelope()
throws java.io.IOException,
AutomationException
getInvalidEnvelope in interface IScreenInvalidatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArea getInvalidArea()
throws java.io.IOException,
AutomationException
getInvalidArea in interface IScreenInvalidatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void invalidateShape(IGeometry pGeometry,
double symbolSizePoints,
boolean erase,
short cacheIndex)
throws java.io.IOException,
AutomationException
invalidateShape in interface IScreenInvalidatepGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)symbolSizePoints - The symbolSizePoints (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 void draw(IGeometry geometry)
throws java.io.IOException,
AutomationException
draw in interface IDrawgeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCustomProperty()
throws java.io.IOException,
AutomationException
getCustomProperty in interface IDrawjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomProperty(java.lang.Object customProperty)
throws java.io.IOException,
AutomationException
setCustomProperty in interface IDrawcustomProperty - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getClipRegion()
throws java.io.IOException,
AutomationException
getClipRegion in interface IDrawjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void boundsUpdated(ITransformEventsBoundsUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
boundsUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void visibleBoundsUpdated(ITransformEventsVisibleBoundsUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
visibleBoundsUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deviceFrameUpdated(ITransformEventsDeviceFrameUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
deviceFrameUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resolutionUpdated(ITransformEventsResolutionUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
resolutionUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rotationUpdated(ITransformEventsRotationUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
rotationUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void unitsUpdated(ITransformEventsUnitsUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
unitsUpdated in interface ITransformEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws java.io.IOException,
AutomationException
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws java.io.IOException,
AutomationException
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDynamicDisplayEnabled()
throws java.io.IOException,
AutomationException
isDynamicDisplayEnabled in interface IDynamicScreenDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void zoomStart(IPoint point)
throws java.io.IOException,
AutomationException
zoomStart in interface IScreenDisplayZoompoint - 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 zoomMoveTo(IPoint point)
throws java.io.IOException,
AutomationException
zoomMoveTo in interface IScreenDisplayZoompoint - 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 zoomStop()
throws java.io.IOException,
AutomationException
zoomStop in interface IScreenDisplayZoomjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void trackZoom()
throws java.io.IOException,
AutomationException
trackZoom in interface IScreenDisplayZoomjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pushFilter(IDisplayFilter filter)
throws java.io.IOException,
AutomationException
pushFilter in interface IDisplayFiltersControlfilter - A reference to a com.esri.arcgis.display.IDisplayFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void popFilter()
throws java.io.IOException,
AutomationException
popFilter in interface IDisplayFiltersControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayFilter getCurrentFilter()
throws java.io.IOException,
AutomationException
getCurrentFilter in interface IDisplayFiltersControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeValue getTimeValue()
throws java.io.IOException,
AutomationException
getTimeValue in interface ITimeDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeValue(ITimeValue timeExtent)
throws java.io.IOException,
AutomationException
setTimeValue in interface ITimeDisplaytimeExtent - A reference to a com.esri.arcgis.system.ITimeValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeReference getTimeReference()
throws java.io.IOException,
AutomationException
getTimeReference in interface ITimeDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeReference(ITimeReference timeReference)
throws java.io.IOException,
AutomationException
setTimeReference in interface ITimeDisplaytimeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTimeRelation()
throws java.io.IOException,
AutomationException
getTimeRelation in interface ITimeDisplay2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeRelation(int relation)
throws java.io.IOException,
AutomationException
setTimeRelation in interface ITimeDisplay2relation - A com.esri.arcgis.system.esriTimeRelation constant (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 | ||||||||