cynosurex.io
Class PrintRoutines

java.lang.Object
  extended by cynosurex.io.PrintRoutines
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public final class PrintRoutines
extends java.lang.Object
implements cynosurex.internal.CommonInterface

The PrintRoutines class contains several useful class fields and methods. It cannot be instantiated.

Version:
1.0, 1998-3-26
Author:
Chieh Cheng

Field Summary
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Method Summary
static void printString(java.awt.PrintJob pjob, java.lang.String s, java.awt.Font font)
          Print String via PrintJob using the specified font.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printString

public static void printString(java.awt.PrintJob pjob,
                               java.lang.String s,
                               java.awt.Font font)
Print String via PrintJob using the specified font.