Package imagingbook.common.ij


package imagingbook.common.ij
  • Class
    Description
    Utility methods and annotations related to ImageJ's GenericDialog class.
    Annotation to specify the number of digits (value) displayed when showing numeric values in dialogs.
    Annotation to hide the following parameter field in dialogs.
    Annotation to specify a specific 'label' (value) to be shown for following parameter fields.
    Annotation to specify the number of "columns" (value) displayed when showing string items in dialogs.
    Defines static helper methods related to ImageJ's GUI.
    Implementation of ProgressMonitor which periodically polls the completion state of the associated target task (ProgressReporter) and sends this information to ImageJ's progress bar (if ImageJ is running).
    This class defines static utility methods adding to ImageJs functionality.
    This enum type wraps a selection of ImageJ's lookup tables (originally defined in class LutLoader).
    This class defines static ROI-related utility methods to interface with ImageJ.