|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchtdecoder.CHTDecoder
The main run class for the CHTDecoder program.
Field Summary | |
static java.lang.String |
APP_COPYRIGHT
The copyright String. |
static int |
APP_HEIGHT
The default frame height. |
static java.lang.String |
APP_NAME
The name String. |
static java.lang.String |
APP_VERSION
The version String. |
static int |
APP_WIDTH
The default frame width. |
Constructor Summary | |
CHTDecoder()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Starts the application. |
static java.lang.String |
zeroPad(java.lang.String input,
int length)
Returns a zero padded version of a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String APP_NAME
public static final java.lang.String APP_VERSION
public static final java.lang.String APP_COPYRIGHT
public static final int APP_WIDTH
public static final int APP_HEIGHT
Constructor Detail |
public CHTDecoder()
Method Detail |
public static java.lang.String zeroPad(java.lang.String input, int length)
input
- The input (suffix) String to pad.length
- The length the output String should be.
public static void main(java.lang.String[] args)
args
- 0 args for GUI mode, > 0 args for text mode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |