public interface VolatileProjector
Rendering can be interrupted, in which case map(boolean)
will return false.
Also, the rendering time for the last map(boolean)
can be queried.
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Abort
map() if it is currently running. |
long |
getLastFrameRenderNanoTime()
How many nano-seconds did the last
map() take. |
boolean |
isValid() |
default boolean |
map() |
boolean |
map(boolean clearUntouchedTargetPixels)
Render the target image.
|
boolean map(boolean clearUntouchedTargetPixels)
clearUntouchedTargetPixels
- default boolean map()
void cancel()
map()
if it is currently running.long getLastFrameRenderNanoTime()
map()
take.boolean isValid()
Copyright © 2015–2021 Fiji. All rights reserved.