Class InputManagerWithStackReader<T extends InputFromManager>

Object
AnchorBean<InputManager<T>>
InputManager<T>
InputManagerWithStackReader<T>
Type Parameters:
T - input-type
Direct Known Subclasses:
AnnotationComparisonInputManager, GroupFiles, MultiInputManager, NamedChannelsBase, Stacks

public abstract class InputManagerWithStackReader<T extends InputFromManager> extends InputManager<T>
Extends an InputManager to add a StackReader bean property.
Author:
Owen Feehan
  • Constructor Details

    • InputManagerWithStackReader

      public InputManagerWithStackReader()
  • Method Details

    • getStackReader

      public StackReader getStackReader()
      How to read an image from the file-system.
    • setStackReader

      public void setStackReader(StackReader stackReader)
      How to read an image from the file-system.