public class TransPainter extends BasePainter
Modifier and Type | Field and Description |
---|---|
static String[] |
magnificationDescriptions |
static String |
STRING_HOP_TYPE_COPY |
static String |
STRING_PARTITIONING_CURRENT_STEP |
static String |
STRING_REMOTE_INPUT_STEPS |
static String |
STRING_REMOTE_OUTPUT_STEPS |
static String |
STRING_ROW_DISTRIBUTION |
static String |
STRING_STEP_ERROR_LOG |
CONTENT_MENU_INDENT, CORNER_RADIUS_2, CORNER_RADIUS_3, CORNER_RADIUS_4, CORNER_RADIUS_5, FACTOR_1_TO_1, MINI_ICON_DISTANCE, MINI_ICON_MARGIN, MINI_ICON_SIZE, MINI_ICON_SKEW, MINI_ICON_TRIANGLE_BASE, theta
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) |
getArea, getAreaOwners, getDrop_candidate, getGc, getGridSize, getHori, getIconsize, getLinewidth, getMagnification, getNoteFontHeight, getNoteFontName, getOffset, getSelrect, getShadowSize, getStreamIconImage, getSubject, getTheta, getVert, isShadow, setArea, setAreaOwners, setDrop_candidate, setGc, setGridSize, setHori, setIconsize, setLinewidth, setMagnification, setNoteFontHeight, setNoteFontName, setOffset, setSelrect, setShadow, setShadowSize, setSubject, setVert
public static final String STRING_PARTITIONING_CURRENT_STEP
public static final String STRING_REMOTE_INPUT_STEPS
public static final String STRING_REMOTE_OUTPUT_STEPS
public static final String STRING_STEP_ERROR_LOG
public static final String STRING_HOP_TYPE_COPY
public static final String STRING_ROW_DISTRIBUTION
public static final String[] magnificationDescriptions
public 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)
public 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)
public void buildTransformationImage()
public org.pentaho.di.core.gui.Point getNamePosition(String string, org.pentaho.di.core.gui.Point screen, int iconsize)
public float getTranslationX()
getTranslationX
in class BasePainter
public void setTranslationX(float translationX)
setTranslationX
in class BasePainter
translationX
- the translationX to setpublic float getTranslationY()
getTranslationY
in class BasePainter
public void setTranslationY(float translationY)
setTranslationY
in class BasePainter
translationY
- the translationY to setpublic void setStepLogMap(Map<StepMeta,String> stepLogMap)
stepLogMap
- the stepLogMap to setpublic void setStartHopStep(StepMeta startHopStep)
startHopStep
- the startHopStep to setpublic void setEndHopLocation(org.pentaho.di.core.gui.Point endHopLocation)
endHopLocation
- the endHopLocation to setpublic void setNoInputStep(StepMeta noInputStep)
noInputStep
- the noInputStep to setpublic void setEndHopStep(StepMeta endHopStep)
endHopStep
- the endHopStep to setpublic void setCandidateHopType(StreamInterface.StreamType candidateHopType)
public void setStartErrorHopStep(boolean startErrorHopStep)
public StepMeta getShowTargetStreamsStep()
public void setShowTargetStreamsStep(StepMeta showTargetStreamsStep)
showTargetStreamsStep
- the showTargetStreamsStep to setpublic TransMeta getTransMeta()
public void setTransMeta(TransMeta transMeta)
public TransHopMeta getCandidate()
public void setCandidate(TransHopMeta candidate)
public Trans getTrans()
public void setTrans(Trans trans)
public boolean isSlowStepIndicatorEnabled()
public void setSlowStepIndicatorEnabled(boolean slowStepIndicatorEnabled)
public StepMeta getStartHopStep()
public org.pentaho.di.core.gui.Point getEndHopLocation()
public StepMeta getEndHopStep()
public StepMeta getNoInputStep()
public StreamInterface.StreamType getCandidateHopType()
public boolean isStartErrorHopStep()