Package | Description |
---|---|
icy.file.xml | |
icy.image.colormap |
Contains the Icy Colormap structure definition and all default Icy colormap
|
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.plugin |
Contains Plugin class model and attached interfaces.
|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
icy.system.audit |
Contains Audit tools (usage statistics for application and plugin)
|
icy.type.value |
Contains abstract value type definition (support Comparable and XML Persistence interfaces)
|
icy.update |
Contains all classes and tools used to allow update of plugins, libraries and application core
|
icy.workspace |
Contains Workspace objects definition and 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
|
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 | Method and Description |
---|---|
static boolean |
XMLPersistentHelper.loadFromXML(XMLPersistent persistent,
org.w3c.dom.Document document) |
static boolean |
XMLPersistentHelper.loadFromXML(XMLPersistent persistent,
java.io.File file) |
static boolean |
XMLPersistentHelper.loadFromXML(XMLPersistent persistent,
java.lang.String path) |
static boolean |
XMLPersistentHelper.loadFromXML(XMLPersistent persistent,
java.net.URL xmlUrl) |
static boolean |
XMLPersistentHelper.saveToXML(XMLPersistent persistent,
org.w3c.dom.Document document) |
static boolean |
XMLPersistentHelper.saveToXML(XMLPersistent persistent,
java.io.File file) |
static boolean |
XMLPersistentHelper.saveToXML(XMLPersistent persistent,
java.lang.String path) |
Modifier and Type | Class and Description |
---|---|
class |
FireColorMap |
class |
GlowColorMap |
class |
HSVColorMap |
class |
IceColorMap |
class |
IcyColorMap |
class |
IcyColorMapBand
Deprecated.
Use
IcyColorMapComponent instead. |
class |
IcyColorMapComponent |
class |
IcyColorMapComponent.ControlPoint |
class |
JETColorMap |
class |
LinearColorMap |
Modifier and Type | Class and Description |
---|---|
class |
LUT |
Modifier and Type | Class and Description |
---|---|
class |
Scaler |
Modifier and Type | Class and Description |
---|---|
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 |
PluginDescriptor
The plugin descriptor contains all the data needed to launch a plugin. |
static class |
PluginDescriptor.PluginIdent |
static class |
PluginDescriptor.PluginOnlineIdent |
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 |
SequencePersistent |
Modifier and Type | Class and Description |
---|---|
class |
AuditStorage |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValue<T> |
class |
BooleanValue |
class |
ByteValue |
class |
DoubleValue |
class |
FloatValue |
class |
IntegerValue |
class |
LongValue |
class |
ShortValue |
Modifier and Type | Class and Description |
---|---|
class |
ElementDescriptor |
class |
ElementDescriptor.ElementFile |
Modifier and Type | Class and Description |
---|---|
class |
Workspace |
class |
Workspace.TaskDefinition |
class |
Workspace.TaskDefinition.BandDefinition |
class |
Workspace.TaskDefinition.BandDefinition.ItemDefinition |
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 |