org.pentaho.di.trans.steps.autodoc
Class TransformationInformation
java.lang.Object
  
org.pentaho.di.trans.steps.autodoc.TransformationInformation
public class TransformationInformation
- extends Object
 
 
 
getInstance
public static final TransformationInformation getInstance()
 
init
public static final void init(Repository repository)
 
getImage
public BufferedImage getImage(ReportSubjectLocation location)
                       throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getTransMeta
public TransMeta getTransMeta(ReportSubjectLocation location)
                       throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
drawImage
public void drawImage(Graphics2D g2d,
                      Rectangle2D rectangle2d,
                      ReportSubjectLocation location,
                      boolean pixelateImages)
               throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException