public interface ImageSensitiveArea
| Modifier and Type | Method and Description |
|---|---|
void |
exposeToImage(ImagePixelData imagePixelData)
Expose the current object to the generated ImagePixelData.
|
ImagePixelData |
getImagePixelData()
Get the ImagePixelData for this object, if present.
|
boolean |
hasPixelData()
Check if this object has data.
|
void exposeToImage(ImagePixelData imagePixelData)
imagePixelData - The ImagePixelData this ImageSensitiveArea is
exposed to.boolean hasPixelData()
ImagePixelData getImagePixelData()
Copyright © 2019 LSST. All rights reserved.