adams.data.imagej
Class ImagePlusContainer
java.lang.Object
adams.data.image.AbstractImage<ij.ImagePlus>
adams.data.imagej.ImagePlusContainer
- All Implemented Interfaces:
- CloneHandler<AbstractImage<ij.ImagePlus>>, NotesHandler, MutableReportHandler<Report>, ReportHandler<Report>
public class ImagePlusContainer
- extends AbstractImage<ij.ImagePlus>
Image wrapper around an ImagePlus used by ImageJ.
- Version:
- $Revision: 4753 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
ImagePlusContainer
public ImagePlusContainer()
getWidth
public int getWidth()
- Returns the width of the image.
- Specified by:
getWidth in class AbstractImage<ij.ImagePlus>
- Returns:
- the width
getHeight
public int getHeight()
- Returns the height of the image.
- Specified by:
getHeight in class AbstractImage<ij.ImagePlus>
- Returns:
- the height
cloneImage
protected ij.ImagePlus cloneImage()
- Returns a clone of the image.
- Specified by:
cloneImage in class AbstractImage<ij.ImagePlus>
- Returns:
- the clone
toBufferedImage
public BufferedImage toBufferedImage()
- Turns the image into a buffered image.
- Specified by:
toBufferedImage in class AbstractImage<ij.ImagePlus>
- Returns:
- the buffered image
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.