|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.charts.PlotFormat
public class PlotFormat
PlotFormat
Provide tools to import and export data set tables to and from Gnuplot, MATLAB and Mathematica compatible formats, or customized format.
Method Summary | |
---|---|
static double[][] |
fromCSV(String data)
. |
static double[][] |
fromCustomizedFormat(String betweenValues,
String endLine,
String data)
. |
static double[][] |
fromGNUPlot(String data)
. |
static String |
toCSV(double[]... data)
. |
static String |
toCSV(XYSeriesCollection data)
. |
static String |
toCustomizedFormat(String heading,
String footer,
String betweenValues,
String endLine,
int precision,
double[]... data)
. |
static String |
toCustomizedFormat(String heading,
String footer,
String betweenValues,
String endLine,
int precision,
XYSeriesCollection data)
. |
static String |
toGNUPlot(double[]... data)
. |
static String |
toGNUPlot(XYSeriesCollection data)
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double[][] fromGNUPlot(String data)
public static double[][] fromCSV(String data)
public static double[][] fromCustomizedFormat(String betweenValues, String endLine, String data)
public static String toGNUPlot(double[]... data)
public static String toGNUPlot(XYSeriesCollection data)
public static String toCSV(double[]... data)
public static String toCSV(XYSeriesCollection data)
public static String toCustomizedFormat(String heading, String footer, String betweenValues, String endLine, int precision, double[]... data)
public static String toCustomizedFormat(String heading, String footer, String betweenValues, String endLine, int precision, XYSeriesCollection data)
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |