Package | Description |
---|---|
net.imagej.overlay |
Modifier and Type | Method and Description |
---|---|
TextOverlay.Justification |
TextOverlay.getJustification() |
static TextOverlay.Justification |
TextOverlay.Justification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextOverlay.Justification[] |
TextOverlay.Justification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextOverlay.setJustification(TextOverlay.Justification j) |
Constructor and Description |
---|
TextOverlay(Context context,
double x,
double y,
String text,
TextOverlay.Justification j) |
Copyright © 2014–2022 ImageJ. All rights reserved.