チェンジセット 3593
- コミット日時:
- 2010/03/22 23:20:39 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark/gunyarapaint/framework/commands/PenCommand.as
r3582 r3593 141 141 public function toString():String 142 142 { 143 return "[PenCommand]"; 143 return "[PenCommand" 144 + " thickness=" + m_pen.thickness 145 + ", color=0x" + m_pen.color.toString(16) 146 + ", alpha=" + m_pen.alpha.toPrecision(4) 147 + ", blendMode=" + m_pen.blendMode 148 + ", scaleMode=" + m_pen.scaleMode 149 + ", caps=" + m_pen.capsStyle 150 + ", joints=" + m_pen.jointStyle 151 + ", miterLimit=" + m_pen.miterLimit.toPrecision(4) 152 + ", pixelHinting=" + m_pen.pixelHinting 153 + "]"; 144 154 } 145 155

