Package hec.script
Class Plot
java.lang.Object
hec.script.Plot
wrapper class for the G2dDialog plots for scripting.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
void
hide()
static G2dDialog
newPlot()
static G2dDialog
static PlotLayout
void
setLineColor
(String color) void
setLocation
(int x, int y) void
setSize
(int width, int height) protected void
void
setTimeWindow
(String startTime, String endTime) void
void
show()
-
Field Details
-
_title
-
_dialog
-
_dataSetList
-
_colorVec
-
_x
protected int _x -
_y
protected int _y -
_width
protected int _width -
_height
protected int _height -
_currentColor
-
_timeWindow
-
-
Constructor Details
-
Plot
public Plot() -
Plot
-
-
Method Details
-
newPlot
-
newPlot
-
newPlotLayout
-
setTitle
-
setTimeWindow
-
setLineColor
-
getData
-
hide
public void hide() -
show
public void show() -
close
public void close() -
setLocation
public void setLocation(int x, int y) -
setSize
public void setSize(int width, int height) -
setSizeAndLoc
protected void setSizeAndLoc() -
getWindow
-