Uses of Class
org.opencores.graphics.LineChartData

Packages that use LineChartData
org.opencores   
org.opencores.graphics   
 

Uses of LineChartData in org.opencores
 

Fields in org.opencores declared as LineChartData
private  LineChartData Main.edata
          Blue data
private  LineChartData Main.tdata
          Red data
 

Uses of LineChartData in org.opencores.graphics
 

Methods in org.opencores.graphics with parameters of type LineChartData
 void LineChart.addData(LineChartData lcd)
          Adds new graph line.