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 20764 2011-03-22 06:26:40Z nanasess $

Variables

Methods


Child classes:

SC_GraphBar
SC_Graph共通クラス.

Inherited Variables

Inherited Methods


Class Details

[line 28]
SC_Graph共通クラス.



Tags:

author:  LOCKON CO.,LTD.
version:  $Id: SC_GraphBase.php 20764 2011-03-22 06:26:40Z nanasess $


[ Top ]


Class Variables

$area_height =

[line 30]


Type:   mixed


[ Top ]

$area_width =

[line 29]


Type:   mixed


[ Top ]

$arrDataList =

[line 37]


Type:   mixed


[ Top ]

$arrPointList =

[line 38]


Type:   mixed


[ Top ]

$arrXLabel =

[line 33]


Type:   mixed


[ Top ]

$graph_max =

[line 32]


Type:   mixed


[ Top ]

$line_max =

[line 39]


Type:   mixed


[ Top ]

$XLabelAngle =

[line 34]


Type:   mixed


[ Top ]

$XTitle =

[line 35]


Type:   mixed


[ Top ]

$x_margin =

[line 41]


Type:   mixed


[ Top ]

$ygrid_on =

[line 31]


Type:   mixed


[ Top ]

$YTitle =

[line 36]


Type:   mixed


[ Top ]

$y_margin =

[line 42]


Type:   mixed


[ Top ]



Class Methods


constructor SC_GraphLine [line 45]

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 207]

void drawGraph( )



Overridden in child classes as:

SC_GraphBar::drawGraph()

[ Top ]

method drawLabel [line 259]

void drawLabel( $line_no)



Overridden in child classes as:

SC_GraphBar::drawLabel()

Parameters:

   $line_no  

[ Top ]

method drawLine [line 232]

void drawLine( $line_no)



Parameters:

   $line_no  

[ Top ]

method drawMark [line 248]

void drawMark( $line_no)



Parameters:

   $line_no  

[ Top ]

method drawXLine [line 112]

void drawXLine( [ $bar = false])



Parameters:

   $bar  

[ Top ]

method drawXTitle [line 76]

void drawXTitle( )



[ Top ]

method drawYLine [line 87]

void drawYLine( )



[ Top ]

method drawYTitle [line 65]

void drawYTitle( )



[ Top ]

method setData [line 274]

void setData( $arrData)



Parameters:

   $arrData  

[ Top ]

method setMark [line 160]

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



Parameters:

   $line_no  
   $left  
   $top  
   $size  

[ Top ]

method setMax [line 191]

void setMax( $arrData)



Parameters:

   $arrData  

[ Top ]

method setXLabel [line 295]

void setXLabel( $arrXLabel)



Parameters:

   $arrXLabel  

[ Top ]

method setXLabelAngle [line 60]

void setXLabelAngle( $Angle)



Parameters:

   $Angle  

[ Top ]

method setXTitle [line 300]

void setXTitle( $title)



Parameters:

   $title  

[ Top ]

method setYGridOn [line 155]

void setYGridOn( $ygrid_on)



Parameters:

   $ygrid_on  

[ Top ]

method setYScale [line 175]

void setYScale( )



[ Top ]

method setYTitle [line 305]

void setYTitle( $title)



Parameters:

   $title  

[ Top ]


Documentation generated on Fri, 24 Feb 2012 14:02:37 +0900 by Seasoft