Package | Description |
---|---|
Contains base Icy canvas and related classes
|
|
Contains common shared object and classes in Icy
|
|
Contains custom progress frames (see TaskFrameManager)
|
|
Contains all components and classes related to the Icy Viewer
|
|
Contains all ImageJ related stuff (wrapper, integration...)
|
|
Contains network tools and related objects (download / upload operation, IRC...)
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
|
(boolean canvasView,
progressListener)
Return a sequence which contains rendered images.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Deprecated.
Use instead
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
class |
display a loading TaskFrame
|
class |
A progress TaskFrame (thread safe)
|
Modifier and Type | Method and Description |
---|---|
|
(boolean canvasView,
progressListener) |
Modifier and Type | Method and Description |
---|---|
static |
(ij.ImagePlus image,
progressListener)
Convert the specified ImageJ
ImagePlus object to Icy . |
static ij.ImagePlus |
( sequence,
progressListener)
Convert the specified Icy object to ImageJ
ImagePlus . |
Modifier and Type | Method and Description |
---|---|
static byte[] |
( f,
listener,
boolean displayError)
Download data from File and return it as an array of byte
|
static byte[] |
( in,
long len,
listener)
Download data from specified InputStream and return it as an array of byte.
|
static byte[] |
( path,
listener,
boolean displayError)
Download data from specified URL string and return it as an array of byte
|
static byte[] |
( path,
login,
pass,
listener,
boolean displayError)
Download data from specified URL string and return it as an array of byte
Process authentication process if login / pass are not null.
|
static byte[] |
( url,
listener,
boolean displayError)
Download data from specified URL and return it as an array of byte
|
static byte[] |
( url,
login,
pass,
listener,
boolean displayError)
Download data from specified URL and return it as an array of byte.
|
Modifier and Type | Method and Description |
---|---|
static |
([] sequences,
boolean fillEmpty,
boolean rescale,
pl)
Create and returns a new sequence by concatenating all given sequences on C dimension.
|
static |
([] sequences,
int[] channels,
boolean fillEmpty,
boolean rescale,
pl)
Create and returns a new sequence by concatenating all given sequences on C dimension.
|
static |
([] sequences,
boolean interlaced,
boolean fillEmpty,
boolean rescale,
pl)
Create and returns a new sequence by concatenating all given sequences on T dimension.
|
static |
([] sequences,
boolean interlaced,
boolean fillEmpty,
boolean rescale,
pl)
Create and returns a new sequence by concatenating all given sequences on Z dimension.
|