public void drawNinePatch(NinePatch ninePatch, float x, float y, float width, float height) { ninePatch.render(this, x, y, width, height); }