org.hcilab.btprinter.platform.j2se
Class PrintingTest

java.lang.Object
  extended by org.hcilab.btprinter.platform.j2se.PrintingTest
All Implemented Interfaces:
org.hcilab.btprinter.Observer

public class PrintingTest
extends java.lang.Object
implements org.hcilab.btprinter.Observer

Simple test class for this driver package.

Version:
1.0.0
Author:
Dominik Schmidt

Constructor Summary
PrintingTest()
          Creates an image, writes some text into it and prints it.
 
Method Summary
static void main(java.lang.String[] args)
           
 void update(org.hcilab.btprinter.Driver driver)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintingTest

public PrintingTest()
Creates an image, writes some text into it and prints it.

Method Detail

main

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

update

public void update(org.hcilab.btprinter.Driver driver)
Specified by:
update in interface org.hcilab.btprinter.Observer