cynosurex.io
Class PrinterSetupData

java.lang.Object
  extended by cynosurex.io.PrinterSetupData

public class PrinterSetupData
extends java.lang.Object

This class encapsulate printer setup data.

Version:
1.0
Author:
Chieh Cheng

Field Summary
protected  float bottomMargin
           
protected  java.awt.Font font
           
protected  java.lang.String jobTitle
           
protected  float leftMargin
           
protected  float rightMargin
           
protected  float topMargin
           
 
Constructor Summary
PrinterSetupData()
           
 
Method Summary
 float getBottomMargin()
           
 java.awt.Font getFont()
           
 float getLeftMargin()
           
 float getRightMargin()
           
 java.lang.String getTitle()
           
 float getTopMargin()
           
 void setBottomMargin(float value)
           
 void setFont(java.awt.Font font)
           
 void setLeftMargin(float value)
           
 void setRightMargin(float value)
           
 void setTitle(java.lang.String title)
           
 void setTopMargin(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topMargin

protected float topMargin

bottomMargin

protected float bottomMargin

leftMargin

protected float leftMargin

rightMargin

protected float rightMargin

jobTitle

protected java.lang.String jobTitle

font

protected java.awt.Font font
Constructor Detail

PrinterSetupData

public PrinterSetupData()
Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getFont

public java.awt.Font getFont()

setFont

public void setFont(java.awt.Font font)

getBottomMargin

public float getBottomMargin()

setBottomMargin

public void setBottomMargin(float value)

getLeftMargin

public float getLeftMargin()

setLeftMargin

public void setLeftMargin(float value)

getRightMargin

public float getRightMargin()

setRightMargin

public void setRightMargin(float value)

getTopMargin

public float getTopMargin()

setTopMargin

public void setTopMargin(float value)