Uses of Interface
net.sourceforge.uiq3.printer.IPrinter
-
Packages that use IPrinter Package Description net.sourceforge.uiq3.fp10 FP-10 printer simulations.net.sourceforge.uiq3.fp40 FP-40 printer simulation.net.sourceforge.uiq3.printer Library for calculator applications with printer simulation. -
-
Uses of IPrinter in net.sourceforge.uiq3.fp10
Classes in net.sourceforge.uiq3.fp10 that implement IPrinter Modifier and Type Class Description class
Printer
Simulation of the some calculator interface. -
Uses of IPrinter in net.sourceforge.uiq3.fp40
Classes in net.sourceforge.uiq3.fp40 that implement IPrinter Modifier and Type Class Description class
Printer
Simulation of the some calculator interface. -
Uses of IPrinter in net.sourceforge.uiq3.printer
Classes in net.sourceforge.uiq3.printer with type parameters of type IPrinter Modifier and Type Class Description class
Canvas<Type extends IPrinter>
Fields in net.sourceforge.uiq3.printer declared as IPrinter Modifier and Type Field Description protected Type
Canvas. printer
The printer engine used - needed for status related display.
-