| Package | Description |
|---|---|
| icy.canvas |
Contains base Icy canvas and related classes
|
| icy.common |
Contains common shared object and classes in Icy
|
| icy.common.listener |
Contains common shared listener in Icy
|
| icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
| icy.image.colormap |
Contains the Icy Colormap structure definition and all default Icy colormap
|
| icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
| icy.image.colorspace |
Contains the base Icy ColorSpace structure definition and related objects
|
| icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
| icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
| icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
| 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.roi2d |
Contains all 2D ROI classes included in the kernel
|
| plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
| Modifier and Type | Class and Description |
|---|---|
class |
CanvasLayerEvent
Event for canvas layer.
|
class |
IcyCanvasEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcyCanvasEvent.collapse(CollapsibleEvent event) |
boolean |
CanvasLayerEvent.collapse(CollapsibleEvent event) |
void |
IcyCanvas.onChanged(CollapsibleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CollapsibleEvent> |
UpdateEventHandler.getPendingChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEventHandler.changed(CollapsibleEvent event) |
boolean |
CollapsibleEvent.collapse(CollapsibleEvent event)
Collapse current object/event with specified one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeListener.onChanged(CollapsibleEvent event)
fire changed event
|
| Modifier and Type | Class and Description |
|---|---|
class |
IcyBufferedImageEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcyBufferedImageEvent.collapse(CollapsibleEvent event) |
void |
IcyBufferedImage.onChanged(CollapsibleEvent object) |
| Modifier and Type | Class and Description |
|---|---|
class |
IcyColorMapEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcyColorMapEvent.collapse(CollapsibleEvent event) |
void |
IcyColorMap.onChanged(CollapsibleEvent e) |
| Modifier and Type | Class and Description |
|---|---|
class |
IcyColorModelEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcyColorModelEvent.collapse(CollapsibleEvent event) |
void |
IcyColorModel.onChanged(CollapsibleEvent compare)
process on colormodel change
|
| Modifier and Type | Class and Description |
|---|---|
class |
IcyColorSpaceEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcyColorSpaceEvent.collapse(CollapsibleEvent event) |
void |
IcyColorSpace.onChanged(CollapsibleEvent compare)
process on colorspace change
|
| Modifier and Type | Class and Description |
|---|---|
class |
LUTEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LUTEvent.collapse(CollapsibleEvent event) |
void |
LUT.onChanged(CollapsibleEvent compare) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScalerEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScalerEvent.collapse(CollapsibleEvent event) |
void |
Scaler.onChanged(CollapsibleEvent compare) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Anchor2D.Anchor2DEvent |
static class |
Anchor3D.Anchor3DEvent |
class |
OverlayEvent |
class |
PainterEvent
Deprecated.
Use
Overlay classes instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PainterEvent.collapse(CollapsibleEvent event)
Deprecated.
|
boolean |
OverlayEvent.collapse(CollapsibleEvent event) |
boolean |
Anchor3D.Anchor3DEvent.collapse(CollapsibleEvent event) |
boolean |
Anchor2D.Anchor2DEvent.collapse(CollapsibleEvent event) |
void |
Overlay.onChanged(CollapsibleEvent object) |
void |
Anchor3D.onChanged(CollapsibleEvent object) |
void |
Anchor2D.onChanged(CollapsibleEvent object) |
void |
AbstractPainter.onChanged(CollapsibleEvent object)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ROIEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ROIEvent.collapse(CollapsibleEvent event) |
void |
ROI.onChanged(CollapsibleEvent object) |
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceEvent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SequenceEvent.collapse(CollapsibleEvent event) |
void |
Sequence.onChanged(CollapsibleEvent e)
process on sequence change
|
| Modifier and Type | Method and Description |
|---|---|
void |
ROI2DShape.onChanged(CollapsibleEvent object)
roi changed
|
void |
ROI2DPoint.onChanged(CollapsibleEvent object)
roi changed
|
void |
ROI2DArea.onChanged(CollapsibleEvent object) |
| Modifier and Type | Method and Description |
|---|---|
void |
ROI3DShape.onChanged(CollapsibleEvent object)
roi changed
|
void |
ROI3DPolyLine.onChanged(CollapsibleEvent object)
roi changed
|
void |
ROI3DPoint.onChanged(CollapsibleEvent object)
roi changed
|
void |
ROI3DArea.onChanged(CollapsibleEvent object)
roi changed
|