Interface IDownsampledTrace

All Superinterfaces:
org.eclipse.january.INameable, ITrace
All Known Subinterfaces:
IImageStackTrace, IImageTrace
All Known Implementing Classes:
ImageStackTrace, ImageTrace

public interface IDownsampledTrace extends ITrace
  • Method Details

    • getBin

      int getBin()
      Provides the square bin used for the downsample
      Returns:
    • addDownsampleListener

      void addDownsampleListener(IDownSampleListener l)
      Add listener to be notifed if the dawnsampling changes.
      Parameters:
      l -
    • removeDownsampleListener

      void removeDownsampleListener(IDownSampleListener l)
      Remove listener so that it is not notified.
      Parameters:
      l -