utils.myPlotter
Class PlotterMethods

java.lang.Object
  |
  +--utils.myPlotter.PlotterMethods

public class PlotterMethods
extends java.lang.Object

PlotterMethods

Version:
0.1, 17/04/03
Author:
mladoue

Constructor Summary
PlotterMethods()
           
 
Method Summary
static void createPointsFromAudioFile(Plot simplePlot, java.lang.String fileName, boolean connected, int packetSize)
          Method createPointsFromAudioFile
static void createPointsFromDoubleTable(Plot simplePlot, double[] data, int duration, boolean connected)
           
static void createPointsFromIntTable(Plot simplePlot, int[] data, int duration, boolean connected)
           
static void createPointsFromVideoFile(Plot simplePlot, java.lang.String fileName, boolean connected)
          Method createPointsFromVideoFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterMethods

public PlotterMethods()
Method Detail

createPointsFromAudioFile

public static void createPointsFromAudioFile(Plot simplePlot,
                                             java.lang.String fileName,
                                             boolean connected,
                                             int packetSize)
                                      throws java.io.FileNotFoundException
Method createPointsFromAudioFile

Parameters:
simplePlot - : the Plot
fileName - : the file which contains data
connected - : if points must be connected or not
packetSize - :
Throws:
java.io.FileNotFoundException

createPointsFromVideoFile

public static void createPointsFromVideoFile(Plot simplePlot,
                                             java.lang.String fileName,
                                             boolean connected)
                                      throws java.io.FileNotFoundException
Method createPointsFromVideoFile

Parameters:
simplePlot -
fileName -
connected -
Throws:
java.io.FileNotFoundException

createPointsFromIntTable

public static void createPointsFromIntTable(Plot simplePlot,
                                            int[] data,
                                            int duration,
                                            boolean connected)

createPointsFromDoubleTable

public static void createPointsFromDoubleTable(Plot simplePlot,
                                               double[] data,
                                               int duration,
                                               boolean connected)