com.esri.arcgis.analyst3d
Class ISceneGraphEventsAfterDrawEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.analyst3d.ISceneGraphEventsAfterDrawEvent
- All Implemented Interfaces:
- Serializable
public class ISceneGraphEventsAfterDrawEvent
- extends EventObject
Remarks
This event method is often used by an OpenGL routine that renders something after the main features in the scene are drawn. Just like the art of painting, one normally needs to draw the background first and then the main feature, followed by foreground features or other miscellaneous features. So this method is generally used for drawing of graphics after the background and the main features are drawn. It can also be used for executing some routines other than drawing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
ISceneGraphEventsAfterDrawEvent
public ISceneGraphEventsAfterDrawEvent(Object source)
init
public void init(ISceneViewer pViewer)
getPViewer
public final ISceneViewer getPViewer()