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 _

H

HAND - Static variable in class ij.gui.Toolbar
 
handCursor - Static variable in class ij.gui.ImageCanvas
 
handle(Throwable) - Method in interface ij.IJ.ExceptionHandler
 
HANDLE_SIZE - Static variable in class ij.gui.Roi
 
handleColor - Variable in class ij.gui.Roi
 
handleException(Throwable) - Static method in class ij.IJ
Displays a stack trace.
handleExtension(String, Object[]) - Method in interface ij.macro.MacroExtension
 
handleGrabAction(KeyEvent) - Method in class ij.plugin.frame.jedit.InputHandler
If a key is being grabbed, this method should be called with the appropriate key event.
handleMessage(EBMessage) - Method in interface ij.plugin.frame.jedit.EBComponent
Handles a message sent on the EditBus.
handleMouseDown(int, int) - Method in class ij.gui.Arrow
 
handleMouseDown(int, int) - Method in class ij.gui.Roi
 
handleMouseDrag(int, int, int) - Method in class ij.gui.Roi
 
handleMouseUp(int, int) - Method in class ij.gui.EllipseRoi
 
handleMouseUp(int, int) - Method in class ij.gui.FreehandRoi
 
handleMouseUp(int, int) - Method in class ij.gui.PointRoi
 
handleMouseUp(int, int) - Method in class ij.gui.PolygonRoi
 
handleMouseUp(int, int) - Method in class ij.gui.Roi
 
handleMouseUp(int, int) - Method in class ij.gui.TextRoi
 
handlePopupMenu(MouseEvent) - Method in class ij.gui.ImageCanvas
 
handler - Variable in class ij.macro.ExtensionDescriptor
 
HandlerBase - Class in com.microstar.xml
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class com.microstar.xml.HandlerBase
 
handleRoiMouseDown(MouseEvent) - Method in class ij.gui.ImageCanvas
 
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class ij.plugin.frame.jedit.syntax.DefaultTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class ij.plugin.frame.jedit.syntax.DisplayTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class ij.plugin.frame.jedit.syntax.DummyTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in interface ij.plugin.frame.jedit.syntax.TokenHandler
Called by the token marker when a syntax token has been parsed.
hasCustomLuts() - Method in class ij.CompositeImage
 
hashChar - Variable in class ij.plugin.frame.jedit.syntax.ParserRule
 
hashCode() - Method in class ij.plugin.frame.jedit.syntax.TokenMarker.LineContext
 
hasJava14() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if Java 2 version 1.4, or Java 2 version 1.5 is in use.
hasJava15() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if Java 2 version 1.5 is in use.
hasMoreElements() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches(StringBuffer) - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasScreenMenuBar() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns whether the screen menu bar on Mac OS X is in use.
hasVars() - Method in class ij.macro.Program
 
hasWord(String) - Method in class ij.macro.Program
 
HEADLESS - Static variable in class ij.gui.Arrow
 
height - Variable in class ij.ImagePlus
 
height - Variable in class ij.io.FileInfo
 
height - Variable in class ij.process.ImageProcessor
 
height - Variable in class ij.process.ImageStatistics
 
HEIGHT_KEY - Static variable in class ij.text.TextWindow
 
hexDigits - Static variable in class ij.util.Tools
This array contains the 16 hex digits '0'-'F'.
hexToColor(String) - Static method in class ij.plugin.Colors
Converts a hex color (e.g., "ffff00") into "red", "green", "yellow", etc.
hide() - Method in class ij.ImagePlus
Closes the window, if any, that is displaying this image.
hideCancelButton() - Method in class ij.gui.GenericDialog
No not display "Cancel" button.
hideErrorMessages() - Method in class ij.plugin.TextReader
 
hideProcessStackDialog - Static variable in class ij.IJ
 
hideProgress() - Method in class ij.process.ImageProcessor
Deprecated.  
highlights - Variable in class ij.plugin.frame.jedit.LNTextAreaPainter
 
highlights - Variable in class ij.plugin.frame.jedit.TextAreaPainter
 
histMax - Variable in class ij.process.ImageStatistics
 
histMin - Variable in class ij.process.ImageStatistics
 
histogram - Variable in class ij.gui.HistogramWindow
 
Histogram - Class in ij.plugin
This plugin implements the Analyze/Histogram command.
Histogram() - Constructor for class ij.plugin.Histogram
 
histogram - Variable in class ij.process.ImageStatistics
 
histogram16 - Variable in class ij.process.ImageStatistics
65536 element histogram (16-bit images only)
histogramMax - Variable in class ij.process.ImageProcessor
 
histogramMin - Variable in class ij.process.ImageProcessor
 
histogramSize - Variable in class ij.process.ImageProcessor
 
HistogramWindow - Class in ij.gui
This class is an extended ImageWindow that displays histograms.
HistogramWindow(ImagePlus) - Constructor for class ij.gui.HistogramWindow
Displays a histogram using the title "Histogram of ImageName".
HistogramWindow(String, ImagePlus, int) - Constructor for class ij.gui.HistogramWindow
Displays a histogram using the specified title and number of bins.
HistogramWindow(String, ImagePlus, int, double, double) - Constructor for class ij.gui.HistogramWindow
Displays a histogram using the specified title, number of bins and histogram range.
HistogramWindow(String, ImagePlus, int, double, double, int) - Constructor for class ij.gui.HistogramWindow
Displays a histogram using the specified title, number of bins, histogram range and yMax.
HistogramWindow(String, ImagePlus, ImageStatistics) - Constructor for class ij.gui.HistogramWindow
Displays a histogram using the specified title and ImageStatistics.
histYMax - Variable in class ij.process.ImageStatistics
 
HOME - Static variable in class ij.plugin.frame.jedit.InputHandler
 
horizontal - Variable in class ij.plugin.frame.jedit.JEditTextArea
 
horizontalOffset - Variable in class ij.plugin.frame.jedit.JEditTextArea
 
HOST_COMPUTER - Static variable in class ij.io.TiffDecoder
 
Hotkeys - Class in ij.plugin
Implements the Plugins/Hotkeys/Install and Remove commands.
Hotkeys() - Constructor for class ij.plugin.Hotkeys
 
HSBStackItem - Static variable in class ij.Menus
 
HTMLDialog - Class in ij.gui
This is modal dialog box that displays HTML formated text.
HTMLDialog(String, String) - Constructor for class ij.gui.HTMLDialog
 
HTMLTokenMarker - Class in ij.plugin.frame.jedit.tokenmarker
HTML token marker.
HTMLTokenMarker() - Constructor for class ij.plugin.frame.jedit.tokenmarker.HTMLTokenMarker
 
HTMLTokenMarker(boolean) - Constructor for class ij.plugin.frame.jedit.tokenmarker.HTMLTokenMarker
 
HyperStackConverter - Class in ij.plugin
Implements the "Stack to HyperStack", "RGB to HyperStack" and "HyperStack to Stack" commands.
HyperStackConverter() - Constructor for class ij.plugin.HyperStackConverter
 
HyperStackReducer - Class in ij.plugin
Implements the Image/HyperStacks/Reduce Dimensionality command.
HyperStackReducer() - Constructor for class ij.plugin.HyperStackReducer
Default constructor
HyperStackReducer(ImagePlus) - Constructor for class ij.plugin.HyperStackReducer
Constructs a HyperStackReducer using the specified source image.

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 _