public abstract class MathCommand<I extends ComplexType<I>,O extends ComplexType<O>> extends ContextCommand implements Previewable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allPlanes |
protected ImageDisplay |
display |
protected ImageDisplayService |
displayService |
protected OverlayService |
overlayService |
protected boolean |
preview |
| Constructor and Description |
|---|
MathCommand(O outType) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
ImageDisplay |
getDisplay() |
abstract net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> |
getOperation() |
boolean |
getPreview() |
void |
preview() |
void |
run() |
void |
setDisplay(ImageDisplay display) |
void |
setPreview(boolean preview) |
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextprotected ImageDisplayService displayService
protected OverlayService overlayService
protected ImageDisplay display
protected boolean preview
protected boolean allPlanes
public MathCommand(O outType)
public void preview()
preview in interface Previewablepublic void cancel()
cancel in interface Previewablepublic ImageDisplay getDisplay()
public void setDisplay(ImageDisplay display)
public boolean getPreview()
public void setPreview(boolean preview)
public abstract net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> getOperation()
Copyright © 2014–2022 ImageJ. All rights reserved.