class ROI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARROW |
long |
color |
java.lang.String |
fontName |
java.lang.String |
fontSize |
static int |
LINE |
int |
linewidth |
static long |
METER_MULTIPLY |
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.List<java.lang.Double> |
x |
java.util.List<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,
int roiIndex,
int sizeX,
int sizeY,
boolean alternateCenter,
MetadataLevel level) |
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 static final long METER_MULTIPLY
public int type
public java.util.List<java.lang.Double> x
public java.util.List<java.lang.Double> y
public double transX
public double transY
public double scaleX
public double scaleY
public double rotation
public long 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, int roiIndex, int sizeX, int sizeY, boolean alternateCenter, MetadataLevel level)
private void normalize()
Copyright © 2024 Open Microscopy Environment