ij
Class Converter

java.lang.Object
  extended by ij.Converter

public class Converter
extends java.lang.Object

This class implements ImageJ's Image/Type submenu.


Constructor Summary
Converter(ImagePlus imp)
           
 
Method Summary
 void convert(java.lang.String item)
          Converts the ImagePlus to the specified image type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converter

public Converter(ImagePlus imp)
Method Detail

convert

public void convert(java.lang.String item)
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").