- Timestamp:
- 2012/02/12 11:28:48 (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/graph/SC_Graph_Pie.php
r21441 r21490 22 22 */ 23 23 24 $ownDir = realpath(dirname(__FILE__)) . '/';25 require_once $ownDir . 'SC_GraphBase.php';26 27 24 // 円グラフ生成クラス 28 class SC_Graph Pie extends SC_GraphBase{25 class SC_Graph_Pie extends SC_Graph_Base{ 29 26 var $cw; 30 27 var $ch; … … 36 33 37 34 // コンストラクタ 38 function SC_Graph Pie($bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = PIE_LEFT, $top = PIE_TOP) {39 parent::SC_Graph Base($bgw, $bgh, $left, $top);35 function SC_Graph_Pie($bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = PIE_LEFT, $top = PIE_TOP) { 36 parent::SC_Graph_Base($bgw, $bgh, $left, $top); 40 37 // サイズ設定 41 38 $this->setSize(PIE_WIDTH, PIE_HEIGHT, PIE_THICK);
Note: See TracChangeset
for help on using the changeset viewer.
