public class BitmapFontCreator extends CommandLineTool
| Constructor and Description |
|---|
BitmapFontCreator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
run()
Runs this tool.
|
getDescription, parseInputDirectory, parseInputFile, parseOutputDirectory, parseOutputFile, startpublic static void main(java.lang.String[] args)
public void run()
CommandLineToolCommandLineTool.start(String[]). When
this method is called it can be assumed that arguments have already been
mapped to fields.run in class CommandLineTool