org.pentaho.di.core.gui
Class BasePainter
java.lang.Object
  
org.pentaho.di.core.gui.BasePainter
- Direct Known Subclasses: 
 - JobPainter, TransPainter
 
public class BasePainter
- extends Object
 
| 
Field Summary | 
 double | 
theta
 
            | 
 
| 
Constructor Summary | 
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)
 
            | 
 
 
 
theta
public final double theta
BasePainter
public 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)
getStreamIconImage
public static GCInterface.EImage getStreamIconImage(StreamIcon streamIcon)
 
getMagnification
public float getMagnification()
- Returns:
 - the magnification
 
 
setMagnification
public void setMagnification(float magnification)
- Parameters:
 magnification - the magnification to set