class LeicaHandler.ROI extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARROW |
int |
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 |
Vector<Double> |
x |
Vector<Double> |
y |
Constructor and Description |
---|
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) |
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 int 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)
private void normalize()
Copyright © 2017 Open Microscopy Environment