class LeicaHandler.ROI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARROW |
int |
color |
java.lang.String |
fontName |
java.lang.String |
fontSize |
static int |
LINE |
int |
linewidth |
java.lang.String |
name |
private boolean |
normalized |
static int |
POLYGON |
static int |
RECTANGLE |
double |
rotation |
static int |
SCALE_BAR |
double |
scaleX |
double |
scaleY |
java.lang.String |
text |
static int |
TEXT |
double |
transX |
double |
transY |
int |
type |
java.util.Vector<java.lang.Double> |
x |
java.util.Vector<java.lang.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 java.util.Vector<java.lang.Double> x
public java.util.Vector<java.lang.Double> y
public double transX
public double transY
public double scaleX
public double scaleY
public double rotation
public int color
public int linewidth
public java.lang.String text
public java.lang.String fontName
public java.lang.String fontSize
public java.lang.String name
private boolean normalized
public void storeROI(MetadataStore store, int series, int roi)
private void normalize()
Copyright © 2020 Open Microscopy Environment