Package | Description |
---|---|
Contains all classes and components related to the Icy inspector
|
|
Contains graphic components and objects for the main interface
|
|
Contains Plugin class model and attached interfaces.
|
|
Plugin abstract classes
|
|
Contains all Preference definition classes
|
|
Contains all canvas type plugins for the kernel
|
|
Contains all 2D ROI plugin classes included in the kernel
|
|
Contains all Search Provider plugins included in the kernel.
|
|
Modifier and Type | Method and Description |
---|---|
void |
( plugin) |
void |
( plugin) |
Modifier and Type | Method and Description |
---|---|
<> |
() |
<> |
() |
<> |
()
Returns the currently active plugins
|
Modifier and Type | Method and Description |
---|---|
void |
( plugin)
When this event occurs the plugin already exited and is now finalizing (garbage collection).
|
void |
( plugin)
The plugin was created and is about to start execution.
|
void |
( plugin) |
void |
( plugin) |
void |
( plugin) |
void |
( plugin) |
void |
( plugin) |
void |
( plugin) |
Modifier and Type | Field and Description |
---|---|
protected |
|
Modifier and Type | Method and Description |
---|---|
static |
( descriptor)
Start the specified plugin.
|
static |
( pluginClassName)
Start the specified plugin.
|
Modifier and Type | Method and Description |
---|---|
<? extends > |
() |
static <? extends > |
( className) |
Constructor and Description |
---|
(<? extends Plugin> clazz)
Create from class, used for local plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
Base class for actionable Plugin.
|
Modifier and Type | Method and Description |
---|---|
static |
(<Plugin> list,
className) |
Modifier and Type | Method and Description |
---|---|
static |
(<Plugin> list,
className) |
Modifier and Type | Method and Description |
---|---|
static |
( plugin)
Deprecated.
Use instead.
|
static |
( plugin)
Return root node for specified Plugin
|
Modifier and Type | Method and Description |
---|---|
static |
(<? extends Plugin> pluginClass)
Return root node for specified Plugin class.
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
Plugin wrapper for Canvas2D
|
Modifier and Type | Class and Description |
---|---|
class |
Plugin class for ROI2DArea.
|
class |
Plugin class for ROI2DEllipse.
|
class |
Plugin class for ROI2DLine.
|
class |
Plugin class for ROI2DPoint.
|
class |
Plugin class for ROI2DPolygon.
|
class |
Plugin class for ROI2DPolyLine.
|
class |
Plugin class for ROI2DRectangle.
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
This tutorial shows how to start a plugin from a plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
This tutorial just create a bug to watch the bug report window in action
To make it harder to catch by ICY, we add the PluginStartAsThread interface, which starts the
plugin as a thread.
|
class |
This plugin generates image of all types supported by ICY.
|
class |
This tutorial displays a simple message at the bottom of the screen, in a scrolling annonceFrame.
|
class |
This tutorial displays the registered plugins ( installed and recognized plugins in ICY ).
|
class |
This plugin do a simple intensify operation on current opened image
|
class |
This tutorial details how to create a simple image processing section without specific
knowledge of the original data type.
|
Modifier and Type | Class and Description |
---|---|
class |
A simple demonstration application showing how to create a bar chart, adapted to ICY.
|
class |
A simple demonstration of a more complex graph from JFreeChart, adapted to ICY
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
This class demonstrate how use the MainListener to track global event
on Viewer, Sequence, ROI and Painter objects
|
Modifier and Type | Class and Description |
---|---|
class |
Plugin Example: A simple interface with some features.
|
class |
This example demonstrates a simple use of the SequenceActionFrame object
|
Modifier and Type | Class and Description |
---|---|
class |
This tutorial displays a fancy marked animation at each click.
|
class |
This example displays a simple cross over the sequence.
|
class |
This plugin shows interaction of painters with users.
|
Modifier and Type | Class and Description |
---|---|
class |
This tutorial creates an Area ROI containing pixel of values greater than the mean of the band 0
of the image (t=0, z=0).
|
class |
This tutorial details how to create an intensity ruler.
|
class |
This class show how we can use ROI to do localized operation on image
|
Modifier and Type | Class and Description |
---|---|
class |
This plugin shows how to render different VTK objects type through the Painter.
|