Package | Description |
---|---|
Contains base Icy canvas and related classes
|
|
Contains graphic components and objects for the main interface
|
|
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
|
Contains all 2D ROI classes included in the kernel
|
|
Contains all 3D ROI classes included in the kernel
|
|
Contains all 4D ROI classes included in the kernel
|
|
Contains all 5D ROI classes included in the kernel
|
|
Modifier and Type | Class and Description |
---|---|
protected class |
Image overlay to encapsulate image display in a canvas layer
|
protected class |
|
Modifier and Type | Field and Description |
---|---|
protected |
Overlay/Layer used to display sequence image
|
Modifier and Type | Field and Description |
---|---|
protected <,Layer> |
Layers attached to canvas
There are representing sequence overlays with some visualization properties |
Modifier and Type | Method and Description |
---|---|
protected |
() |
protected |
() |
(package private) static |
( painter,
name) |
|
()
Returns the used to display the current sequence image
|
|
()
Returns the attached .
|
Modifier and Type | Method and Description |
---|---|
<> |
()
Directly returns a of all Overlay displayed by this canvas.
|
Modifier and Type | Method and Description |
---|---|
|
( overlay) |
|
( overlay)
Find the layer corresponding to the specified Overlay
|
boolean |
( overlay)
Returns true if the canvas contains a layer for the specified .
|
boolean |
( overlay)
Remove the layer for the specified from the canvas.
|
protected void |
( overlay,
type)
Sequence overlay has changed
|
protected void |
( overlay,
type) |
protected void |
( overlay,
type) |
Constructor and Description |
---|
( overlay) |
Modifier and Type | Method and Description |
---|---|
<> |
() |
<> |
() |
<> |
()
Returns all active Overlay.
|
Modifier and Type | Method and Description |
---|---|
|
( overlay) |
|
( overlay) |
|
( overlay)
Returns the first active sequence containing the specified Overlay
|
|
( overlay) |
|
( overlay) |
|
( overlay)
Returns first viewer for the sequence containing specified Overlay
|
|
( overlay) |
|
( overlay) |
|
( overlay)
Returns the ROI containing the specified overlay (if any)
|
<> |
( overlay) |
<> |
( overlay) |
<> |
( overlay)
Returns all active sequence containing the specified Overlay
|
void |
( overlay)
An overlay was just added to its first sequence
|
void |
( overlay)
An overlay was just removed from its last sequence
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
Simple image overlay class.
|
class |
Anchor for line type shape.
|
class |
This class is used to provide backward compatibility with the interface.
|
class |
Anchor for path type shape.
|
class |
Anchor for rectangular shape.
|
Modifier and Type | Method and Description |
---|---|
|
() |
Modifier and Type | Method and Description |
---|---|
int |
( o) |
Constructor and Description |
---|
( source,
type) |
( source,
type,
propertyName) |
Modifier and Type | Class and Description |
---|---|
class |
Abstract basic class for ROI overlay
|
class |
|
Modifier and Type | Field and Description |
---|---|
(package private) <> |
painters
|
Modifier and Type | Method and Description |
---|---|
<> |
()
Returns all overlays attached to this sequence
|
<> |
(<? extends Overlay> overlayClass)
Returns overlays of specified class attached to this sequence
|
<> |
()
Returns all overlays attached to this sequence (HashSet form)
|
Modifier and Type | Method and Description |
---|---|
boolean |
( overlay)
Add an overlay to the sequence.
|
boolean |
( overlay)
Returns true if the sequence contains the specified overlay
|
void |
( overlay)
notify specified painter of overlay has changed (null means all overlays)
|
boolean |
( overlay)
Remove an overlay from the sequence.
|
Modifier and Type | Method and Description |
---|---|
<> |
(<? extends Overlay> overlayClass)
Returns overlays of specified class attached to this sequence
|
Modifier and Type | Class and Description |
---|---|
class |
|
protected class |
|
protected class |
|
protected class |
|
class |
|
protected class |
|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
Fancy mark to demonstrate the capabilities of painters.
|
(package private) class |
This inner class is designed to listen to click event on a sequence, and place a
OneMarkPainter on it.
|
(package private) class |
|
Modifier and Type | Class and Description |
---|---|
class |
This painter draws an intensity profile of the image over a polyline
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
class |
|
class |
This plugin shows how use VTK to render a simple cube mesh as a 3D painter
|
class |
|
class |
|
class |
This class shows how to use VTK to render a simple 2D text as 3D painter
|
class |
|