All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.Stack

java.lang.Object
   |
   +----ij.Stack

public class Stack
extends Object

Constructor Index

 o Stack(ImagePlus)

Method Index

 o addSlice(String, byte[])
 o getCurrentSlice()
 o getPixels(int)
 o getSize()
 o getTitle(int)
 o setSlice(int)
 o updatePixels()

Constructors

 o Stack
 public Stack(ImagePlus imp)

Methods

 o addSlice
 public void addSlice(String title,
                      byte pixels[])
 o updatePixels
 public void updatePixels()
 o getPixels
 public byte[] getPixels(int index)
 o getSize
 public int getSize()
 o getCurrentSlice
 public int getCurrentSlice()
 o getTitle
 public String getTitle(int index)
 o setSlice
 public void setSlice(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index