Constructor and Description |
---|
Reconstruct_Writer() |
Modifier and Type | Method and Description |
---|---|
boolean |
applies(Object ob)
Returns true if this plugin can be applied to an Object like @param ob.
|
Object |
invoke(Object... params)
Run the plugin directly.
|
void |
run(String arg) |
boolean |
setup(Object... params)
Setup with optional parameters (may be null).
|
public void run(String arg)
run
in interface ij.plugin.PlugIn
public boolean setup(Object... params)
TPlugIn
public Object invoke(Object... params)
TPlugIn
Copyright © 2015–2021 Fiji. All rights reserved.