[all packages] [package ] [class hierarchy] [index]

public class PrinterTextArea

(source file: PrinterTextArea.java)
java.lang.Object
   |
   +----Printer
           |
           +----PrinterTextArea

The pure class interface.
public class PrinterTextArea
  extends Printer
An implementation of the Printer class which sends all output to a text area.

Author:
Alan Jeffrey
Version: v1.02 1998/06/27

Constuctor Index

O PrinterTextArea(TextArea)
Create a new printer.

Methods

O printRawString(String)
Append a string to the text area.

Constructors

O PrinterTextArea
public PrinterTextArea(TextArea ta);
Create a new printer.

Parameters:
ta - the TextArea to print to.

Methods

O printRawString
public void printRawString(String s);
Append a string to the text area.

Parameters:
s - the string to append.
Overrides:
printRawString in class Printer


[all packages] [package ] [class hierarchy] [index]
PrinterTextArea.html