addbk.print
Class DymoPrinter2

java.lang.Object
  extended by addbk.print.DymoPrinter2

public class DymoPrinter2
extends java.lang.Object

Author:
Sean Kristen Anderson ~ Data Virtue 5-26-2007 This class is public domain. No restrictions. This class is not perfect, if you fix it before I do please send me the updated version. There are alignment issues and I have not tested this on a DYMO printer or Co Star. there are two classes in here, one is the Printable email: seanka@datavirtue.com with questions or updates

Constructor Summary
DymoPrinter2(double W, double H, boolean prompt)
           
 
Method Summary
 void addLabel(java.awt.print.Printable p)
           
 void addLabel(java.lang.String[] text)
           
 void go()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DymoPrinter2

public DymoPrinter2(double W,
                    double H,
                    boolean prompt)
Method Detail

addLabel

public void addLabel(java.lang.String[] text)

addLabel

public void addLabel(java.awt.print.Printable p)

go

public void go()

main

public static void main(java.lang.String[] args)