I know how to get the size of the set image of a class inside the class
getImage().getWidth(); OR getImage().getHeight();
But since I'm making a platform out of bricks (a rectangle image; brick class) and must add the objects in the world, how do I get the size of the image from the world class? Is it possible or do I have to do it by trial and error?
Thanks :D

