Uses of Interface
ij.plugin.PlugIn

Packages that use PlugIn
ij.plugin   
 

Uses of PlugIn in ij.plugin
 

Classes in ij.plugin that implement PlugIn
 class AboutBox
          This plugin implements the Help/About ImageJ command by opening the about.jpg in ij.jar, scaling it 400% and adding some text.
 class Animator
          This plugin animates stacks.
 class BMP_Reader
          This plugin reads BMP files.
 class BMP_Writer
          Implements the File/Save As/BMP command.
 class BrowserLauncher
          This plugin implements the File/Import/URL command and the commands in the Help menu that open web pages.
 class CanvasResizer
          This plugin implements the Image/Adjust/Canvas Size command.
 class ClassChecker
          Checks for duplicate class files in the plugins directory and deletes older duplicates.
 class Clipboard
          Copies and pastes images to the clipboard.
 class ColorPicker
          Implements the Image/Color/Color Picker command.
 class Colors
          This plugin implements most of the Edit/Options/Colors command.
 class CommandLister
          Lists ImageJ commands or keyboard shortcuts in a text window.
 class Commands
          Runs File and Window menu commands.
 class Composite_Image
           
 class ContrastEnhancer
          Implements ImageJ's Process/Enhance Contrast command.
 class ControlPanel
          ControlPanel.
 class Converter
          Implements the conversion commands in the Image/Type submenu.
 class DICOM
          This plugin decodes DICOM files.
 class DICOM_Sorter
           
 class Distribution
          This plugin implements the Analyze/Distribution command.
 class DragAndDrop
          This class opens images, roi's, luts and text files dragged and dropped on the "ImageJ" window.
 class FFT
          This class implements the FFT, Inverse FFT and Redisplay Power Spectrum commands in the Process/FFT submenu.
 class FFTMath
          The class implements the Process/FFT/Math command.
 class FITS_Reader
          Opens and displays FITS images.
 class FITS_Writer
          This plugin saves a 16 or 32 bit image in FITS format.
 class FolderOpener
          Implements the File/Import/Image Sequence command, which opens a folder of images as a stack.
 class GelAnalyzer
          This plugin generates gel profile plots that can be analyzed using the wand tool.
 class GifWriter
          Writes a stack as an animated Gif
 class Histogram
          This plugin implements the Analyze/Histogram command.
 class Hotkeys
          Implements the Plugins/Hotkeys/Install and Remove commands.
 class ImageCalculator
          This plugin implements the Process/Image Calculator command.
 class Installer
          Implements the Plugins/Shortcuts/Install... command.
 class JavaProperties
          Displays the Java system properties in a text window.
 class JpegWriter
          The File->Save As->Jpeg command (FileSaver.saveAsJpeg()) uses this plugin to save images in JPEG format when running Java 2.
 class LUT_Editor
           
 class LutLoader
          Opens NIH Image look-up tables (LUTs), 768 byte binary LUTs (256 reds, 256 greens and 256 blues), LUTs in text format, or generates the LUT specified by the string argument passed to the run() method.
 class Macro_Runner
          Opens and runs a macro file.
 class MacroInstaller
          This plugin implements the Plugins/Macros/Install Macros command.
 class MeasurementsWriter
          Writes measurements to a tab-delimited text file.
 class Memory
          This plugin implements the Edit/Options/Memory command.
 class MemoryMonitor
          This plugin continuously plots ImageJ's memory utilization.
 class MontageMaker
          Implements the Image/Stacks/Make Montage command.
 class NewPlugin
          This class creates a new macro or the Java source for a new plugin.
 class NextImageOpener
           
 class Options
          This plugin implements most of the commands in the Edit/Options sub-menu.
 class PGM_Reader
          This plugin opens PxM format images.
 class PNG_Writer
          Saves in PNG format using the ImageIO class available in java 1.4 or later.
 class PNM_Writer
           
 class Raw
          This plugin implements the File/Import/Raw command.
 class RGBStackConverter
          Converts a 2 or 3 slice stack to RGB.
 class RGBStackMerge
           
 class RoiReader
          Opens ImageJ, NIH Image and Scion Image for windows ROI outlines.
 class ScaleBar
          This plugin implements the Analyze/Tools/Draw Scale Bar command.
 class Scaler
          This plugin implements the Edit/Scale command.
 class ScreenGrabber
          Implements the Plugins/Utilities/Capture Screen command.
 class Selection
          This plugin implements the commands in the Edit/Section submenu.
 class SimpleCommands
          This plugin implements the Plugins/Utilities/Unlock, Image/Rename and Plugins/Utilities/Search commands.
 class Slicer
          Implements the Image/Stacks/Reslice command.
 class SpecifyROI
          This plugin implements the Edit/Selection/Specify command.
 class StackEditor
          Implements the AddSlice, DeleteSlice and "Convert Windows to Stack" commands.
 class StackWriter
          Writes the slices of stack as separate files.
 class SurfacePlotter
           
 class TextFileReader
          This plugin displays the contents of a text file in a window.
 class TextReader
          This plugin opens a tab-delimeted text file as an image.
 class TextWriter
          This plugin implements the File/Save As/Text command.
 class ThreadLister
          Displays thread information in a text window.
 class Thresholder
          This plugin implements the Process/Binary/Make Binary and Convert to Mask commands.
 class Timer
          ImageJ plugin for measuring the speed of various Java operations.
 class URLOpener
          Opens TIFFs, ZIP compressed TIFFs, DICOMs, GIFs and JPEGs using a URL.
 class WindowOrganizer
           
 class XYCoordinates
          Writes the XY coordinates and pixel values of all non-background pixels to a tab-delimited text file.
 class Zoom
          This plugin implements the commands in the Image/Zoom submenu.
 class ZProjector
          This plugin performs a z-projection of the input stack.