Package | Description |
---|---|
ij.gui |
Modifier and Type | Method and Description |
---|---|
static TextRoi |
TextRoi.create(double x,
double y,
java.lang.String text,
java.awt.Font font)
Obsolete.
|
static TextRoi |
TextRoi.create(java.lang.String text,
double x,
double y,
java.awt.Font font)
Creates a TextRoi using the specified text and location.
|