org.gnu.jfiglet
Class FIGDriver

java.lang.Object
  extended byorg.gnu.jfiglet.FIGDriver

public class FIGDriver
extends java.lang.Object

A class that draws FIGures...

Version:
$Id: FIGDriver.java,v 1.7 2004/05/11 19:23:01 sbrunot Exp $
Author:
Sebastien Brunot

Field Summary
static java.lang.String LATIN_1_CHARSET
          LATIN 1 Charset name
 
Constructor Summary
FIGDriver()
          No args constructor
 
Method Summary
 void addLineToFIGure(FIGure theFIGure, byte[] theLineContent, FIGFont theFIGFontToUse)
           
 FIGure getBannerFIGure(java.lang.String theStringToFigletize, FIGFont theFIGFontToUse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LATIN_1_CHARSET

public static final java.lang.String LATIN_1_CHARSET
LATIN 1 Charset name

See Also:
Constant Field Values
Constructor Detail

FIGDriver

public FIGDriver()
No args constructor

Method Detail

getBannerFIGure

public FIGure getBannerFIGure(java.lang.String theStringToFigletize,
                              FIGFont theFIGFontToUse)
                       throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

addLineToFIGure

public void addLineToFIGure(FIGure theFIGure,
                            byte[] theLineContent,
                            FIGFont theFIGFontToUse)


Copyright © 2004 Sebastien Brunot. All Rights Reserved.