Modifier and Type | Field and Description |
---|---|
static int |
ARROW |
long |
color |
String |
fontName |
String |
fontSize |
static int |
LINE |
int |
linewidth |
String |
name |
private boolean |
normalized |
static int |
POLYGON |
static int |
RECTANGLE |
double |
rotation |
static int |
SCALE_BAR |
double |
scaleX |
double |
scaleY |
String |
text |
static int |
TEXT |
double |
transX |
double |
transY |
int |
type |
List<Double> |
x |
List<Double> |
y |
Constructor and Description |
---|
LIFReader.ROI() |
Modifier and Type | Method and Description |
---|---|
private void |
normalize()
Vertices and transformation values are not stored in pixel coordinates.
|
void |
storeROI(MetadataStore store,
int series,
int roi,
int roiIndex) |
public static final int TEXT
public static final int SCALE_BAR
public static final int POLYGON
public static final int RECTANGLE
public static final int LINE
public static final int ARROW
public int type
public double transX
public double transY
public double scaleX
public double scaleY
public double rotation
public long color
public int linewidth
public String text
public String fontName
public String fontSize
public String name
private boolean normalized
public void storeROI(MetadataStore store, int series, int roi, int roiIndex)
private void normalize()
Copyright © 2016 Open Microscopy Environment