Class SwingContourPlot

    • Constructor Detail

      • SwingContourPlot

        public SwingContourPlot​(AbstractSpaceTimePlot plot)
        Create a new SwingContourPlot with embedded plot.
        Parameters:
        plot - AbstractSpaceTimePlot; the plot to embed
    • Method Detail

      • addPopUpMenuItems

        protected void addPopUpMenuItems​(JPopupMenu popupMenu)
        Overridable method to add pop up items.
        Overrides:
        addPopUpMenuItems in class SwingSpaceTimePlot
        Parameters:
        popupMenu - JPopupMenu; pop up menu
      • setSpaceGranularityRadioButton

        protected final void setSpaceGranularityRadioButton​(double granularity)
        Sets the correct space granularity radio button to selected. This is done from a DataPool to keep multiple plots consistent.
        Parameters:
        granularity - double; space granularity
      • setTimeGranularityRadioButton

        protected final void setTimeGranularityRadioButton​(double granularity)
        Sets the correct time granularity radio button to selected. This is done from a DataPool to keep multiple plots consistent.
        Parameters:
        granularity - double; time granularity
      • setSmoothing

        protected final void setSmoothing​(boolean smooth)
        Sets the check box for smooth rendering. This is done from a DataPool to keep multiple plots consistent.
        Parameters:
        smooth - boolean; selected or not
      • setInterpolation

        protected final void setInterpolation​(boolean interpolate)
        Sets the check box for interpolated rendering and block renderer setting. This is done from a DataPool to keep multiple plots consistent.
        Parameters:
        interpolate - boolean; selected or not