Chinaunix首页 | 论坛 | 博客
  • 博客访问: 183385
  • 博文数量: 92
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1413
  • 用 户 组: 普通用户
  • 注册时间: 2013-02-04 21:12
文章分类
文章存档

2013年(92)

我的朋友

分类: 信息化

2013-03-04 14:38:46

[代码] [Java]代码  /**
     * フォアグラウンド
     * @param foreground 対象のペイントオブジェクトをセット
     * @param col 曜日を表す序数をセット
     */
    private void setForground(Paint foreground, int eventType) {
        switch (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;
        }
    }
阅读(272) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~