- 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_Base.php
r23546 r23605 273 273 274 274 // テキストを出力する 275 276 /** 277 * @param integer $color 278 */ 275 279 public function setText($font_size, $left, $top, $text, $color = NULL, $angle = 0, $labelbg = false) 276 280 { … … 306 310 307 311 // タイトルを出力する 312 313 /** 314 * @param string $text 315 */ 308 316 public function drawTitle($text, $font_size = TITLE_FONT_SIZE) 309 317 { … … 378 386 379 387 // カラーラベル背景の描画 388 389 /** 390 * @param double $left 391 * @param double $right 392 * @param integer $bottom 393 */ 380 394 public function drawClabelBG($left, $top, $right, $bottom) 381 395 { … … 442 456 * @param integer $cx 中心点X座標 443 457 * @param integer $cy 中心点Y座標 444 * @param integer $r 半径445 458 * @param integer $e 角度 446 * @return array円の中心点と直径から弧の終端座標の配列459 * @return double[] 円の中心点と直径から弧の終端座標の配列 447 460 */ 448 461 public function lfGetArcPos($cx, $cy, $cw, $ch, $e)
Note: See TracChangeset
for help on using the changeset viewer.
