A B C D F G I L M O P R S T U V X Y

C

Canvas - Class in cs2110.collision
This JPanel represents the area on the main window where images/shapes are drawn.
Canvas(GUI, int, int) - Constructor for class cs2110.collision.Canvas
Constructor: a canvas of width width and height height on mainWindow
clear() - Method in class cs2110.collision.Shape
"Clear" the shape from displacement and turned on flags.
click() - Method in class cs2110.collision.Shape
Toggle the clickedOn flag.
contains(Vector2D) - Method in class cs2110.collision.Block
Return true iff this block contains point p
contains(Vector2D) - Method in class cs2110.collision.BlockTree
Return true iff this collection of blocks contains point p.
contains(Vector2D) - Method in class cs2110.collision.BoundingBox
Return true iff this bounding box contains p.
contains(Vector2D) - Method in class cs2110.collision.Shape
Return true iff this shape contains point p.
createBufferedImage() - Method in class cs2110.collision.Shape
Store in field bi a BufferedImage containing all the blocks in this Shape.
cs2110 - package cs2110
This package contains CS 2110 Assignments
cs2110.collision - package cs2110.collision
This package contains classes for the CS 2110 Collision Detector

A B C D F G I L M O P R S T U V X Y