Uses of Class
com.horstmann.violet.framework.GraphPanel

Packages that use GraphPanel
com.horstmann.violet.framework   
 

Uses of GraphPanel in com.horstmann.violet.framework
 

Methods in com.horstmann.violet.framework that return GraphPanel
 GraphPanel GraphFrame.getGraphPanel()
          Gets the graph panel that is contained in this frame.
 

Methods in com.horstmann.violet.framework with parameters of type GraphPanel
 void ToolBar.showPopup(GraphPanel panel, java.awt.geom.Point2D p, java.awt.event.ActionListener listener)