A B C D E G H I L M N O P R S T V W 

C

Cannon - Class in edu.byu.cs.superasteroids.model
It is a class for the cannon objects on the game.
Cannon() - Constructor for class edu.byu.cs.superasteroids.model.Cannon
 
cannonAttach_X - Variable in class edu.byu.cs.superasteroids.model.MainBody
 
cannonAttach_Y - Variable in class edu.byu.cs.superasteroids.model.MainBody
 
cannonBoost - Variable in class edu.byu.cs.superasteroids.model.PowerCores
 
cannons - Variable in class edu.byu.cs.superasteroids.model.Ship
 
Cannons_DAO - Class in edu.byu.cs.superasteroids.database
Data Access Object for the Cannons table.
Cannons_DAO() - Constructor for class edu.byu.cs.superasteroids.database.Cannons_DAO
 
clearDB(String) - Method in class edu.byu.cs.superasteroids.database.Game_DAO
Clear the database's tables and resets the PID.
create(int) - Method in class edu.byu.cs.superasteroids.database.Asteroids_DAO
Creates an asteroid object based on the parameter received and the query made to the database.
create(int) - Method in class edu.byu.cs.superasteroids.database.BackgroundObj_DAO
Creates a background object based on the parameter received and the query made to the database.
create() - Method in class edu.byu.cs.superasteroids.database.Cannons_DAO
Creates an array of cannon objects based on the parameter received and the query made to the database.
create() - Method in class edu.byu.cs.superasteroids.database.Engines_DAO
Creates an array of engine objects based on the parameter received and the query made to the database.
create() - Method in class edu.byu.cs.superasteroids.database.ExtraParts_DAO
Creates an array of extra parts objects based on the parameter received and the query made to the database.
create(int) - Method in class edu.byu.cs.superasteroids.database.Levels_DAO
Creates a level object based on the parameter received and the query made to the database.
create() - Method in class edu.byu.cs.superasteroids.database.MainBodies_DAO
Creates an array of main body objects based on the parameter received and the query made to the database.
create() - Method in class edu.byu.cs.superasteroids.database.PowerCores_DAO
Creates an array of power cores objects based on the parameter received and the query made to the database.
CREATE_ASTEROIDS_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Asteroids table.
CREATE_BACKGROUND_OBJ_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Background_Obj table.
CREATE_CANNONS_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Cannons table.
CREATE_ENGINES_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Engines table.
CREATE_EXTRA_PARTS_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Extra_Parts table.
CREATE_LEVEL_ASTEROIDS_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Level_Asteroids table.
CREATE_LEVEL_BACKGROUD_OBJ_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Level_Background_Obj table.
CREATE_LEVELS_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Levels table.
CREATE_MAIN_BODIES_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Main_Bodies table.
CREATE_POWER_CORES_TABLE - Variable in class edu.byu.cs.superasteroids.database.DbOpenHelper
SQL code to create the Power_Cores table.
createAsteroids(int) - Method in class edu.byu.cs.superasteroids.database.Levels_DAO
Creates an array of asteroid objects based on the parameter received and the query made to the database.
createLevel(int) - Method in class edu.byu.cs.superasteroids.model.Game
It creates a level based on the parameter passed.
createStaticObjs(int) - Method in class edu.byu.cs.superasteroids.database.Levels_DAO
Creates an array of background objects based on the parameter received and the query made to the database.
A B C D E G H I L M N O P R S T V W