[代码] [Java]代码 /** * フォアグラウンド * @param foreground 対象のペイントオブジェクトをセット * @param col 曜日を表す序数をセット */ private void setForground(Paint foreground, int eventType) { switc ; h (eventType) { case 0: //星期天 foreground.setColor(this.c_upload); break; case 6: //星期六 foreground.setColor(this.c_finished); break; default: foreground.setColor(this.c_foregroud);//c_foregroud break; } } ;