/**
  * LEGACY METHOD to run older versions of Android Layoutlib. ==== DO NOT CHANGE ====
  *
  * @param graphics2D
  * @param x
  * @param y
  * @param scaledWidth
  * @param scaledHeight
  */
 public void draw(Graphics2D graphics2D, int x, int y, int scaledWidth, int scaledHeight) {
   mChunk.draw(mImage, graphics2D, x, y, scaledWidth, scaledHeight, 0, 0);
 }