Public Member Functions | |
float | getX () |
float | getY () |
int | getWidth () |
int | getHeight () |
float | getRotation () |
Drawable objects contain the information necessary to allow them to be drawn by the Graphics system.
Definition at line 7 of file Drawable.java.
int bubolo.graphics.Drawable.getHeight | ( | ) |
Get the height of this Entity.
Implemented in bubolo.world.entity.Entity.
float bubolo.graphics.Drawable.getRotation | ( | ) |
Get the current rotation of this Entity.
Implemented in bubolo.world.entity.Entity.
int bubolo.graphics.Drawable.getWidth | ( | ) |
Get the width of this Entity.
Implemented in bubolo.world.entity.Entity.
float bubolo.graphics.Drawable.getX | ( | ) |
Get the x position of this Entity.
Implemented in bubolo.world.entity.Entity.
float bubolo.graphics.Drawable.getY | ( | ) |
Get the y position of this Entity.
Implemented in bubolo.world.entity.Entity.