| Package | Description |
|---|---|
| icy.canvas |
Contains base Icy canvas and related classes
|
| icy.type.point |
Contains Point class definition up to 5D
|
| icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
| plugins.kernel.canvas |
Contains all canvas type plugins for the kernel
|
| Modifier and Type | Method and Description |
|---|---|
Point3D.Double |
IcyCanvas3D.canvasToImage(int x,
int y)
Convert specified canvas point to image point
|
Point3D.Double |
IcyCanvas3D.canvasToImage(java.awt.Point point)
Convert specified canvas point to image point
|
Point3D.Double |
IcyCanvas3D.getMouseImagePos()
Return mouse image position
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Point |
IcyCanvas3D.imageToCanvas(Point3D.Double point)
Convert specified image point to canvas point
|
void |
IcyCanvas3D.setMouseImagePos(Point3D.Double point)
Set mouse image position
|
| Modifier and Type | Method and Description |
|---|---|
static Point3D.Double[] |
Point3D.Double.toPoint3D(double[] input)
Create an array of Point3D.Double from the input double array.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
Point3D.Double.toDoubleArray(Point3D.Double[] input)
Create an array of double from the input Point3D.Double array.
|
| Modifier and Type | Method and Description |
|---|---|
Point3D.Double |
Rectangle3D.Double.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
Point3D.Double |
VtkCanvas.canvasToImage(int x,
int y) |