class Graphic { PImage img; PImage bg = loadImage("back_trans.png"); int x_pos; int y_pos; int z_pos; Graphic(PImage img_,int x,int y) { img=img_; x_pos=x; y_pos=y; } }