| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GCInterface | |
|---|---|
| org.pentaho.di.core.gui | |
| 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. | 
| Uses of GCInterface in org.pentaho.di.core.gui | 
|---|
| Classes in org.pentaho.di.core.gui that implement GCInterface | |
|---|---|
 class | 
SwingGC
 | 
| Constructors in org.pentaho.di.core.gui with parameters of type GCInterface | |
|---|---|
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)
 | 
|
| Uses of GCInterface in org.pentaho.di.job | 
|---|
| Constructors in org.pentaho.di.job with parameters of type GCInterface | |
|---|---|
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)
 | 
|
| Uses of GCInterface in org.pentaho.di.trans | 
|---|
| Constructors in org.pentaho.di.trans with parameters of type GCInterface | |
|---|---|
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)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||