Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Converter Class Reference
Inheritance diagram for Converter:
PlugIn

Public Member Functions

void run (String arg)
 
void convert (String item)
 

Detailed Description

Implements the conversion commands in the Image/Type submenu.

Definition at line 8 of file Converter.java.

Member Function Documentation

void convert ( String  item)
inline
Converts the ImagePlus to the specified image type. The string

argument corresponds to one of the labels in the Image/Type submenu ("8-bit", "16-bit", "32-bit", "8-bit Color", "RGB Color", "RGB Stack" or "HSB Stack").

Definition at line 26 of file Converter.java.

void run ( String  arg)
inline

This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.

Implements PlugIn.

Definition at line 12 of file Converter.java.


The documentation for this class was generated from the following file: