bookExamples.ch44Printing
Class MailingLabel

java.lang.Object
  extended by bookExamples.ch44Printing.MailingLabel

public class MailingLabel
extends java.lang.Object


Constructor Summary
MailingLabel()
           
 
Method Summary
 void add(java.lang.String st)
           
 java.lang.String[] getLines()
           
 java.awt.Dimension getPreferredSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingLabel

public MailingLabel()
Method Detail

add

public void add(java.lang.String st)

getLines

public java.lang.String[] getLines()

getPreferredSize

public java.awt.Dimension getPreferredSize()