M
- type of MaskPredicate
being wrappedpublic interface MaskPredicateWrapper<M extends MaskPredicate<?>>
Roi
s with associated MaskPredicate
.
Classes which implement this interface are expected to also extend an ImageJ 1.x Roi class. Failure to do so, may result in problems downstream.
Modifier and Type | Method and Description |
---|---|
M |
getSource()
Get associated
MaskPredicate . |
default M |
getUpdatedSource()
Synchronize the two ROIs, and return the associated
MaskPredicate . |
void |
synchronize()
Modify the associated
MaskPredicate to match the "state" of this
Roi . |
M getSource()
MaskPredicate
.void synchronize()
MaskPredicate
to match the "state" of this
Roi
.default M getUpdatedSource()
MaskPredicate
.Copyright © 2014–2022 ImageJ. All rights reserved.