org.pentaho.di.ui.core.dialog
Class EnterPrintDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.EnterPrintDialog

public class EnterPrintDialog
extends Dialog

A dialog that sets the printer settings for a Kettle printout.

Since:
19-06-2003
Author:
Matt

Field Summary
 double bottomMargin
           
 double factorx
           
 double factory
           
 double leftMargin
           
 int nrcols
           
 int nrrows
           
 Point page
           
 double rightMargin
           
 int scale
           
 double topMargin
           
 
Constructor Summary
EnterPrintDialog(Shell parent, int nrcols, int nrrows, int scale, double factorX, double factorY, Rectangle m, double marginLeft, double marginRigth, double marginTop, double marginBottom, Image image)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 int open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nrcols

public int nrcols

nrrows

public int nrrows

scale

public int scale

page

public Point page

factorx

public double factorx

factory

public double factory

leftMargin

public double leftMargin

rightMargin

public double rightMargin

topMargin

public double topMargin

bottomMargin

public double bottomMargin
Constructor Detail

EnterPrintDialog

public EnterPrintDialog(Shell parent,
                        int nrcols,
                        int nrrows,
                        int scale,
                        double factorX,
                        double factorY,
                        Rectangle m,
                        double marginLeft,
                        double marginRigth,
                        double marginTop,
                        double marginBottom,
                        Image image)
Method Detail

open

public int open()

dispose

public void dispose()

getData

public void getData()