Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
icy.gui.viewer |
Contains all components and classes related to the Icy Viewer
|
icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
icy.plugin.interface_ |
All supported plugin interface to specialize plugin in a specific task (Canvas, ROI, file importer...)
|
icy.roi |
Contains all ROI (Region Of Interest) related classes and 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 |
IcyCanvas2D |
class |
IcyCanvas3D |
Modifier and Type | Method and Description |
---|---|
static IcyCanvas |
IcyCanvas.create(java.lang.String className,
Viewer viewer)
Create a
IcyCanvas object from its class name or PluginCanvas class name. |
IcyCanvas |
IcyCanvasEvent.getSource() |
Constructor and Description |
---|
IcyCanvasEvent(IcyCanvas source,
IcyCanvasEvent.IcyCanvasEventType type) |
IcyCanvasEvent(IcyCanvas source,
IcyCanvasEvent.IcyCanvasEventType type,
DimensionId dim) |
Modifier and Type | Method and Description |
---|---|
IcyCanvas |
Viewer.getCanvas()
Return the viewer Canvas object
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.setCanvas(IcyCanvas value)
Deprecated.
Use
Viewer.setCanvas(String) instead. |
void |
MouseImageInfosPanel.updateInfos(IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IcyCanvas> |
Overlay.getAttachedCanvas()
Returns all canvas where the overlay is currently present as a layer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Anchor2D.isOver(IcyCanvas canvas,
double x,
double y) |
boolean |
Anchor2D.isOver(IcyCanvas canvas,
java.awt.geom.Point2D imagePoint)
Returns
true if specified Point3D is over the anchor in the specified canvas |
boolean |
Anchor3D.isOver(IcyCanvas canvas,
Point3D imagePoint)
Returns
true if specified Point3D is over the anchor in the specified canvas |
void |
PainterAdapter.keyPressed(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.keyPressed(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Key press event forwarded to the painter.
|
void |
Overlay.keyPressed(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.keyPressed(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Key press event forwarded to the overlay.
|
void |
Anchor3D.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
PainterAdapter.keyReleased(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.keyReleased(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Key release event forwarded to the painter.
|
void |
Overlay.keyReleased(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.keyReleased(java.awt.event.KeyEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Key release event forwarded to the overlay.
|
void |
Anchor3D.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
PainterAdapter.mouseClick(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.mouseClick(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Mouse click event forwarded to the painter.
|
void |
Overlay.mouseClick(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse click event forwarded to the overlay.
|
void |
PainterAdapter.mouseDrag(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.mouseDrag(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Mouse drag event forwarded to the painter.
|
void |
Overlay.mouseDrag(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.mouseDrag(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse drag event forwarded to the overlay.
|
void |
Anchor3D.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseEntered(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Overlay.mouseEntered(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse enter event forwarded to the overlay.
|
void |
Overlay.mouseExited(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Overlay.mouseExited(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse exit event forwarded to the overlay.
|
void |
PainterAdapter.mouseMove(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.mouseMove(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Mouse move event forwarded to the painter.
|
void |
Overlay.mouseMove(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.mouseMove(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse move event forwarded to the overlay.
|
void |
Anchor3D.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
PainterAdapter.mousePressed(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.mousePressed(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Mouse press event forwarded to the painter.
|
void |
Overlay.mousePressed(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.mousePressed(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse press event forwarded to the overlay.
|
void |
Anchor3D.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
PainterAdapter.mouseReleased(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.mouseReleased(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
Mouse release event forwarded to the painter.
|
void |
Overlay.mouseReleased(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Anchor2D.mouseReleased(java.awt.event.MouseEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
OverlayWrapper.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse release event forwarded to the overlay.
|
void |
Anchor3D.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Anchor2D.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
Overlay.mouseWheelMoved(java.awt.event.MouseWheelEvent e,
java.awt.geom.Point2D imagePoint,
IcyCanvas canvas)
Deprecated.
|
void |
Overlay.mouseWheelMoved(java.awt.event.MouseWheelEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas)
Mouse wheel moved event forwarded to the overlay.
|
void |
PainterAdapter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Deprecated.
|
void |
Painter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Deprecated.
Paint method called to draw the painter.
|
void |
OverlayWrapper.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
Overlay.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Paint method called to draw the overlay.
|
void |
ImageOverlay.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
Anchor3D.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
Anchor2D.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
Anchor3D.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas,
boolean simplified) |
void |
Anchor2D.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas,
boolean simplified) |
Modifier and Type | Method and Description |
---|---|
IcyCanvas |
PluginCanvas.createCanvas(Viewer viewer)
Create and return a new IcyCanvas
|
Modifier and Type | Method and Description |
---|---|
static double |
ROI.canvasToImageDeltaX(IcyCanvas canvas,
int value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageDeltaY(IcyCanvas canvas,
int value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaX(IcyCanvas canvas,
double value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaX(IcyCanvas canvas,
double value,
double logFactor)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaX(IcyCanvas canvas,
int value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaX(IcyCanvas canvas,
int value,
double logFactor)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaY(IcyCanvas canvas,
double value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaY(IcyCanvas canvas,
double value,
double logFactor)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaY(IcyCanvas canvas,
int value)
Deprecated.
Use
IcyCanvas methods instead |
static double |
ROI.canvasToImageLogDeltaY(IcyCanvas canvas,
int value,
double logFactor)
Deprecated.
Use
IcyCanvas methods instead |
void |
ROI3D.ROI3DPainter.drawName(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI name
|
void |
ROI2D.ROI2DPainter.drawName(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI name
|
abstract void |
ROI3D.ROI3DPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI
|
abstract void |
ROI2D.ROI2DPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI
|
double |
ROI.getAdjustedStroke(IcyCanvas canvas)
Get adjusted stroke for the current canvas transformation
|
double |
ROI.ROIPainter.getAdjustedStroke(IcyCanvas canvas)
Get adjusted stroke for the current canvas transformation
|
static double |
ROI.getAdjustedStroke(IcyCanvas canvas,
double stroke) |
boolean |
ROI5D.isActiveFor(IcyCanvas canvas) |
boolean |
ROI4D.isActiveFor(IcyCanvas canvas) |
boolean |
ROI3D.isActiveFor(IcyCanvas canvas) |
boolean |
ROI2D.isActiveFor(IcyCanvas canvas) |
abstract boolean |
ROI.isActiveFor(IcyCanvas canvas)
Return true if the ROI is active for the specified canvas.
|
boolean |
ROI2D.isOver(IcyCanvas canvas,
double x,
double y)
Deprecated.
Use
ROI2D.isOverEdge(IcyCanvas, double, double) instead. |
boolean |
ROI2D.isOver(IcyCanvas canvas,
java.awt.geom.Point2D p)
Deprecated.
Use
ROI2D.isOverEdge(IcyCanvas, Point2D) instead. |
abstract boolean |
ROI2D.isOverEdge(IcyCanvas canvas,
double x,
double y)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI3D.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI3D.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z,
double t,
double c)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI2D.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z,
double t,
double c)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI2D.isOverEdge(IcyCanvas canvas,
java.awt.geom.Point2D p)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI3D.isOverEdge(IcyCanvas canvas,
Point3D p)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI3D.isOverEdge(IcyCanvas canvas,
Point5D p)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI2D.isOverEdge(IcyCanvas canvas,
Point5D p)
Returns true if specified point coordinates overlap the ROI edge.
|
void |
ROI.ROIPainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3D.ROI3DPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2D.ROI2DPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3D.ROI3DPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2D.ROI2DPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3D.ROI3DPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2D.ROI2DPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI.ROIPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3D.ROI3DPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI2D.ROI2DPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI.ROIPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Class and Description |
---|---|
class |
VtkCanvas
VTK 3D canvas class.
|
Modifier and Type | Method and Description |
---|---|
IcyCanvas |
VtkCanvasPlugin.createCanvas(Viewer viewer) |
IcyCanvas |
Canvas2DPlugin.createCanvas(Viewer viewer) |
Modifier and Type | Method and Description |
---|---|
void |
ROI2DShape.ROI2DShapePainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI
|
void |
ROI2DPoint.ROI2DPointPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI itself
|
boolean |
ROI2DShape.isOverEdge(IcyCanvas canvas,
double x,
double y)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI2DArea.isOverEdge(IcyCanvas canvas,
double x,
double y) |
void |
ROI2DShape.ROI2DShapePainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DShape.ROI2DShapePainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI2DArea.ROI2DAreaPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
boolean |
ROI2DShape.removePointAt(IcyCanvas canvas,
java.awt.geom.Point2D imagePoint)
Deprecated.
Use
ROI2DShape.removeSelectedPoint(IcyCanvas) instead. |
boolean |
ROI2DArea.removePointAt(IcyCanvas canvas,
java.awt.geom.Point2D pos)
Deprecated.
Use
ROI2DArea.removeBrush(Point2D) instead. |
boolean |
ROI2DShape.removeSelectedPoint(IcyCanvas canvas)
Remove the current selected point.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI3DStack.ROI3DStackPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas)
Draw the ROI
|
void |
ROI3DPolyLine.ROI3DPolyLinePainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI3DPoint.ROI3DPointPainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI3DLine.ROI3DLinePainter.drawROI(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
boolean |
ROI3DStackShape.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z) |
boolean |
ROI3DShape.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z)
Returns true if specified point coordinates overlap the ROI edge.
|
boolean |
ROI3DArea.isOverEdge(IcyCanvas canvas,
double x,
double y,
double z) |
void |
ROI3DStack.ROI3DStackPainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DArea.ROI3DAreaPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseEntered(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseExited(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DShape.ROI3DShapePainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.mouseWheelMoved(java.awt.event.MouseWheelEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI3DStackShape.ROI3DStackShapePainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI3DStack.ROI3DStackPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
void |
ROI3DArea.ROI3DAreaPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
boolean |
ROI3DShape.removeSelectedPoint(IcyCanvas canvas)
Remove the current selected point.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI4DStack.ROI4DStackPainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseEntered(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseExited(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.mouseWheelMoved(java.awt.event.MouseWheelEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI4DStack.ROI4DStackPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
ROI5DStack.ROI5DStackPainter.keyPressed(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.keyReleased(java.awt.event.KeyEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseDrag(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseEntered(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseExited(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mousePressed(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.mouseWheelMoved(java.awt.event.MouseWheelEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
ROI5DStack.ROI5DStackPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
ROILineCutter.ROILineCutterPainter.mouseReleased(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
AnimatedOverlay.mouseMove(java.awt.event.MouseEvent e,
Point5D.Double imagePoint,
IcyCanvas canvas) |
void |
AnimatedOverlay.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
IntensityOverRoiPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
OverlayPlugin1.SimpleCrossOverlay.mouseClick(java.awt.event.MouseEvent e,
Point5D.Double point,
IcyCanvas canvas) |
void |
OverlayPlugin1.SimpleCrossOverlay.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
void |
VtkLabelPainter.paint(java.awt.Graphics2D g,
Sequence sequence,
IcyCanvas canvas) |