Package loci.plugins.util
Class LociPrefs
java.lang.Object
loci.plugins.util.LociPrefs
Utility methods for ImageJ preferences for Bio-Formats plugins.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanprivate static booleangetPref(String pref, Class<? extends IFormatReader> c, boolean defaultValue) static intstatic Stringstatic booleanstatic booleanstatic booleanstatic booleanisReaderEnabled(Class<? extends IFormatReader> c) static booleanstatic booleanstatic booleanGets whether windowless mode should be used when opening this reader's currently initialized dataset.static ImageReaderCreates an image reader according to the current configuration settings, including which format readers are currently enabled, as well as format-specific configuration settings.static boolean
-
Field Details
-
PREF_READER_ENABLED
- See Also:
-
PREF_READER_WINDOWLESS
- See Also:
-
PREF_SDT_INTENSITY
- See Also:
-
PREF_TIFF_IMAGEIO
- See Also:
-
PREF_CZI_AUTOSTITCH
- See Also:
-
PREF_CZI_ATTACHMENT
- See Also:
-
PREF_ND2_CHUNKMAP
- See Also:
-
PREF_LEICA_LIF_PHYSICAL_SIZE
- See Also:
-
PREF_SLICE_LABEL_PATTERN
- See Also:
-
PREF_SLICE_LABEL_BASE_INDEX
- See Also:
-
PREF_CELLSENS_FAIL
- See Also:
-
-
Constructor Details
-
LociPrefs
private LociPrefs()
-
-
Method Details
-
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
Gets whether windowless mode should be used when opening this reader's currently initialized dataset. -
isReaderEnabled
-
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
-
getSliceLabelBaseIndex
public static int getSliceLabelBaseIndex() -
isCellsensFailOnMissing
public static boolean isCellsensFailOnMissing() -
getPref
-