Class JDialogOrientMatrix

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

public class JDialogOrientMatrix extends JDialogBase
Dialog used to determine how the transformation matrix should be adjusted to account for different coordinate systems. Two check boxes are available to modify the data so that the
Version:
, 2001
Author:
Matthew J. McAuliffe, Ph.D.
See Also:
  • Field Details

    • serialVersionUID

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

      private final JCheckBox leftHandRuleCheckbox
      DOCUMENT ME!
    • matrix

      private TransMatrix matrix
      DOCUMENT ME!
    • panelAxisMode

      private final JPanel panelAxisMode
      DOCUMENT ME!
    • pFrame

      private JDialogBase pFrame
      DOCUMENT ME!
    • worldCoordCheckbox

      private final JCheckBox worldCoordCheckbox
      DOCUMENT ME!
  • Constructor Details

    • JDialogOrientMatrix

      public JDialogOrientMatrix(Frame theParentFrame, JDialogBase _pFrame)
      Constructor.
      Parameters:
      theParentFrame - parent frame
      _pFrame - source image
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      actionPerformed - Closes dialog box when the OK button is pressed and calls the algorithm.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogBase
      Parameters:
      event - event that triggers function
    • getMatrix

      public TransMatrix getMatrix()
      Returns the matrix.
      Returns:
      DOCUMENT ME!