public interface ProcessorContext
| Modifier and Type | Method and Description | 
|---|---|
SummaryMetadata | 
getSummaryMetadata()
Access the SummaryMetadata of the Datastore that images will ultimately
 be inserted into. 
 | 
void | 
outputImage(Image image)
Hand a newly-generated Image to the ProcessorContext. 
 | 
void outputImage(Image image)
image - Image to be handed to the ProcessorContextSummaryMetadata getSummaryMetadata()