Uses of Interface
org.pentaho.di.core.gui.GCInterface
-
Packages that use GCInterface Package Description org.pentaho.di.core.gui org.pentaho.di.core.logging org.pentaho.di.job org.pentaho.di.trans -
-
Uses of GCInterface in org.pentaho.di.core.gui
Classes in org.pentaho.di.core.gui that implement GCInterface Modifier and Type Class Description classSwingDirectGCclassSwingGCFields in org.pentaho.di.core.gui declared as GCInterface Modifier and Type Field Description protected GCInterfaceBasePainter. gcMethods in org.pentaho.di.core.gui that return GCInterface Modifier and Type Method Description GCInterfaceBasePainter. getGc()Methods in org.pentaho.di.core.gui with parameters of type GCInterface Modifier and Type Method Description voidBasePainter. setGc(GCInterface gc)Constructors in org.pentaho.di.core.gui with parameters of type GCInterface Constructor 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) -
Uses of GCInterface in org.pentaho.di.core.logging
Constructors in org.pentaho.di.core.logging with parameters of type GCInterface Constructor Description MetricsPainter(GCInterface gc, int barHeight) -
Uses of GCInterface in org.pentaho.di.job
Fields in org.pentaho.di.job declared as GCInterface Modifier and Type Field Description GCInterfaceJobPainterExtension. gcConstructors in org.pentaho.di.job with parameters of type GCInterface Constructor 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) -
Uses of GCInterface in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as GCInterface Modifier and Type Field Description GCInterfaceTransPainterExtension. gcGCInterfaceTransPainterFlyoutExtension. gcConstructors in org.pentaho.di.trans with parameters of type GCInterface Constructor 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)
-