Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.tools
Class Parser

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.tools.Parser

public class Parser
extends java.lang.Object

a parser for RML files.

usage: java org.bouncycastle.graphics.rt.tools.Parser file

where file is a ".rml" file. This will produce a file with with a ".pix" extension that has the same base name as the ".rml" file.


Constructor Summary
Parser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

main

public static void main(java.lang.String[] args)

Bouncy Castle Rendering Toolkit 1.0