
com.github.celldynamics.quimp.plugin.IQuimpPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of QuimP_ Show documentation
Show all versions of QuimP_ Show documentation
QuimP software, a set of plugins for ImageJ to quantify spatio-temporal patterns of fluorescently labeled proteins in the cortex of moving cells.
The newest version!
package com.github.celldynamics.quimp.plugin;
import ij.plugin.PlugIn;
/**
* Interface for plugins used in QuimP Bar.
*
* Those plugins are stand alone instances that could be run outside the QuimP.
*
* @author p.baniukiewicz
*
*/
public interface IQuimpPlugin extends PlugIn {
/**
* Return plugin description.
*
* @return Plugin description
*/
public String about();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy