| Package | Description | 
|---|---|
| org.pentaho.di.core.gui | |
| org.pentaho.di.core.logging | 
 This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
 | 
| org.pentaho.di.job | 
 This package contains the different elements that make up a Job. 
 | 
| org.pentaho.di.trans | 
 This package contains the classes needed to define and execute transformations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SwingDirectGC  | 
class  | 
SwingGC  | 
| Modifier and Type | Method and Description | 
|---|---|
GCInterface | 
BasePainter.getGc()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasePainter.setGc(GCInterface gc)  | 
| Constructor and Description | 
|---|
BasePainter(GCInterface gc,
           Object subject,
           org.pentaho.di.core.gui.Point area,
           org.pentaho.di.core.gui.ScrollBarInterface hori,
           org.pentaho.di.core.gui.ScrollBarInterface vert,
           org.pentaho.di.core.gui.Point drop_candidate,
           org.pentaho.di.core.gui.Rectangle selrect,
           List<AreaOwner> areaOwners,
           int iconsize,
           int linewidth,
           int gridsize,
           int shadowSize,
           boolean antiAliasing,
           String noteFontName,
           int noteFontHeight)  | 
| Constructor and Description | 
|---|
MetricsPainter(GCInterface gc,
              int barHeight)  | 
| Modifier and Type | Field and Description | 
|---|---|
GCInterface | 
JobPainterExtension.gc  | 
| Constructor and Description | 
|---|
JobPainter(GCInterface gc,
          JobMeta jobMeta,
          org.pentaho.di.core.gui.Point area,
          org.pentaho.di.core.gui.ScrollBarInterface hori,
          org.pentaho.di.core.gui.ScrollBarInterface vert,
          JobHopMeta candidate,
          org.pentaho.di.core.gui.Point drop_candidate,
          org.pentaho.di.core.gui.Rectangle selrect,
          List<AreaOwner> areaOwners,
          List<JobEntryCopy> mouseOverEntries,
          int iconsize,
          int linewidth,
          int gridsize,
          int shadowSize,
          boolean antiAliasing,
          String noteFontName,
          int noteFontHeight)  | 
JobPainterExtension(GCInterface gc,
                   boolean shadow,
                   List<AreaOwner> areaOwners,
                   JobMeta jobMeta,
                   JobHopMeta jobHop,
                   int x1,
                   int y1,
                   int x2,
                   int y2,
                   int mx,
                   int my,
                   org.pentaho.di.core.gui.Point offset)  | 
| Modifier and Type | Field and Description | 
|---|---|
GCInterface | 
TransPainterFlyoutExtension.gc  | 
GCInterface | 
TransPainterExtension.gc  | 
| Constructor and Description | 
|---|
TransPainter(GCInterface gc,
            TransMeta transMeta,
            org.pentaho.di.core.gui.Point area,
            org.pentaho.di.core.gui.ScrollBarInterface hori,
            org.pentaho.di.core.gui.ScrollBarInterface vert,
            TransHopMeta candidate,
            org.pentaho.di.core.gui.Point drop_candidate,
            org.pentaho.di.core.gui.Rectangle selrect,
            List<AreaOwner> areaOwners,
            List<StepMeta> mouseOverSteps,
            int iconsize,
            int linewidth,
            int gridsize,
            int shadowSize,
            boolean antiAliasing,
            String noteFontName,
            int noteFontHeight)  | 
TransPainter(GCInterface gc,
            TransMeta transMeta,
            org.pentaho.di.core.gui.Point area,
            org.pentaho.di.core.gui.ScrollBarInterface hori,
            org.pentaho.di.core.gui.ScrollBarInterface vert,
            TransHopMeta candidate,
            org.pentaho.di.core.gui.Point drop_candidate,
            org.pentaho.di.core.gui.Rectangle selrect,
            List<AreaOwner> areaOwners,
            List<StepMeta> mouseOverSteps,
            int iconsize,
            int linewidth,
            int gridsize,
            int shadowSize,
            boolean antiAliasing,
            String noteFontName,
            int noteFontHeight,
            Trans trans,
            boolean slowStepIndicatorEnabled)  | 
TransPainterExtension(GCInterface gc,
                     boolean shadow,
                     List<AreaOwner> areaOwners,
                     TransMeta transMeta,
                     StepMeta stepMeta,
                     TransHopMeta transHop,
                     int x1,
                     int y1,
                     int x2,
                     int y2,
                     int mx,
                     int my,
                     org.pentaho.di.core.gui.Point offset,
                     int iconsize)  | 
TransPainterFlyoutExtension(GCInterface gc,
                           List<AreaOwner> areaOwners,
                           TransMeta transMeta,
                           StepMeta stepMeta,
                           float translationX,
                           float translationY,
                           float magnification,
                           org.pentaho.di.core.gui.Point area,
                           org.pentaho.di.core.gui.Point offset)  |