A B C D E F G H I L M N O P Q R S T U W X Y

B

backgroundObjects - Variable in class org.samcrow.DrawQueue
 
BasicIO - Class in org.samcrow.io
Handles IO for a basic file with a non-standard format

The format is as follows:
Node <hash> <x> <y> "<name>";
if name is nonexistent; the node is considered a waypoint instead of a destination
Link <start_node_hash> <end_node_hash> <speed>
#comment

Any Link must appear in the file after both of the Nodes that it links.
BasicIO(String) - Constructor for class org.samcrow.io.BasicIO
Construct this with a given filename
BasicIO(File) - Constructor for class org.samcrow.io.BasicIO
Constructor with a given File object

A B C D E F G H I L M N O P Q R S T U W X Y