nslj.src.display
Class NslOutFile

java.lang.Object
  |
  +--nslj.src.display.NslOutFile

public final class NslOutFile
extends java.lang.Object

The class to implement function of saving file in various file formats


Field Summary
static int time
           
 
Constructor Summary
NslOutFile()
           
 
Method Summary
static boolean outFromVariable(NslVariable variable, double[][][] values, int start_time, int end_time, int time_offset)
           
static boolean outToGnuplot(NslCanvas ndc, java.lang.String fileName)
           
static boolean outToMatlab(NslCanvas ndc, java.lang.String fileName)
           
static boolean outToPlotmtv(NslCanvas ndc, java.lang.String fileName)
           
static boolean outToPLplot(NslCanvas ndc, java.lang.String fileName)
           
static boolean outToVariable(NslVariable variable, int time_offset)
           
static boolean outVariable(NslVariable variable, int start_time, int end_time, int offset)
           
static boolean readFromFile(java.lang.String name, double[][][] values, int start, int time_offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public static int time
Constructor Detail

NslOutFile

public NslOutFile()
Method Detail

readFromFile

public static boolean readFromFile(java.lang.String name,
                                   double[][][] values,
                                   int start,
                                   int time_offset)

outFromVariable

public static boolean outFromVariable(NslVariable variable,
                                      double[][][] values,
                                      int start_time,
                                      int end_time,
                                      int time_offset)

outVariable

public static boolean outVariable(NslVariable variable,
                                  int start_time,
                                  int end_time,
                                  int offset)

outToVariable

public static boolean outToVariable(NslVariable variable,
                                    int time_offset)

outToMatlab

public static boolean outToMatlab(NslCanvas ndc,
                                  java.lang.String fileName)

outToGnuplot

public static boolean outToGnuplot(NslCanvas ndc,
                                   java.lang.String fileName)

outToPlotmtv

public static boolean outToPlotmtv(NslCanvas ndc,
                                   java.lang.String fileName)

outToPLplot

public static boolean outToPLplot(NslCanvas ndc,
                                  java.lang.String fileName)