public abstract class AbstractOverlayProperties extends ContextCommand implements Previewable
Constructor and Description |
---|
AbstractOverlayProperties() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
int |
getAlpha() |
Overlay.ArrowStyle |
getEndLineArrowStyle() |
ColorRGB |
getFillColor() |
ColorRGB |
getLineColor() |
Overlay.LineStyle |
getLineStyle() |
double |
getLineWidth() |
Overlay.ArrowStyle |
getStartLineArrowStyle() |
boolean |
isUpdateDefaults() |
void |
preview() |
void |
run() |
protected void |
setOverlays(List<Overlay> overlays) |
void |
setUpdateDefaults(boolean updateDefaults) |
protected void |
updateValues()
Updates all elements from the first overlay within the list of overlays.
|
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
protected void updateValues()
public void preview()
preview
in interface Previewable
public void cancel()
cancel
in interface Previewable
public ColorRGB getLineColor()
public double getLineWidth()
public ColorRGB getFillColor()
public int getAlpha()
public Overlay.LineStyle getLineStyle()
public Overlay.ArrowStyle getStartLineArrowStyle()
public Overlay.ArrowStyle getEndLineArrowStyle()
public boolean isUpdateDefaults()
public void setUpdateDefaults(boolean updateDefaults)
Copyright © 2014–2022 ImageJ. All rights reserved.