public abstract class AbstractPlanarCommand extends Object implements PlanarCommand
Constructor and Description |
---|
AbstractPlanarCommand() |
Modifier and Type | Method and Description |
---|---|
DatasetView |
getView() |
boolean |
isPlanar() |
void |
run() |
void |
setPlanar(boolean planar) |
void |
setView(DatasetView view) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public DatasetView getView()
getView
in interface PlanarCommand
public boolean isPlanar()
isPlanar
in interface PlanarCommand
public void setView(DatasetView view)
setView
in interface PlanarCommand
view
- - The view this command will operate on.public void setPlanar(boolean planar)
setPlanar
in interface PlanarCommand
planar
- - Whether or not to operate on the current plane only.Copyright © 2014–2022 ImageJ. All rights reserved.