org.pentaho.di.trans.steps.autodoc
Class TransformationInformation

java.lang.Object
  extended by org.pentaho.di.trans.steps.autodoc.TransformationInformation

public class TransformationInformation
extends Object


Method Summary
 void drawImage(Graphics2D g2d, Rectangle2D rectangle2d, ReportSubjectLocation location, boolean pixelateImages)
           
 BufferedImage getImage(ReportSubjectLocation location)
           
static TransformationInformation getInstance()
           
 TransMeta getTransMeta(ReportSubjectLocation location)
           
static void init(Repository repository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final TransformationInformation getInstance()

init

public static final void init(Repository repository)

getImage

public BufferedImage getImage(ReportSubjectLocation location)
                       throws KettleException
Throws:
KettleException

getTransMeta

public TransMeta getTransMeta(ReportSubjectLocation location)
                       throws KettleException
Throws:
KettleException

drawImage

public void drawImage(Graphics2D g2d,
                      Rectangle2D rectangle2d,
                      ReportSubjectLocation location,
                      boolean pixelateImages)
               throws KettleException
Throws:
KettleException