Package | Description |
---|---|
org.pentaho.di.core.gui | |
org.pentaho.di.core.logging | |
org.pentaho.di.job | |
org.pentaho.di.trans |
Modifier and Type | Class and Description |
---|---|
class |
SwingDirectGC |
class |
SwingGC |
Modifier and Type | Field and Description |
---|---|
protected GCInterface |
BasePainter.gc |
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,
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) |
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,
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) |
JobPainterExtension(GCInterface gc,
boolean shadow,
List<AreaOwner> areaOwners,
JobMeta jobMeta,
JobHopMeta jobHop,
int x1,
int y1,
int x2,
int y2,
int mx,
int my,
Point offset) |
Modifier and Type | Field and Description |
---|---|
GCInterface |
TransPainterFlyoutExtension.gc |
GCInterface |
TransPainterExtension.gc |
Constructor and Description |
---|
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) |
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,
Point offset,
int iconsize) |
TransPainterFlyoutExtension(GCInterface gc,
List<AreaOwner> areaOwners,
TransMeta transMeta,
StepMeta stepMeta,
float translationX,
float translationY,
float magnification,
Point area,
Point offset) |
Copyright © 2018 Hitachi Vantara. All rights reserved.