M - The Image type of the mask.public abstract class AbstractMaskedObject<M extends Image<?,M>> extends Object implements MaskedObject<M>
MaskedObject.| Constructor and Description |
|---|
AbstractMaskedObject()
Default constructor with a
null mask. |
AbstractMaskedObject(M mask)
Construct with the given mask.
|
public AbstractMaskedObject()
null mask.public AbstractMaskedObject(M mask)
mask - the mask.public M getMask()
getMask in interface MaskedObject<M extends Image<?,M>>public void setMask(M mask)
MaskedObjectsetMask in interface MaskedObject<M extends Image<?,M>>mask - the mask.