|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ij.ImagePlus | +--FlowJ.FlowJUserInterface
This class links the FlowJ classes to the ImageJ interface.
Copyright (c) 1999-2003, Michael Abramoff. All rights reserved.
Fields inherited from class ij.ImagePlus |
changes, COLOR_256, COLOR_RGB, GRAY16, GRAY32, GRAY8, height, img, ip, locked, pixelDepth, pixelHeight, pixelWidth, sCalibrated, unit, units, width, win |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Fields inherited from interface ij.measure.Measurements |
AREA, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INVERT_Y, LABELS, LIMIT, MAX_STANDARDS, MEAN, MIN_MAX, MODE, PERIMETER, RECT, STD_DEV |
Constructor Summary | |
FlowJUserInterface()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
computeSingleFrame(int frame)
Compute the flow from the current stack. |
(package private) void |
copyToClipboard()
|
protected void |
discoverEnvironment()
|
void |
doCompute(boolean all)
Compute the flow for a single or a range of frames in the stack. |
static void |
error(java.lang.String s)
|
void |
lostOwnership(java.awt.datatransfer.Clipboard clipboard,
java.awt.datatransfer.Transferable contents)
|
void |
show()
Shows Dialog. |
static void |
showProgress(float d)
|
static void |
showStatus(java.lang.String s)
|
static void |
write(java.lang.String s)
|
Methods inherited from class ij.ImagePlus |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FlowJUserInterface()
Method Detail |
protected void discoverEnvironment()
public void show()
show
in class ij.ImagePlus
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void doCompute(boolean all)
all
- indicates whether to compute only for a single frame or for all possible frames in the stack.public void computeSingleFrame(int frame) throws FlowJException
frame
- the frame for which to compute the flow.FlowJException
- if there were problems (including frame out of bounds).void copyToClipboard()
public void lostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)
lostOwnership
in interface java.awt.datatransfer.ClipboardOwner
public static void showStatus(java.lang.String s)
public static void write(java.lang.String s)
public static void showProgress(float d)
public static void error(java.lang.String s)
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |