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
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 |
PlotterMethods
public PlotterMethods()
createPointsFromAudioFile
public static void createPointsFromAudioFile(Plot simplePlot,
java.lang.String fileName,
boolean connected,
int packetSize)
throws java.io.FileNotFoundException
- Method createPointsFromAudioFile
- Parameters:
simplePlot
- : the PlotfileName
- : the file which contains dataconnected
- : if points must be connected or notpacketSize
- :
- 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)