/** * Insert the method's description here. Creation date: (11.12.2000 17:56:18) * * @return int */ public int getWidth() { return Settings.getInstance().getCanvasWidth(); }
/** * Insert the method's description here. Creation date: (11.12.2000 17:56:18) * * @return int */ public int getHeight() { return Settings.getInstance().getCanvasHeight(); }