ASP.NET Pack Programmer's Guide
DiagramApplet Class
Remarks See Also
 






The DiagramApplet class implements a Java applet that hosts a Diagram instance inside a scroll pane.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public class DiagramApplet extends AppletEx implements DiagramListener, ImageRequestListener, MouseWheelListener

 Remarks

The hosted diagram can be accessed by calling the getDiagram method. The diagram view can be accessed through the getDiagramView method.

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            java.awt.Panel
                java.applet.Applet
                    javax.swing.JApplet
                        com.mindfusion.diagramming.AppletEx
                            com.mindfusion.diagramming.DiagramApplet

 See Also

DiagramApplet Members
com.mindfusion.diagramming Namespace