A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

U

umean - Variable in class ij.process.ImageStatistics
Uncalibrated mean
UNCALIBRATED_OD - Static variable in class ij.measure.Calibration
 
UncheckedRE - Class in gnu.regexp
UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.
UncheckedRE(Object) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object, int) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object, int, RESyntax) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
undecoratedButton - Variable in class ij2x.plugin.ControlBarPanel
 
undo - Variable in class ij.plugin.frame.Editor
UndoManager that we add edits to.
Undo - Class in ij
This class consists of static methods and fields that implement ImageJ's Undo command.
Undo() - Constructor for class ij.Undo
 
undo() - Static method in class ij.Undo
 
undo - Variable in class ij2x.plugin.frame.Editor
UndoManager that we add edits to.
undoButton - Variable in class ij2x.plugin.ControlBarPanel
 
undoHandler - Variable in class ij.plugin.frame.Editor
Listener for the edits on the current document.
undoHandler - Variable in class ij2x.plugin.frame.Editor
Listener for the edits on the current document.
undoSuffix - Static variable in class ij.plugin.frame.Editor
Suffix applied to the key used in resource file lookups for an button enabled.
undoSuffix - Static variable in class ij2x.plugin.frame.Editor
Suffix applied to the key used in resource file lookups for an button enabled.
uninstallPlugin(String) - Static method in class ij.Menus
Deletes a command installed by installPlugin.
unit - Variable in class ij.io.FileInfo
 
units - Variable in class ij.gui.ProfilePlot
 
UNKNOWN - Static variable in class ij.io.FileInfo
 
UNKNOWN - Static variable in class ij.io.Opener
 
unlock() - Method in class ij.ImagePlus
Unlocks the image.
unsetProperty(String) - Method in class ij.plugin.frame.jedit.Mode
Unsets a mode property.
UnsharpMask - Class in ij.plugin.filter
This plugin-filter implements ImageJ's Unsharp Mask command.
UnsharpMask() - Constructor for class ij.plugin.filter.UnsharpMask
 
unzoom() - Method in class ij.gui.ImageCanvas
Implements the Image/Zoom/Original Scale command.
update(Graphics) - Method in class ij.gui.ImageCanvas
 
update(Graphics) - Method in class ij.gui.ProgressBar
 
update(boolean, boolean) - Method in class ij.gui.Roi
If 'add' is true, adds this selection to the previous one.
update(Graphics) - Method in class ij.gui.Toolbar
 
update(ImageProcessor) - Method in class ij.ImageStack
Updates this stack so its attributes, such as min, max, calibration table and color model, are the same as 'ip'.
update(int, ImagePlus, Roi) - Method in class ij.measure.ResultsTable
 
update() - Method in class ij.plugin.frame.Channels
 
update() - Static method in class ij.plugin.frame.ContrastAdjuster
Updates the ContrastAdjuster.
update(Graphics) - Method in class ij.plugin.frame.Editor
 
update() - Static method in class ij.plugin.frame.LineWidthAdjuster
 
update() - Static method in class ij.plugin.frame.ThresholdAdjuster
Notifies the ThresholdAdjuster that the image has changed.
update(Graphics) - Method in class ij2x.plugin.frame.Editor
 
UPDATE_DISPLAY - Static variable in interface ij.macro.MacroConstants
 
UPDATE_RESULTS - Static variable in interface ij.macro.MacroConstants
 
updateAllChannelsAndDraw() - Method in class ij.CompositeImage
 
updateAndDraw() - Method in class ij.CompositeImage
 
updateAndDraw() - Method in class ij.ImagePlus
Updates this image from the pixel data in its associated ImageProcessor, then displays it.
updateAndDraw() - Method in class ij.plugin.frame.ContrastAdjuster
Resets this ContrastAdjuster and brings it to the front.
updateAndRepaintWindow() - Method in class ij.ImagePlus
Calls updateAndDraw to update from the pixel data and draw the image, and also repaints the image window to force the information displayed above the image (dimension, type, size) to be updated.
updateBracketHighlight(int) - Method in class ij.plugin.frame.jedit.JEditTextArea
 
