Class BaseImageControlPanel

All Implemented Interfaces:
JConfigLength.Listener, ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener

public abstract class BaseImageControlPanel extends StandardAlgConfigPanel
Control panel which shows you the image's size, how long it took to process, and current zoom factor.
See Also:
  • Field Details

    • selectZoom

      public JSpinner selectZoom
    • processingTimeLabel

      public JLabel processingTimeLabel
    • imageSizeLabel

      public JLabel imageSizeLabel
    • selectedView

      public int selectedView
    • zoom

      public double zoom
  • Constructor Details

    • BaseImageControlPanel

      public BaseImageControlPanel()
  • Method Details

    • setZoom

      public void setZoom(double _zoom)
    • setImageSize

      public void setImageSize(int width, int height)
    • setProcessingTimeS

      public void setProcessingTimeS(double seconds)
    • setProcessingTimeMS

      public void setProcessingTimeMS(double ms)