The DiagramApplet class implements a Java applet that hosts a Diagram instance inside a scroll pane.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public class DiagramApplet extends AppletEx implements DiagramListener, ImageRequestListener, MouseWheelListener |
The hosted diagram can be accessed by calling the getDiagram method. The diagram view can be accessed through the getDiagramView method.
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