Uses of Class
JSci.awt.GraphDataEvent

Packages that use GraphDataEvent
JSci.awt   
JSci.swing   
 

Uses of GraphDataEvent in JSci.awt
 

Methods in JSci.awt with parameters of type GraphDataEvent
abstract  void CategoryGraph2D.dataChanged(GraphDataEvent e)
           
 void LayeredBarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void PieChart.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void LineGraph3D.dataChanged(GraphDataEvent e)
           
 void BarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void StackedBarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void Graph2D.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void GraphDataListener.dataChanged(GraphDataEvent e)
          Sent when the contents of the model has changed.
 

Uses of GraphDataEvent in JSci.swing
 

Methods in JSci.swing with parameters of type GraphDataEvent
 void JPieChart.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void JGraph2D.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void JLineGraph3D.dataChanged(GraphDataEvent e)
           
abstract  void JCategoryGraph2D.dataChanged(GraphDataEvent e)
           
 void JLayeredBarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void JBarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.
 void JStackedBarGraph.dataChanged(GraphDataEvent e)
          Implementation of GraphDataListener.