updateChannelAndDraw() - Method in class ij.CompositeImage
 
updateChannelAndDraw() - Method in class ij.ImagePlus
Updates this image from the pixel data in its associated ImageProcessor, then displays it.
updateClassName(String, String) - Method in class ij.plugin.frame.Editor
Changes a plugins class name to reflect a new file name.
updateClassName(String, String) - Method in class ij2x.plugin.frame.Editor
Changes a plugins class name to reflect a new file name.
updateClipRect() - Method in class ij.gui.Roi
 
updateColumnHeadings(String) - Method in class ij.text.TextPanel
 
updateComposite(int[], int) - Method in class ij.process.ColorProcessor
 
updateComposite(int[], int) - Method in class ij.process.ImageProcessor
CompositeImage calls this method to generate an updated color image.
UPDATED - Static variable in class ij.ImagePlus
 
updateDebugWindow(String[], TextWindow) - Method in class ij.macro.Interpreter
 
updateDisplay() - Method in class ij.text.TextPanel
 
updateFullWindow - Variable in class ij.gui.Roi
 
updateHeadings() - Method in class ij.plugin.filter.Analyzer
Redisplays the results table.
updateImage() - Method in class ij.CompositeImage
 
updateImage(ImagePlus) - Method in class ij.gui.ImageWindow
 
updateImage() - Method in class ij.ImagePlus
ImageCanvas.paint() calls this method when the ImageProcessor has generated new image.
updateImageJMenus() - Static method in class ij.Menus
 
updateMenus() - Static method in class ij.Menus
Updates the Image/Type and Window menus.
updatePlayPauseIcon() - Method in class ij.gui.ScrollbarWithLabel
 
updatePolygon() - Method in class ij.gui.PolygonRoi
 
updatePosition(int, int, int) - Method in class ij.ImagePlus
 
updateResults() - Method in class ij.measure.ResultsTable
Updates the Results window.
updateScrollBars() - Method in class ij.plugin.frame.jedit.JEditTextArea
Updates the state of the scroll bars.
updateShape() - Method in class ij2x.plugin.ColorIcon
 
updateSliceSelector() - Method in class ij.gui.StackWindow
Updates the stack scrollbar.
updateStatusbarValue() - Method in class ij.ImagePlus
Redisplays the (x,y) coordinates and pixel value (which may have changed) in the status bar.
updateWideLine(float) - Method in class ij.gui.Roi
 
updateWindowMenuItem(String, String) - Static method in class ij.Menus
Changes the name of an item in the Window menu.
updateY(int, int) - Static method in class ij.plugin.filter.Analyzer
Returns an updated Y coordinate based on the current "Invert Y Coordinates" flag.
updateY(double, int) - Static method in class ij.plugin.filter.Analyzer
Returns an updated Y coordinate based on the current "Invert Y Coordinates" flag.
URL - Static variable in class ij.IJ
 
url - Variable in class ij.io.FileInfo
 
URLOpener - Class in ij.plugin
Opens TIFFs, ZIP compressed TIFFs, DICOMs, GIFs and JPEGs using a URL.
URLOpener() - Constructor for class ij.plugin.URLOpener
 
useFileChooser - Static variable in class ij.Prefs
Use the file chooser to import and export image sequences on Windows and Linux
useInvertingLut - Static variable in class ij.Prefs
Open 8-bit images with inverting LUT so 0 is white and 255 is black.
useJFileChooser - Static variable in class ij.Prefs
Use JFileChooser instead of FileDialog to open and save files.
useNamesAsLabels - Static variable in class ij.Prefs
Use ROI names as "show all" labels in the ROI Manager
usePointer - Static variable in class ij.gui.ImageCanvas
 
usePointerCursor - Static variable in class ij.Prefs
Use pointer cursor instead of cross
USER_FUNCTION - Static variable in interface ij.macro.MacroConstants
 
useSystemProxies - Static variable in class ij.Prefs
Set the "java.net.useSystemProxies" property
UTF_8_Y - Static variable in class ij.plugin.frame.jedit.MiscUtilities
This encoding is not supported by Java, yet it is useful.
UTILITIES_MENU - Static variable in class ij.Menus
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _