Class GraphViewPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.donatello.graphview.GraphViewPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GraphViewPanel extends JPanel
GraphViewPanel visualizes the contents of a Graph with Java Swing. It can call on GraphViewListeners to add additional flavor. Override this to implement a unique look and feel.
Since:
2022-02-11
Author:
Dan Royer
See Also: