public class DisplayUtils extends Object
Constructor and Description |
---|
DisplayUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
plot(double[] x) |
static void |
plot(double[] x,
int startInd,
int endInd) |
static void |
plot(double[] x,
int startInd,
int endInd,
String strTitle) |
static void |
plot(double[] x,
int startInd,
int endInd,
String strTitle,
boolean bAutoClose) |
static void |
plot(double[] xIn,
int startInd,
int endInd,
String strTitle,
boolean bAutoClose,
int milliSecondsToClose) |
static void |
plot(double[] x,
String strTitle) |
static void |
plot(float[] x) |
static void |
plot(float[] x,
int startInd,
int endInd) |
static void |
plot(float[] x,
int startInd,
int endInd,
String strTitle) |
static void |
plot(float[] x,
int startInd,
int endInd,
String strTitle,
boolean bAutoClose) |
static void |
plot(float[] xIn,
int startInd,
int endInd,
String strTitle,
boolean bAutoClose,
int milliSecondsToClose) |
static void |
plot(float[] x,
String strTitle) |
static void |
plotZoomed(double[] x,
String strTitle,
double minVal) |
static void |
plotZoomed(double[] x,
String strTitle,
double minVal,
double maxVal) |
static void |
plotZoomed(double[] x,
String strTitle,
double minVal,
double maxVal,
boolean bAutoClose) |
static void |
plotZoomed(double[] x,
String strTitle,
double minVal,
double maxVal,
boolean bAutoClose,
int milliSecondsToClose) |
static void |
plotZoomed(float[] x,
String strTitle,
double minVal) |
static void |
plotZoomed(float[] x,
String strTitle,
double minVal,
double maxVal) |
static void |
plotZoomed(float[] x,
String strTitle,
double minVal,
double maxVal,
boolean bAutoClose) |
static void |
plotZoomed(float[] x,
String strTitle,
double minVal,
double maxVal,
boolean bAutoClose,
int milliSecondsToClose) |
public static void plot(float[] x)
public static void plot(double[] x)
public static void plot(float[] x, int startInd, int endInd)
public static void plot(double[] x, int startInd, int endInd)
public static void plot(float[] x, String strTitle)
public static void plot(double[] x, String strTitle)
public static void plot(float[] x, int startInd, int endInd, String strTitle)
public static void plot(double[] x, int startInd, int endInd, String strTitle)
public static void plot(float[] x, int startInd, int endInd, String strTitle, boolean bAutoClose)
public static void plot(double[] x, int startInd, int endInd, String strTitle, boolean bAutoClose)
public static void plotZoomed(float[] x, String strTitle, double minVal)
public static void plotZoomed(double[] x, String strTitle, double minVal)
public static void plotZoomed(float[] x, String strTitle, double minVal, double maxVal)
public static void plotZoomed(double[] x, String strTitle, double minVal, double maxVal)
public static void plotZoomed(float[] x, String strTitle, double minVal, double maxVal, boolean bAutoClose)
public static void plotZoomed(double[] x, String strTitle, double minVal, double maxVal, boolean bAutoClose)
public static void plotZoomed(float[] x, String strTitle, double minVal, double maxVal, boolean bAutoClose, int milliSecondsToClose)
public static void plotZoomed(double[] x, String strTitle, double minVal, double maxVal, boolean bAutoClose, int milliSecondsToClose)
public static void plot(float[] xIn, int startInd, int endInd, String strTitle, boolean bAutoClose, int milliSecondsToClose)
public static void plot(double[] xIn, int startInd, int endInd, String strTitle, boolean bAutoClose, int milliSecondsToClose)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.