addbk.print
Class DymoPrinter
java.lang.Object
addbk.print.DymoPrinter
public class DymoPrinter
- 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 |
DymoPrinter(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 |
DymoPrinter
public DymoPrinter(double W,
double H,
boolean prompt)
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)