Package | Description |
---|---|
net.imagej.notebook |
Modifier and Type | Method and Description |
---|---|
static NotebookService.ValueScaling |
NotebookService.ValueScaling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookService.ValueScaling[] |
NotebookService.ValueScaling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
Images.bufferedImage(RandomAccessibleInterval<T> source,
int xAxis,
int yAxis,
int cAxis,
NotebookService.ValueScaling scaling,
long... pos)
Converts the given
RandomAccessibleInterval to a
BufferedImage . |
default <T extends RealType<T>> |
NotebookService.display(RandomAccessibleInterval<T> source,
int xAxis,
int yAxis,
int cAxis,
NotebookService.ValueScaling scaling,
long... pos)
Converts the given image to a form renderable by scientific notebooks.
|
Copyright © 2014–2022 ImageJ. All rights reserved.