- getArea() - Method in class BoundingBox
-
Return the area of this bounding box.
- getBBox() - Method in class Block
-
Return the bounding box of this block.
- getBlocks() - Method in class ImageBlocker
-
Return the nonempty Blocks of the image.
- getBox() - Method in class BlockTree
-
Return the bounding box of the collection of blocks.
- getCenter() - Method in class BoundingBox
-
Return the center of this bounding box.
- getCol() - Method in class Block
-
Return the Image column.
- getColorMass() - Method in class Block
-
Return the color-based mass on [0,1] with white having 0 mass and
darker colors approaching 1 (feel free to modify).
- getHalfwidth() - Method in class Block
-
Return the halfwidth of block.
- getHeight() - Method in class BoundingBox
-
Return the height of this bounding box (along y-dimension).
- getLargeConnectedComponents(double) - Method in class ImageBlocker
-
Return a list of the largest connected components.
- getLength() - Method in class BoundingBox
-
Return the larger of the width and height of this bounding box.
- getNumBlocks() - Method in class BlockTree
-
Return the number of blocks contained in this tree.
- getPosition() - Method in class Block
-
Return the center position of this Block (in body coordinates).
- getRow() - Method in class Block
-
Return the Image row.
- getWidth() - Method in class BoundingBox
-
Return the width of this bounding box (along x-dimension).
- GUI - Class in <Unnamed>
-
The class for the main program.
- GUI() - Constructor for class GUI
-
Constructor: an instance that has the GUI