Class JDialogHoughParabolaChoice

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogHoughParabolaChoice extends JDialogBase
Confirmation Dialog giving user the choice to choose which parabolas to draw.
Version:
1.0
Author:
not attributable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • xvTable

      private float[] xvTable
    • xDim

      private int xDim
    • yvTable

      private float[] yvTable
    • yDim

      private int yDim
    • phiTable

      private double[] phiTable
    • phiBins

      private int phiBins
    • pTable

      private float[] pTable
    • pMin

      private float pMin
    • pMax

      private float pMax
    • countTable

      private int[] countTable
    • selectedParabola

      private boolean[] selectedParabola
    • numParabolasFound

      private int numParabolasFound
    • selectedArray

      private JCheckBox[] selectedArray
    • okayPressed

      private boolean okayPressed
      DOCUMENT ME!
  • Constructor Details

    • JDialogHoughParabolaChoice

      public JDialogHoughParabolaChoice(Frame theParentFrame, float[] xvTable, int xDim, float[] yvTable, int yDim, double[] phiTable, int phiBins, float[] pTable, float pMin, float pMax, int[] countTable, boolean[] selectedParabola)
      Creates a new JDialogHoughParabolaChoice object.
      Parameters:
      theParentFrame - DOCUMENT ME!
      xvTable -
      xDim -
      yvTable -
      yDim -
      phiTable -
      phiBins -
      pTable -
      pMin -
      pMax -
      countTable -
      selectedParabola -
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Checks to see if the OK or Cancel buttons were pressed.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogBase
      Parameters:
      event - Event that triggered this function.
    • itemStateChanged

      public void itemStateChanged(ItemEvent event)
      Check to see if line was selected or deselected
      Specified by:
      itemStateChanged in interface ItemListener
      Overrides:
      itemStateChanged in class JDialogBase
      Parameters:
      event - (combo box event)
    • okayPressed

      public boolean okayPressed()
      Was the okay button pressed.
      Returns:
      boolean was okay pressed
    • init

      private void init()
      Creates and displays dialog.