public class JobInformation extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
drawImage(Graphics2D g2d,
         Rectangle2D rectangle2d,
         ReportSubjectLocation location,
         boolean pixelateImages)  | 
BufferedImage | 
getImage(ReportSubjectLocation location)  | 
List<AreaOwner> | 
getImageAreaList(ReportSubjectLocation location)  | 
static JobInformation | 
getInstance()  | 
JobMeta | 
getJobMeta(ReportSubjectLocation location)  | 
static void | 
init(Repository repository)  | 
public static final JobInformation getInstance()
public static final void init(Repository repository)
public BufferedImage getImage(ReportSubjectLocation location) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic JobMeta getJobMeta(ReportSubjectLocation location) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic List<AreaOwner> getImageAreaList(ReportSubjectLocation location) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void drawImage(Graphics2D g2d, Rectangle2D rectangle2d, ReportSubjectLocation location, boolean pixelateImages) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException