Class ViewFileChooserSubsample

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ViewFileChooserSubsample extends JFileChooser
DOCUMENT ME!
See Also:
  • Field Details

    • serialVersionUID

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

      protected JCheckBox chkSave
      DOCUMENT ME!
    • txtResampleHeight

      protected JTextField txtResampleHeight
      DOCUMENT ME!
    • txtResampleWidth

      protected JTextField txtResampleWidth
      DOCUMENT ME!
  • Constructor Details

    • ViewFileChooserSubsample

      public ViewFileChooserSubsample()
      Creates a new ViewFileChooserSubsample object.
    • ViewFileChooserSubsample

      public ViewFileChooserSubsample(String defaultPath)
      Creates a new ViewFileChooserSubsample object.
      Parameters:
      defaultPath - DOCUMENT ME!
  • Method Details

    • approveSelection

      public void approveSelection()
      DOCUMENT ME!
      Overrides:
      approveSelection in class JFileChooser
    • getSubsampleDimension

      public Dimension getSubsampleDimension() throws NumberFormatException
      DOCUMENT ME!
      Returns:
      DOCUMENT ME!
      Throws:
      NumberFormatException - DOCUMENT ME!
    • saveDimensions

      public boolean saveDimensions()
      DOCUMENT ME!
      Returns:
      DOCUMENT ME!
    • dimensionsOK

      protected boolean dimensionsOK()
      DOCUMENT ME!
      Returns:
      DOCUMENT ME!
    • buildGUI

      private JPanel buildGUI()
      DOCUMENT ME!
      Returns:
      DOCUMENT ME!