Interface Bounded
- All Known Subinterfaces:
OutOfBounds<T>, RealOutOfBounds<T>
- All Known Implementing Classes:
AbstractOutOfBoundsMirror, AbstractOutOfBoundsValue, OutOfBoundsBorder, OutOfBoundsConstantValue, OutOfBoundsMirrorDoubleBoundary, OutOfBoundsMirrorExpWindowing, OutOfBoundsMirrorSingleBoundary, OutOfBoundsPeriodic, OutOfBoundsRandomValue, RealOutOfBoundsRealRandomAccess
public interface Bounded
Interface implemented by entities (
Samplers, Positionables,
Localizables) that can tell whether they are currently located
outside of the image boundaries.-
Method Summary
-
Method Details
-
isOutOfBounds
boolean isOutOfBounds()True if located out of image bounds.
-