addTextLabel(layer, actionName,location.getX() - loggedScreenRegion.getBounds().x - 20, location.getY() - loggedScreenRegion.getBounds().y - 40);
addNodeWithShadow(layer, c);
}
};
writeLogImage(ir.render(), actionName);
}
// base class to provide a set of uniform drawing utility functions
abstract class LogImageRenderer extends PiccoloImageRenderer{