Class SC_GraphLine

Description

SC_Graph共通クラス.

  • author: LOCKON CO.,LTD.
  • version: $Id: SC_GraphBase.php 16741 2007-11-08 00:43:24Z adachi $

Located in /class/graph/SC_GraphLine.php (line 27)

SC_GraphBase
   |
   --SC_GraphLine
Direct descendents
Class Description
SC_GraphBar SC_Graph共通クラス.
Variable Summary
mixed $area_height
mixed $area_width
mixed $arrDataList
mixed $arrXLabel
mixed $graph_max
mixed $line_max
mixed $XLabelAngle
mixed $XTitle
mixed $x_margin
mixed $ygrid_on
mixed $YTitle
mixed $y_margin
Method Summary
SC_GraphLine SC_GraphLine ([ $bgw = BG_WIDTH], [ $bgh = BG_HEIGHT], [ $left = LINE_LEFT], [ $top = LINE_TOP], [ $area_width = LINE_AREA_WIDTH], [ $area_height = LINE_AREA_HEIGHT])
void drawGraph ()
void drawLabel ( $line_no)
void drawLine ( $line_no)
void drawMark ( $line_no)
void drawXLine ([ $bar = false])
void drawXTitle ()
void drawYLine ()
void drawYTitle ()
void setData ( $arrData)
void setMark ( $line_no,  $left,  $top, [ $size = LINE_MARK_SIZE])
void setMax ( $arrData)
void setXLabel ( $arrXLabel)
void setXLabelAngle ( $Angle)
void setXTitle ( $title)
void setYGridOn ( $ygrid_on)
void setYScale ()
void setYTitle ( $title)
Variables
Methods
Constructor SC_GraphLine (line 44)
SC_GraphLine SC_GraphLine ([ $bgw = BG_WIDTH], [ $bgh = BG_HEIGHT], [ $left = LINE_LEFT], [ $top = LINE_TOP], [ $area_width = LINE_AREA_WIDTH], [ $area_height = LINE_AREA_HEIGHT])
  • $bgw
  • $bgh
  • $left
  • $top
  • $area_width
  • $area_height

Redefined in descendants as:
drawGraph (line 206)
void drawGraph ()

Redefined in descendants as:
drawLabel (line 258)
void drawLabel ( $line_no)
  • $line_no

Redefined in descendants as:
drawLine (line 231)
void drawLine ( $line_no)
  • $line_no
drawMark (line 247)
void drawMark ( $line_no)
  • $line_no
drawXLine (line 111)
void drawXLine ([ $bar = false])
  • $bar
drawXTitle (line 75)
void drawXTitle ()
drawYLine (line 86)
void drawYLine ()
drawYTitle (line 64)
void drawYTitle ()
setData (line 273)
void setData ( $arrData)
  • $arrData
setMark (line 159)
void setMark ( $line_no,  $left,  $top, [ $size = LINE_MARK_SIZE])
  • $line_no
  • $left
  • $top
  • $size
setMax (line 190)
void setMax ( $arrData)
  • $arrData
setXLabel (line 294)
void setXLabel ( $arrXLabel)
  • $arrXLabel
setXLabelAngle (line 59)
void setXLabelAngle ( $Angle)
  • $Angle
setXTitle (line 299)
void setXTitle ( $title)
  • $title
setYGridOn (line 154)
void setYGridOn ( $ygrid_on)
  • $ygrid_on
setYScale (line 174)
void setYScale ()
setYTitle (line 304)
void setYTitle ( $title)
  • $title

Inherited Methods

Inherited From SC_GraphBase

SC_GraphBase::SC_GraphBase()
SC_GraphBase::debugPrint()
SC_GraphBase::drawClabelBG()
SC_GraphBase::drawLegend()
SC_GraphBase::drawTitle()
SC_GraphBase::getTextWidth()
SC_GraphBase::init()
SC_GraphBase::lfGetArcPos()
SC_GraphBase::lfGetImageColor()
SC_GraphBase::lfGetImageDarkColor()
SC_GraphBase::lfImageText()
SC_GraphBase::outputGraph()
SC_GraphBase::resampled()
SC_GraphBase::setColorList()
SC_GraphBase::setLegend()
SC_GraphBase::setShadeOn()
SC_GraphBase::setText()

Documentation generated on Tue, 28 Apr 2009 18:13:22 +0900 by phpDocumentor 1.4.2