Package ome.io.nio
Interface BackOff
-
- All Known Implementing Classes:
SimpleBackOff
public interface BackOff
Strategy interface which is used byPixelsService
to calculate the appropriate backoff to report to users when pixel data is not available.- Since:
- Beta4.3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
throwMissingPyramidException(java.lang.String msg, ome.model.core.Pixels pixels)
-