- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php
r23546 r23605 56 56 57 57 // X軸ラベルの角度セット 58 59 /** 60 * @param integer $Angle 61 */ 58 62 public function setXLabelAngle($Angle) 59 63 { … … 238 242 239 243 // ラインを描画する 244 245 /** 246 * @param integer $line_no 247 */ 240 248 public function drawLine($line_no) 241 249 { … … 255 263 256 264 // マークを描画する 265 266 /** 267 * @param integer $line_no 268 */ 257 269 public function drawMark($line_no) 258 270 { … … 267 279 268 280 // ラベルを描画する 281 282 /** 283 * @param integer $line_no 284 */ 269 285 public function drawLabel($line_no) 270 286 {
Note: See TracChangeset
for help on using the changeset viewer.
