com.rapidminer.datatable
Class GnuPlotDataTableHandler

java.lang.Object
  extended by com.rapidminer.datatable.GnuPlotDataTableHandler
All Implemented Interfaces:
DataTableListener

public class GnuPlotDataTableHandler
extends java.lang.Object
implements DataTableListener

This class can be used to create GnuPlot files from data tables.

Author:
Ingo Mierswa

Constructor Summary
GnuPlotDataTableHandler(DataTable table)
           
 
Method Summary
 void dataTableUpdated(DataTable table)
           
 void writeGNUPlot(java.io.PrintStream out, int x, int y, int[] z, java.lang.String linetype, java.lang.String additionalCommands, java.lang.String terminal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuPlotDataTableHandler

public GnuPlotDataTableHandler(DataTable table)
Method Detail

dataTableUpdated

public void dataTableUpdated(DataTable table)
Specified by:
dataTableUpdated in interface DataTableListener

writeGNUPlot

public void writeGNUPlot(java.io.PrintStream out,
                         int x,
                         int y,
                         int[] z,
                         java.lang.String linetype,
                         java.lang.String additionalCommands,
                         java.lang.String terminal)


Copyright © 2001-2009 by Rapid-I