public class WaveInterface extends Object
| Constructor and Description |
|---|
WaveInterface() |
WaveInterface(DataProvider dp) |
WaveInterface(Waveform wave) |
WaveInterface(Waveform wave,
DataProvider dp) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddFrames(String frames) |
void |
AddFrames(String frames,
String frames_time) |
protected static String |
AddNewLineCode(String s) |
boolean |
AddSignal(String y_expr) |
boolean |
AddSignal(String x_expr,
String y_expr) |
boolean |
AddSignals(String[] x_expr,
String[] y_expr) |
boolean |
allEvaluated() |
void |
Erase() |
boolean |
EvaluateOthers() |
void |
EvaluateShot(long shot) |
ColorMap |
getColorMap() |
DataProvider |
getDataProvider() |
String |
getErrorTitle() |
String |
getErrorTitle(boolean brief) |
Frames |
getFrames() |
boolean |
getModified() |
int |
GetNumEvaluatedSignal() |
long[] |
GetShotArray(String in_shots) |
static long[] |
GetShotArray(String in_shots,
String exp,
DataProvider dp) |
String[] |
GetSignalsName() |
boolean[] |
GetSignalsState() |
boolean |
GetSignalState(int i) |
boolean |
isAddSignal() |
boolean |
IsSignalAdded() |
protected static String |
RemoveNewLineCode(String s) |
void |
setAddSignal(boolean add_signal) |
void |
SetAsImage(boolean is_image) |
void |
setColorMap(ColorMap colorMap) |
void |
SetDataProvider(DataProvider _dp) |
void |
setExperiment(String experiment) |
void |
setFrames(Frames f) |
void |
SetIsSignalAdded(boolean is_signal_added) |
void |
SetLegendPosition(double x,
double y) |
void |
setLimits() |
void |
setLimits(Signal s) |
void |
setModified(boolean state) |
void |
setShotArray(String in_shot) |
void |
setSignalState(String name,
boolean state) |
void |
ShowLegend(boolean state) |
int |
StartEvaluate() |
boolean |
UpdateShot(long[] curr_shots) |
static void |
WriteLine(PrintWriter out,
String prompt,
String value) |
public static SignalBox sig_box
public static boolean auto_color_on_expr
public static boolean brief_error
public Waveform wave
public int num_waves
public boolean x_log
public boolean y_log
public String[] in_label
public String[] in_x
public String[] in_y
public String[] in_up_err
public String[] in_low_err
public String in_xmin
public String in_xmax
public String in_ymax
public String in_ymin
public String in_timemax
public String in_timemin
public String in_title
public String in_xlabel
public String in_ylabel
public String in_def_node
public boolean in_upd_limits
public String experiment
public int in_grid_mode
public int height
public boolean isContinuousUpdate
public String in_shot
public int num_shot
public boolean reversed
public boolean show_legend
public double legend_x
public double legend_y
public int[] markers_step
public int[] markers
public int[] colors_idx
public boolean[] interpolates
public int[] mode2D
public int[] mode1D
public long[] shots
public String error
public String provider
public String[] w_error
public Signal[] signals
public double xmax
public double xmin
public double ymax
public double ymin
public double timemax
public double timemin
public String title
public String xlabel
public String ylabel
public String zlabel
public DataProvider dp
public boolean asynch_update
protected boolean[] evaluated
public boolean is_image
public boolean keep_ratio
public boolean horizontal_flip
public boolean vertical_flip
public int signal_select
protected boolean add_signal
protected boolean is_signal_added
public ColorMap colorMap
public WaveInterface()
public WaveInterface(DataProvider dp)
public WaveInterface(Waveform wave)
public WaveInterface(Waveform wave, DataProvider dp)
public static long[] GetShotArray(String in_shots, String exp, DataProvider dp) throws IOException
IOExceptionpublic static void WriteLine(PrintWriter out, String prompt, String value)
public void AddFrames(String frames)
public boolean AddSignal(String y_expr)
public boolean allEvaluated()
public void Erase()
public boolean EvaluateOthers()
public ColorMap getColorMap()
public DataProvider getDataProvider()
public String getErrorTitle()
public String getErrorTitle(boolean brief)
public Frames getFrames()
public boolean getModified()
public int GetNumEvaluatedSignal()
public long[] GetShotArray(String in_shots) throws IOException
IOExceptionpublic String[] GetSignalsName()
public boolean[] GetSignalsState()
public boolean GetSignalState(int i)
public boolean isAddSignal()
public boolean IsSignalAdded()
public void setAddSignal(boolean add_signal)
public void SetAsImage(boolean is_image)
public void setColorMap(ColorMap colorMap)
public void SetDataProvider(DataProvider _dp)
public void setExperiment(String experiment)
public void setFrames(Frames f)
public void SetIsSignalAdded(boolean is_signal_added)
public void SetLegendPosition(double x,
double y)
public void setLimits()
public void setModified(boolean state)
public void setShotArray(String in_shot) throws IOException
IOExceptionpublic void setSignalState(String name, boolean state)
public void ShowLegend(boolean state)
public int StartEvaluate()
throws IOException
IOExceptionpublic boolean UpdateShot(long[] curr_shots)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.