Constant Field Values

Contents

ij.*

ij.gui.*

ij.io.*

ij.macro.*

ij.measure.*

ij.plugin.*

  • ij.plugin.CalibrationBar 
    Modifier and Type Constant Field Value
    public static final double STROKE_WIDTH 1.0001
  • ij.plugin.Filters3D 
    Modifier and Type Constant Field Value
    public static final int MAX 13
    public static final int MAXLOCAL 15
    public static final int MEAN 10
    public static final int MEDIAN 11
    public static final int MIN 12
    public static final int VAR 14
  • ij.plugin.HyperStackConverter 
    Modifier and Type Constant Field Value
    public static final int CTZ 1
    public static final int CZT 0
    public static final int TCZ 4
    public static final int TZC 5
    public static final int ZCT 2
    public static final int ZTC 3
  • ij.plugin.JpegWriter 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_QUALITY 75
  • ij.plugin.MacroInstaller 
    Modifier and Type Constant Field Value
    public static final char commandPrefix 94
    public static final int MAX_MACROS 100
    public static final int MAX_SIZE 28000
    public static final int XINC 10
    public static final int YINC 18
  • ij.plugin.NewPlugin 
    Modifier and Type Constant Field Value
    public static final int JAVASCRIPT 1
    public static final int MACRO 0
    public static final int MACRO_TOOL 7
    public static final int PLUGIN 2
    public static final int PLUGIN_FILTER 3
    public static final int PLUGIN_FRAME 4
    public static final int PLUGIN_TOOL 8
    public static final int TABLE 6
    public static final int TEMPLATE 9
    public static final int TEXT_FILE 5
  • ij.plugin.PointToolOptions 
    Modifier and Type Constant Field Value
    public static final java.lang.String help "<html><h1>Point Tool</h1><font size=+1><ul><li> Click on a point and drag to move it.<br><li> Alt-click, or control-click, on a point to delete it.<br><li> To delete multiple points, create an area<br>selection while holding down the alt key.<br><li> Press \'alt+y\' (<i>Edit&gt;Selection&gt;Properties</i> plus<br>alt key) to display the counts in a results table.<br><li> Press \'m\' (<i>Analyze&gt;Measure</i>) to list the counter<br>and stack position associated with each point.<br><li> To measure a subset of the points, move them<br>to an overlay, create a selection and then use<br><i>Image&gt;Overlay&gt;Measure Overlay</i>.<br><li> Use <i>File&gt;Save As&gt;Tiff</i> or <i>File&gt;Save As&gt;Selection</i><br>to save the points and counts.<br><li> Press \'F\' (<i>Image&gt;Overlay</i>&gt;Flatten</i>) to create an<br>RGB image with embedded markers for export.<br><li> Hold the shift key down and points will be<br>constrained to a horizontal or vertical line.<br><li> Use <i>Edit&gt;Selection&gt;Select None</i> to delete a<br>multi-point selection.<br><li> Switch to the multi-point tool and use<br><i>Edit&gt;Selection&gt;Restore Selection</i> to restore<br>a deleted multi-point selection.<br></ul> <br></font>"
  • ij.plugin.Resizer 
    Modifier and Type Constant Field Value
    public static final int IN_PLACE 16
    public static final int SCALE_T 32
  • ij.plugin.ZProjector 
    Modifier and Type Constant Field Value
    public static final int AVG_METHOD 0
    public static final java.lang.String lutMessage "Stacks with inverting LUTs may not project correctly.\nTo create a standard LUT, invert the stack (Edit/Invert)\nand invert the LUT (Image/Lookup Tables/Invert LUT)."
    public static final int MAX_METHOD 1
    public static final int MEDIAN_METHOD 5
    public static final int MIN_METHOD 2
    public static final int SD_METHOD 4
    public static final int SUM_METHOD 3
  • ij.plugin.frame.Channels 
    Modifier and Type Constant Field Value
    public static final java.lang.String help "<html><h1>Composite Display Modes</h1><font size=+1><ul><li> <u>Composite</u> - Effectively creates an RGB image for each channel, based on its LUT, and then adds the red, green and blue values to create the displayed image. The values are clipped at 255, which can cause saturation. For an example, open the \"Neuron (5 channel)\" sample image and compare the <i>Composite</i> and <i>Composite Max</i> display modes. This is the original ImageJ composite mode.<br><li> <u>Composite Max</u> - Similar to <i>Composite</i>, except uses the maximum of the red, green and blue values across all channels.<br><li> <u>Composite Min</u> - Similar to <i>Composite</i>, except uses the minimum of the red, green and blue values across all channels. This mode, and <i>Composite Invert</i>, require that the channels have inverting (white background) LUTs. Linear non-inverting LUTs that use a single color are automatically inverted.<br><li> <u>Composite Invert</u> - Similar to <i>Composite</i>, except the red, green and blue values are effectively subracted from 255. The values are clipped at 0, which can cause saturation.<br></ul><h1>More\u00bbCommands</h1><font size=+1><ul><li> <u>Make Composite</u> - Converts an RGB image into a three channel composite image.<br><li> <u>Create RGB image</u> - Creates an RGB version of a multichannel image.<br><li> <u>Split Channels</u> - Splits a multichannel image into separate images.<br><li> <u>Merge Channels</u> - Combines multiple images into a single multichannel image.<br><li> <u>Show LUT</u> - Displays a plot of the current channel\'s LUT. Click \"List\" to create a table of the RGB values for each of the LUT\'s 256 entries.<br><li> <u>Invert LUTs</u> - Inverts the LUTs of all the channels of a composite image. Black background LUTs with ascending RGB values are converted to inverting LUTs (descending RGB values) with white backgrounds, or vis versa. Does nothing if the LUT is not linear or it uses more than one color. This command runs the macro at http://wsr.imagej.net/macros/Invert_All_LUTs.txt.<br><li> <u>Red, Green, Blue, Cyan, Magenta, Yellow, Grays</u> - Updates the current channel\'s LUT so that it uses the selected color.<br></ul><br>The <i>\"Channels & Colors\"</i> chapter of Pete Bankhead\'s \"<i>Introduction to Bioimage Analysis</i>\" (https://bioimagebook.github.io) is a good introduction to multichannel images and LUTs.<br><br>The macro at http://wsr.imagej.net/macros/CompositeProjection.ijm uses the \"Invert LUTs\", \"RGB Stack\", \"Z Project\" and \"Invert\" commands to reproduce the four composite display modes.<br></font>"
  • ij.plugin.frame.Commands 
    Modifier and Type Constant Field Value
    public static final java.lang.String CMDS_KEY "commands.cmds"
    public static final java.lang.String LOC_KEY "commands.loc"
    public static final int MAX_COMMANDS 20
  • ij.plugin.frame.ContrastAdjuster 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOC_KEY "b&c.loc"
  • ij.plugin.frame.Editor 
    Modifier and Type Constant Field Value
    public static final int INSTALL_BUTTON 8
    public static final java.lang.String INTERACTIVE_NAME "Interactive Interpreter"
    public static final int MACROS_MENU_ITEMS 15
    public static final int MAX_SIZE 28000
    public static final int MENU_BAR 2
    public static final int MONOSPACED 1
    public static final int RUN_BAR 4
    public static final int XINC 10
    public static final int YINC 18
  • ij.plugin.frame.LineWidthAdjuster 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOC_KEY "line.loc"
  • ij.plugin.frame.RoiManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOC_KEY "manager.loc"
  • ij.plugin.frame.ThresholdAdjuster 
    Modifier and Type Constant Field Value
    public static final java.lang.String DARK_BACKGROUND "threshold.dark"
    public static final java.lang.String LOC_KEY "threshold.loc"
    public static final java.lang.String MODE_KEY "threshold.mode"
    public static final java.lang.String NO_RESET "threshold.no-reset"
    public static final java.lang.String RAW_VALUES "threshold.raw"

ij.process.*

ij.text.*

  • ij.text.TextWindow 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEBUG_LOC_KEY "debug.loc"
    public static final java.lang.String HEIGHT_KEY "results.height"
    public static final java.lang.String LOC_KEY "results.loc"
    public static final java.lang.String LOG_HEIGHT_KEY "log.height"
    public static final java.lang.String LOG_LOC_KEY "log.loc"
    public static final java.lang.String LOG_WIDTH_KEY "log.width"
    public static final java.lang.String WIDTH_KEY "results.width"