public class ReaderToolkit extends Object
Constructor and Description |
---|
ReaderToolkit() |
Modifier and Type | Method and Description |
---|---|
static void |
applyColors(ij.ImagePlus imp,
int channel,
Color[] gc,
int i) |
static String |
readASCII(ij.io.RandomAccessStream stream,
long length) |
static String |
readNULLASCII(ij.io.RandomAccessStream stream) |
static String |
readNULLASCII2(ij.io.RandomAccessStream stream,
long s) |
static String |
readSizedNULLASCII(ij.io.RandomAccessStream stream,
long s) |
static void |
showLut(ij.ImagePlus imp,
int channel,
ij.io.FileInfo fi,
boolean showImage) |
static char |
swap(char x) |
static double |
swap(double x) |
static float |
swap(float x) |
static int |
swap(int x) |
static long |
swap(long x) |
static short |
swap(short x) |
public static short swap(short x)
public static char swap(char x)
public static int swap(int x)
public static long swap(long x)
public static float swap(float x)
public static double swap(double x)
public static String readSizedNULLASCII(ij.io.RandomAccessStream stream, long s)
public static String readASCII(ij.io.RandomAccessStream stream, long length)
public static String readNULLASCII(ij.io.RandomAccessStream stream)
public static String readNULLASCII2(ij.io.RandomAccessStream stream, long s)
public static void applyColors(ij.ImagePlus imp, int channel, Color[] gc, int i)
public static void showLut(ij.ImagePlus imp, int channel, ij.io.FileInfo fi, boolean showImage)
Copyright © 2015–2021 Fiji. All rights reserved.