[代码] [Java]代码  /**
     * フォアグラウンド
     * @param foreground 対象のペイントオブジェクトをセット
     * @param col 曜日を表す序数をセット
     */
    private void setForground(Paint foreground, int eventType) {
        switc http://www.bbbkp123.info/linked/20130303.do; 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;
        }
    } http://www.kp1111.info/linked/20130303.do; 

相关文章:

  • 2022-12-23
  • 2022-02-18
  • 2023-04-05
  • 2021-06-22
  • 2021-08-31
  • 2021-12-13
  • 2022-02-19
  • 2021-09-01
猜你喜欢
  • 2022-01-16
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
相关资源
相似解决方案