Package org.pentaho.di.core.gui
Interface GCInterface
- All Superinterfaces:
org.pentaho.di.core.gui.PrimitiveGCInterface
- All Known Implementing Classes:
SwingDirectGC,SwingGC
public interface GCInterface
extends org.pentaho.di.core.gui.PrimitiveGCInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.pentaho.di.core.gui.PrimitiveGCInterface
org.pentaho.di.core.gui.PrimitiveGCInterface.EColor, org.pentaho.di.core.gui.PrimitiveGCInterface.EFont, org.pentaho.di.core.gui.PrimitiveGCInterface.EImage, org.pentaho.di.core.gui.PrimitiveGCInterface.ELineStyle -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy) voiddrawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy, float magnification) voiddrawStepIcon(int x, int y, StepMeta stepMeta) voiddrawStepIcon(int x, int y, StepMeta stepMeta, float magnification) Methods inherited from interface org.pentaho.di.core.gui.PrimitiveGCInterface
dispose, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawPoint, drawPolygon, drawPolyline, drawRectangle, drawRoundRectangle, drawText, drawText, fillGradientRectangle, fillPolygon, fillRectangle, fillRoundRectangle, getAlpha, getArea, getDeviceBounds, getImage, getImageBounds, setAlpha, setAntialias, setBackground, setBackground, setFont, setFont, setForeground, setForeground, setLineStyle, setLineWidth, setTransform, switchForegroundBackgroundColors, textExtent
-
Method Details
-
drawJobEntryIcon
-
drawJobEntryIcon
-
drawStepIcon
-
drawStepIcon
-