Package HAL.Gui
Class PlotWindow
- java.lang.Object
-
- HAL.Gui.UIPlot
-
- HAL.Gui.PlotWindow
-
- All Implemented Interfaces:
GuiComp
,java.io.Serializable
public class PlotWindow extends UIPlot
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlotWindow(int xPix, int yPix)
PlotWindow(int xPix, int yPix, boolean active)
PlotWindow(int xPix, int yPix, double xMin, double yMin, double xMax, double yMax)
PlotWindow(int xPix, int yPix, double xMin, double yMin, double xMax, double yMax, boolean active)
PlotWindow(int xPix, int yPix, int scaleFactor)
PlotWindow(int xPix, int yPix, int scaleFactor, boolean active)
PlotWindow(int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction)
PlotWindow(int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax)
PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean active)
PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction)
PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
PlotWindow(java.lang.String title, int xPix, int yPix)
PlotWindow(java.lang.String title, int xPix, int yPix, boolean active)
PlotWindow(java.lang.String title, int xPix, int yPix, double xMin, double yMin, double xMax, double yMax)
PlotWindow(java.lang.String title, int xPix, int yPix, double xMin, double yMin, double xMax, double yMax, boolean active)
PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor)
PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, boolean active)
PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction)
PlotWindow(java.lang.String title, int xPix, int yPix, int scale, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
the PlotWindow object component is similar to the GridWindow object but specifically for generating plots.PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax)
PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean active)
PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction)
PlotWindow(java.lang.String title, int xPix, int yPix, int scale, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
-
Method Summary
Modifier and Type Method Description boolean
IsClosed()
-
Methods inherited from class HAL.Gui.UIPlot
_GetComps, ActivateClickCoords, AddLine, AddLine, AddLine, AddPoint, AddPoint, AddUpdateFn, Clear, Clear, compX, compY, DrawAxesLabels, EnsureFit, FitPoints, FitPointsX, FitPointsY, IsActive, SetActive, SetDims, TickPause, ToGIF, ToJPG, ToPNG
-
-
-
-
Constructor Detail
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scale, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
the PlotWindow object component is similar to the GridWindow object but specifically for generating plots. it is composed of a UIPlot embedded in a UIWindow. It starts centered around 0,0. Ranging from -1 to 1 in x and y, but will automatically rescale to fit the values drawn on it
-
PlotWindow
public PlotWindow(int xPix, int yPix)
-
PlotWindow
public PlotWindow(int xPix, int yPix, boolean active)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, boolean active)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, boolean killOnClose, GuiCloseAction CloseAction)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scale, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
-
PlotWindow
public PlotWindow(int xPix, int yPix, double xMin, double yMin, double xMax, double yMax)
-
PlotWindow
public PlotWindow(int xPix, int yPix, double xMin, double yMin, double xMax, double yMax, boolean active)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean active)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction)
-
PlotWindow
public PlotWindow(int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, double xMin, double yMin, double xMax, double yMax)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, double xMin, double yMin, double xMax, double yMax, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean active)
-
PlotWindow
public PlotWindow(java.lang.String title, int xPix, int yPix, int scaleFactor, double xMin, double yMin, double xMax, double yMax, boolean killOnClose, GuiCloseAction CloseAction)
-
-