Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
icy.common.listener.weak |
Contains common shared weak listener in Icy
|
icy.gui.component |
Contains all custom components related classes (component, UI, renderer, editor...)
|
icy.gui.frame.sequence |
Contains custom frames for Sequence action / selection...
|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.gui.lut |
Contains all graphic components related to the Icy LUT (Look Up Table)
|
icy.gui.main |
Contains graphic components and objects for the main interface
|
icy.gui.menu |
Contains graphic components and objects related to the main (Ribbon) menu
|
icy.gui.sequence |
Contains all Sequence related graphic components and tools
|
icy.gui.viewer |
Contains all components and classes related to the Icy Viewer
|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
plugins.kernel.roi.descriptor.intensity |
Contains ROI Descriptor plugins for intensity informations (kernel)
|
plugins.kernel.roi.descriptor.measure |
Contains ROI Descriptor plugins for basic size measurements (kernel)
|
plugins.tutorial.roi |
Modifier and Type | Method and Description |
---|---|
void |
IcyCanvas.sequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
WeakActiveSequenceListener.activeSequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRoisPanel.activeSequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveSequenceActionFrame.activeSequenceChanged(SequenceEvent event) |
void |
FocusedSequenceActionFrame.sequenceChanged(SequenceEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
UndoManagerPanel.activeSequenceChanged(SequenceEvent event) |
void |
SequencePanel.activeSequenceChanged(SequenceEvent event) |
void |
RoisPanel.activeSequenceChanged(SequenceEvent event) |
void |
InspectorPanel.activeSequenceChanged(SequenceEvent event)
Called by mainInterface when focused sequence has changed
|
Modifier and Type | Method and Description |
---|---|
void |
ScalerViewer.sequenceChanged(SequenceEvent sequenceEvent) |
void |
LUTViewer.sequenceChanged(SequenceEvent sequenceEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveSequenceListener.activeSequenceChanged(SequenceEvent event)
The current active sequence has changed.
|
void |
FocusedSequenceListener.focusedSequenceChanged(SequenceEvent event)
Deprecated.
The focused sequence has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
MainRibbon.activeSequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceInfosPanel.activeSequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
Viewer.sequenceChanged(SequenceEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
ROIDescriptor.needRecompute(SequenceEvent change)
Returns
true if this descriptor need to be recomputed when the specified Sequence change event
happen. |
Modifier and Type | Method and Description |
---|---|
void |
WeakSequenceListener.sequenceChanged(SequenceEvent event) |
void |
SequenceListener.sequenceChanged(SequenceEvent sequenceEvent)
Called when sequence has changed (type, data, metadata or property).
|
void |
SequenceAdapter.sequenceChanged(SequenceEvent sequenceEvent) |
Modifier and Type | Method and Description |
---|---|
boolean |
ROISumIntensityDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIStandardDeviationDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIMinIntensityDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIMeanIntensityDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIMaxIntensityDescriptor.needRecompute(SequenceEvent change) |
Modifier and Type | Method and Description |
---|---|
boolean |
ROIVolumeDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROISurfaceAreaDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIPerimeterDescriptor.needRecompute(SequenceEvent change) |
boolean |
ROIAreaDescriptor.needRecompute(SequenceEvent change) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingFromROI.sequenceChanged(SequenceEvent sequenceEvent) |