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 TypeMethodDescriptionvoidclose()voidvoidhide()static G2dDialognewPlot()static G2dDialogstatic PlotLayoutvoidsetLineColor(String color) voidsetLocation(int x, int y) voidsetSize(int width, int height) protected voidvoidsetTimeWindow(String startTime, String endTime) voidvoidshow()
-
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
-