Class LociPrefs

java.lang.Object
loci.plugins.util.LociPrefs

public final class LociPrefs extends Object
Utility methods for ImageJ preferences for Bio-Formats plugins.
  • Field Details

  • Constructor Details

    • LociPrefs

      private LociPrefs()
  • Method Details

    • makeImageReader

      public static ImageReader makeImageReader()
      Creates an image reader according to the current configuration settings, including which format readers are currently enabled, as well as format-specific configuration settings.
    • isWindowless

      public static boolean isWindowless(IFormatReader r)
      Gets whether windowless mode should be used when opening this reader's currently initialized dataset.
    • isReaderEnabled

      public static boolean isReaderEnabled(Class<? extends IFormatReader> c)
    • isSDTIntensity

      public static boolean isSDTIntensity()
    • isTiffImageIO

      public static boolean isTiffImageIO()
    • allowCZIAutostitch

      public static boolean allowCZIAutostitch()
    • includeCZIAttachments

      public static boolean includeCZIAttachments()
    • useND2Chunkmap

      public static boolean useND2Chunkmap()
    • isLeicaLIFPhysicalSizeBackwardsCompatible

      public static boolean isLeicaLIFPhysicalSizeBackwardsCompatible()
    • getSliceLabelPattern

      public static String getSliceLabelPattern()
    • getSliceLabelBaseIndex

      public static int getSliceLabelBaseIndex()
    • isCellsensFailOnMissing

      public static boolean isCellsensFailOnMissing()
    • getPref

      private static boolean getPref(String pref, Class<? extends IFormatReader> c, boolean defaultValue)