C I J M P U

C

createQuadTreeNode(int, int, int) - Static method in class com.faa.graphics.util.JPG2QuadTree
Create a node on the xml file, representing the given portion of the image.

I

isWhite(int) - Static method in class com.faa.graphics.util.JPG2QuadTree
Any pixel on the image which is not RGB == (255,255,255) is treated as a black pixel.

J

JPG2QuadTree - class com.faa.graphics.util.JPG2QuadTree.
 
JPG2QuadTree() - Constructor for class com.faa.graphics.util.JPG2QuadTree
 

M

main(String[]) - Static method in class com.faa.graphics.util.JPG2QuadTree
Receive the name of the jpg to convert, plus the optional output filename and convert the JPG into a QuadTree

P

processImage(String) - Static method in class com.faa.graphics.util.JPG2QuadTree
Get the source image from the file precondition: the file exists, can be read, and is a B/W JPEG

U

usage() - Static method in class com.faa.graphics.util.JPG2QuadTree
Simply output the usage rules

C I J M P U