uk.co.silentsoftware.dispatcher
Class WorkContainer
java.lang.Object
uk.co.silentsoftware.dispatcher.WorkContainer
public class WorkContainer
- extends java.lang.Object
Wrapper container for holding processed
and completed work ready for output and display
|
Field Summary |
private java.awt.image.BufferedImage |
imageResult
The resulting image |
private byte[] |
scrData
The equivalent SCR representation of this image |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
imageResult
private java.awt.image.BufferedImage imageResult
- The resulting image
scrData
private byte[] scrData
- The equivalent SCR representation of this image
WorkContainer
public WorkContainer()
getImageResult
public java.awt.image.BufferedImage getImageResult()
setImageResult
public void setImageResult(java.awt.image.BufferedImage imageResult)
getScrData
public byte[] getScrData()
setScrData
public void setScrData(byte[] scrData)