Graph
[ class tree: Graph ] [ index: Graph ] [ all elements ]

Class: SC_GraphLine

Source Location: /graph/SC_GraphLine.php

Class Overview

SC_GraphBase
   |
   --SC_GraphLine

SC_Graph共通クラス.


Author(s):

  • LOCKON CO.,LTD.

Version:

  • $Id: SC_GraphBase.php 18734 2010-06-22 08:45:33Z nanasess $

Variables

Methods


Child classes:

SC_GraphBar
SC_Graph共通クラス.

Inherited Variables

Inherited Methods


Class Details

[line 27]
SC_Graph共通クラス.



Tags:

author:  LOCKON CO.,LTD.
version:  $Id: SC_GraphBase.php 18734 2010-06-22 08:45:33Z nanasess $


[ Top ]


Class Variables

$area_height =

[line 29]


Type:   mixed


[ Top ]

$area_width =

[line 28]


Type:   mixed


[ Top ]

$arrDataList =

[line 36]


Type:   mixed


[ Top ]

$arrPointList =

[line 37]


Type:   mixed


[ Top ]

$arrXLabel =

[line 32]


Type:   mixed


[ Top ]

$graph_max =

[line 31]


Type:   mixed


[ Top ]

$line_max =

[line 38]


Type:   mixed


[ Top ]

$XLabelAngle =

[line 33]


Type:   mixed


[ Top ]

$XTitle =

[line 34]


Type:   mixed


[ Top ]

$x_margin =

[line 40]


Type:   mixed


[ Top ]

$ygrid_on =

[line 30]


Type:   mixed


[ Top ]

$YTitle =

[line 35]


Type:   mixed


[ Top ]

$y_margin =

[line 41]


Type:   mixed


[ Top ]



Class 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])



Overridden in child classes as:

SC_GraphBar::SC_GraphLine()

Parameters:

   $bgw  
   $bgh  
   $left  
   $top  
   $area_width  
   $area_height  

[ Top ]

method drawGraph [line 206]

void drawGraph( )



Overridden in child classes as:

SC_GraphBar::drawGraph()

[ Top ]

method drawLabel [line 258]

void drawLabel( $line_no)



Overridden in child classes as:

SC_GraphBar::drawLabel()

Parameters:

   $line_no  

[ Top ]

method drawLine [line 231]

void drawLine( $line_no)



Parameters:

   $line_no  

[ Top ]

method drawMark [line 247]

void drawMark( $line_no)



Parameters:

   $line_no  

[ Top ]

method drawXLine [line 111]

void drawXLine( [ $bar = false])



Parameters:

   $bar  

[ Top ]

method drawXTitle [line 75]

void drawXTitle( )



[ Top ]

method drawYLine [line 86]

void drawYLine( )



[ Top ]

method drawYTitle [line 64]

void drawYTitle( )



[ Top ]

method setData [line 273]

void setData( $arrData)



Parameters:

   $arrData  

[ Top ]

method setMark [line 159]

void setMark( $line_no, $left, $top, [ $size = LINE_MARK_SIZE])



Parameters:

   $line_no  
   $left  
   $top  
   $size  

[ Top ]

method setMax [line 190]

void setMax( $arrData)



Parameters:

   $arrData  

[ Top ]

method setXLabel [line 294]

void setXLabel( $arrXLabel)



Parameters:

   $arrXLabel  

[ Top ]

method setXLabelAngle [line 59]

void setXLabelAngle( $Angle)



Parameters:

   $Angle  

[ Top ]

method setXTitle [line 299]

void setXTitle( $title)



Parameters:

   $title  

[ Top ]

method setYGridOn [line 154]

void setYGridOn( $ygrid_on)



Parameters:

   $ygrid_on  

[ Top ]

method setYScale [line 174]

void setYScale( )



[ Top ]

method setYTitle [line 304]

void setYTitle( $title)



Parameters:

   $title  

[ Top ]


Documentation generated on Fri, 24 Feb 2012 14:00:09 +0900 by Seasoft