public class ElasticAlign extends Object implements ij.plugin.PlugIn, KeyListener
Constructor and Description |
---|
ElasticAlign() |
Modifier and Type | Method and Description |
---|---|
static AbstractModel<?> |
createModel(int modelIndex) |
static Object |
deserialize(String path)
Attempts to find a file containing a serialized object.
|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
run() |
void |
run(String args) |
static boolean |
serialize(Object ob,
String path)
Serializes the given object into the path.
|
public static final AbstractModel<?> createModel(int modelIndex)
public final void run(String args)
run
in interface ij.plugin.PlugIn
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public static boolean serialize(Object ob, String path)
Copyright © 2015–2021 Fiji. All rights reserved.