package stray.util; public interface Sizeable { public float getX(); public float getY(); public float getWidth(); public float getHeight(); }