Uses of Class
org.pentaho.di.core.gui.Rectangle

Packages that use Rectangle
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. 
org.pentaho.di.ui.spoon.job   
org.pentaho.di.ui.spoon.trans   
 

Uses of Rectangle in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return Rectangle
 Rectangle AreaOwner.getArea()
           
 

Methods in org.pentaho.di.core.gui with parameters of type Rectangle
 void AreaOwner.setArea(Rectangle area)
           
 

Constructors in org.pentaho.di.core.gui with parameters of type Rectangle
BasePainter(GCInterface gc, Object subject, Point area, ScrollBarInterface hori, ScrollBarInterface vert, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
 

Uses of Rectangle in org.pentaho.di.job
 

Constructors in org.pentaho.di.job with parameters of type Rectangle
JobPainter(GCInterface gc, JobMeta jobMeta, Point area, ScrollBarInterface hori, ScrollBarInterface vert, JobHopMeta candidate, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, List<JobEntryCopy> mouseOverEntries, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
 

Uses of Rectangle in org.pentaho.di.trans
 

Constructors in org.pentaho.di.trans with parameters of type Rectangle
TransPainter(GCInterface gc, TransMeta transMeta, Point area, ScrollBarInterface hori, ScrollBarInterface vert, TransHopMeta candidate, Point drop_candidate, 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, Point area, ScrollBarInterface hori, ScrollBarInterface vert, TransHopMeta candidate, Point drop_candidate, 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)
           
 

Uses of Rectangle in org.pentaho.di.ui.spoon.job
 

Methods in org.pentaho.di.ui.spoon.job with parameters of type Rectangle
 void JobGraph.selectInRect(JobMeta jobMeta, Rectangle rect)
           
 

Uses of Rectangle in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans with parameters of type Rectangle
 void TransGraph.selectInRect(TransMeta transMeta, Rectangle rect)
          Select all the steps in a certain (screen) rectangle