com.esri.arcgis.analyst3d
Class ISceneGraphEventsAfterDrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ISceneGraphEventsAfterDrawEvent(Object source)
           
 
Method Summary
 ISceneViewer getPViewer()
           
 void init(ISceneViewer pViewer)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISceneGraphEventsAfterDrawEvent

public ISceneGraphEventsAfterDrawEvent(Object source)
Method Detail

init

public void init(ISceneViewer pViewer)

getPViewer

public final ISceneViewer getPViewer()