Class VersusOrder

    • Field Detail

      • m_Data

        protected SpreadSheet m_Data
        Instances containing the data
      • m_VsOrderOptions

        protected VersusOrderOptions m_VsOrderOptions
        Options for the vsorder plot
      • m_Index

        protected int m_Index
        index of the residuals attribute within the instances
      • m_FileChooser

        protected SpreadSheetFileChooser m_FileChooser
        the file chooser for saving a specific sequence.
    • Constructor Detail

      • VersusOrder

        public VersusOrder()
    • Method Detail

      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • setOptions

        public void setOptions​(VersusOrderOptions val)
        Set the options for the versus order
        Parameters:
        val - VersusOrderoptions object containing all the options for this versus order plot
      • getPlot

        public PlotPanel getPlot()
        Returns the plot panel of the panel, null if no panel present.
        Specified by:
        getPlot in class PaintablePanel
        Returns:
        the plot panel
      • prepareUpdate

        public void prepareUpdate()
        Prepares the update, i.e., calculations etc.
        Specified by:
        prepareUpdate in class PaintablePanel
      • canPaint

        protected boolean canPaint​(Graphics g)
        Returns true if the paintlets can be executed.
        Specified by:
        canPaint in class PaintablePanel
        Parameters:
        g - the graphics context
        Returns:
        true if painting can go ahead
      • getData

        public SpreadSheet getData()
        Get the instances for this versus order
        Returns:
        Instances for this plot
      • setData

        public void setData​(SpreadSheet data)
        Set the instances for this versus order
        Parameters:
        data - Instances for this plot
      • setIndex

        public void setIndex​(int val)
        Set the index of the residuals attribute within the instances
        Parameters:
        val -
      • save

        protected void save()
        Saves the data as spreadsheet.