public class TextOverlay extends AbstractROIOverlay<RectangleRegionOfInterest>
Overlay
that contains a string of text.Modifier and Type | Class and Description |
---|---|
static class |
TextOverlay.Justification |
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
TextOverlay(Context context) |
TextOverlay(Context context,
double x,
double y) |
TextOverlay(Context context,
double x,
double y,
String text) |
TextOverlay(Context context,
double x,
double y,
String text,
TextOverlay.Justification j) |
Modifier and Type | Method and Description |
---|---|
TextOverlay.Justification |
getJustification() |
String |
getText() |
void |
move(double[] deltas) |
void |
setJustification(TextOverlay.Justification j) |
void |
setText(String text) |
getRegionOfInterest, setRegionOfInterest
delete, duplicate, getAlpha, getFillColor, getLineColor, getLineEndArrowStyle, getLineStartArrowStyle, getLineStyle, getLineWidth, numDimensions, readExternal, realMax, realMax, realMax, realMin, realMin, realMin, rebuild, register, setAlpha, setFillColor, setLineColor, setLineEndArrowStyle, setLineStartArrowStyle, setLineStyle, setLineWidth, update, writeExternal
compareTo, context, decrementReferences, getContext, getName, incrementReferences, publish, setContext, setName, toString
averageScale
axes, axis, setAxis
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decrementReferences, incrementReferences
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
averageScale
dimensionIndex
axes, axis, setAxis
context, getContext, setContext
public TextOverlay(Context context, double x, double y, String text, TextOverlay.Justification j)
public TextOverlay(Context context, double x, double y)
public TextOverlay(Context context)
public void move(double[] deltas)
public String getText()
public void setText(String text)
public TextOverlay.Justification getJustification()
public void setJustification(TextOverlay.Justification j)
Copyright © 2014–2022 ImageJ. All rights reserved.