Class LEDText

java.lang.Object
   |
   +----LEDText

class LEDText
extends Object
Sorry, not documented yet.

Source


Variable Index

 o def
 o height
size of horizontal bar
 o skip
 o width
size of horizontal bar

Constructor Index

 o LEDText()

Method Index

 o draw(Graphics, int, int, char)
 o draw(Graphics, int, int, String)

Variables

 o def
 char def[]
 o width
 int width
size of horizontal bar

 o height
 int height
size of horizontal bar

 o skip
 int skip

Constructors

 o LEDText
 LEDText()

Methods

 o draw
 void draw(Graphics g,
           int x,
           int y,
           String s)
 o draw
 void draw(Graphics g,
           int x,
           int y,
           char c)