Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
icy.common |
Contains common shared object and classes 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.canvas |
Contains all canvas type plugins for the kernel
|
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
|
plugins.kernel.roi.roi4d |
Contains all 4D ROI classes included in the kernel
|
plugins.kernel.roi.roi5d |
Contains all 5D ROI classes included in the kernel
|
plugins.kernel.roi.tool | |
plugins.tutorial.painter | |
plugins.tutorial.roi | |
plugins.tutorial.training | |
plugins.tutorial.vtk |
Modifier and Type | Class and Description |
---|---|
class |
Canvas2D
New Canvas 2D : default ICY 2D viewer.
|
class |
Canvas3D
Deprecated.
Use
VtkCanvas instead. |
class |
IcyCanvas |
class |
IcyCanvas2D |
class |
IcyCanvas3D |
Modifier and Type | Interface and Description |
---|---|
interface |
IcyChangedListener
Deprecated.
Use
ChangeListener instead |
Constructor and Description |
---|
UpdateEventHandler(ChangeListener parent) |
UpdateEventHandler(ChangeListener parent,
boolean awtDispatch) |
Modifier and Type | Class and Description |
---|---|
class |
IcyBufferedImage |
Modifier and Type | Class and Description |
---|---|
class |
FireColorMap |
class |
GlowColorMap |
class |
HSVColorMap |
class |
IceColorMap |
class |
IcyColorMap |
class |
JETColorMap |
class |
LinearColorMap |
Modifier and Type | Class and Description |
---|---|
class |
ByteColorModel |
class |
DoubleColorModel |
class |
FloatColorModel |
class |
IcyColorModel |
class |
IntColorModel |
class |
LongColorModel |
class |
ShortColorModel |
class |
UByteColorModel |
class |
UIntColorModel |
class |
ULongColorModel |
class |
UShortColorModel |
Modifier and Type | Class and Description |
---|---|
class |
IcyColorSpace |
Modifier and Type | Class and Description |
---|---|
class |
LUT |
Modifier and Type | Class and Description |
---|---|
class |
Scaler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPainter
Deprecated.
Uses the
Overlay class instead. |
class |
Anchor2D
Anchor2D class, used for 2D point control.
|
class |
Anchor3D
Anchor3D class, used for 3D point control.
|
class |
ImageOverlay
Simple image overlay class.
|
class |
LineAnchor2D
Anchor for line type shape.
|
class |
Overlay
Overlay class.
|
class |
OverlayWrapper
This class is used to provide backward compatibility with the
Painter interface. |
class |
PathAnchor2D
Anchor for path type shape.
|
class |
RectAnchor2D
Anchor for rectangular shape.
|
Modifier and Type | Class and Description |
---|---|
class |
ROI |
class |
ROI.ROIPainter
Abstract basic class for ROI overlay
|
class |
ROI2D |
class |
ROI2D.ROI2DPainter |
class |
ROI3D
3D ROI base class
|
class |
ROI3D.ROI3DPainter |
class |
ROI4D
4D ROI base class.
|
class |
ROI5D
5D ROI base class.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Image sequence object.
|
Modifier and Type | Class and Description |
---|---|
class |
VtkCanvas
VTK 3D canvas class.
|
Modifier and Type | Class and Description |
---|---|
class |
ROI2DArea
ROI Area type.
|
class |
ROI2DArea.ROI2DAreaPainter |
class |
ROI2DEllipse |
class |
ROI2DLine
ROI 2D Line.
|
class |
ROI2DLine.ROI2DLinePainter |
class |
ROI2DPath
ROI Path.
|
class |
ROI2DPoint
ROI 2D Point class.
|
class |
ROI2DPoint.ROI2DPointPainter |
class |
ROI2DPolygon
ROI 2D polygon class.
|
class |
ROI2DPolyLine |
class |
ROI2DRectangle |
class |
ROI2DRectShape
Base class for rectangular shape ROI.
|
class |
ROI2DShape |
class |
ROI2DShape.ROI2DShapePainter |
Modifier and Type | Class and Description |
---|---|
class |
ROI3DArea
3D Area ROI.
|
class |
ROI3DArea.ROI3DAreaPainter |
class |
ROI3DLine
ROI 3D Line.
|
class |
ROI3DLine.ROI3DLinePainter |
class |
ROI3DPoint
ROI 3D Point class.
|
class |
ROI3DPoint.ROI3DPointPainter |
class |
ROI3DPolyLine
3D Polyline ROI
|
class |
ROI3DPolyLine.ROI3DPolyLinePainter |
class |
ROI3DShape
Base class for 3D shape ROI (working from 3D control points).
|
class |
ROI3DShape.ROI3DShapePainter |
class |
ROI3DStack<R extends ROI2D>
Base class defining a generic 3D ROI as a stack of individual 2D ROI slices.
|
class |
ROI3DStack.ROI3DStackPainter |
class |
ROI3DStackEllipse
Class defining a 3D Ellipse ROI as a stack of individual 2D Ellipse ROI.
|
class |
ROI3DStackPolygon
Class defining a 3D Stack Polygon ROI as a stack of individual 2D Polygon ROI.
|
class |
ROI3DStackRectangle
Class defining a 3D Rectangle ROI as a stack of individual 2D Rectangle ROI.
|
class |
ROI3DStackShape
Base class defining a generic 3D Shape ROI as a stack of individual 2D Shape ROI.
|
class |
ROI3DStackShape.ROI3DStackShapePainter |
Modifier and Type | Class and Description |
---|---|
class |
ROI4DArea
4D Area ROI.
|
class |
ROI4DStack<R extends ROI3D>
Abstract class defining a generic 4D ROI as a stack of individual 3D ROI slices.
|
class |
ROI4DStack.ROI4DStackPainter |
class |
ROI4DStackRectangle |
Modifier and Type | Class and Description |
---|---|
class |
ROI5DArea
5D Area ROI.
|
class |
ROI5DStack<R extends ROI4D>
Abstract class defining a generic 5D ROI as a stack of individual 4D ROI slices.
|
class |
ROI5DStack.ROI5DStackPainter |
class |
ROI5DStackRectangle |
Modifier and Type | Class and Description |
---|---|
class |
ROILineCutter
ROI Helper class for ROI cutting action
|
class |
ROILineCutter.ROILineCutterPainter |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedOverlay
Fancy mark to demonstrate the capabilities of painters.
|
Modifier and Type | Class and Description |
---|---|
class |
IntensityOverRoiPainter
This painter draws an intensity profile of the image over a polyline
|
Modifier and Type | Class and Description |
---|---|
class |
OverlayPlugin1.SimpleCrossOverlay |
Modifier and Type | Class and Description |
---|---|
class |
VtkAnimatedEarthPainter |
class |
VtkComplexeSplinePainter |
class |
VtkCubePainter
This plugin shows how use VTK to render a simple cube mesh as a 3D painter
|
class |
VtkLabelPainter |
class |
VtkSpherePainter |
class |
VtkText2DPainter
This class shows how to use VTK to render a simple 2D text as 3D painter
|
class |
VtkText3DPainter |