public interface PlanarCommand extends Command
Modifier and Type | Method and Description |
---|---|
DatasetView |
getView() |
boolean |
isPlanar() |
void |
run(RandomAccessibleInterval<?> plane)
As
Runnable.run() , but operating only on the specified plane. |
void |
setPlanar(boolean planar) |
void |
setView(DatasetView view) |
void run(RandomAccessibleInterval<?> plane)
Runnable.run()
, but operating only on the specified plane.plane
- the current plane.DatasetView getView()
boolean isPlanar()
void setView(DatasetView view)
view
- - The view this command will operate on.void setPlanar(boolean planar)
planar
- - Whether or not to operate on the current plane only.Copyright © 2014–2022 ImageJ. All rights reserved.