The Meta-Environment API

nl.cwi.sen1.visplugin.linechart
Class LineChartExample

java.lang.Object
  extended by nl.cwi.sen1.visplugin.linechart.LineChartExample

public class LineChartExample
extends java.lang.Object

lineChart Demo/Example class

Author:
Raymond Bergen

Constructor Summary
LineChartExample()
           
 
Method Summary
private static nl.cwi.sen1.relationstores.types.RTuple buildRTuple()
           
private static nl.cwi.sen1.relationstores.types.RTuple createRTuple()
           
static void main(java.lang.String[] args)
           
private static void showLineChart(java.lang.String windowTitle, javax.swing.JPanel panel)
          Show a panel on screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineChartExample

public LineChartExample()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

buildRTuple

private static nl.cwi.sen1.relationstores.types.RTuple buildRTuple()

createRTuple

private static nl.cwi.sen1.relationstores.types.RTuple createRTuple()

showLineChart

private static void showLineChart(java.lang.String windowTitle,
                                  javax.swing.JPanel panel)
Show a panel on screen.

Parameters:
panel -

The Meta-Environment API