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

Class: DMultipleDotChart

Source Location: /Files/Pictures/Charts/DMultipleDotChart.php

Class Overview

DObject
   |
   --DBaseChart
      |
      --DDotChart
         |
         --DMultipleDotChart

Multiple Dot Chart class


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DDotChart

DDotChart::__construct()
Class Constructor
DDotChart::chart()
Charts
DDotChart::setDotColorRGBA()
Sets color of the dots
DDotChart::setDotColorTextRGBA()
Sets color of the texts
DDotChart::setValues()
Sets values array and launches the analyze method
DDotChart::_analyze()
Analyzes values and geneartes grid steps
DDotChart::_getBottom()
Gets bottom y

Class: DBaseChart

DBaseChart::__construct()
Class constructor
DBaseChart::chart()
Charts
DBaseChart::getLayout()
Gets the layout image as raw data
DBaseChart::init()
Inits the chart with width and height
DBaseChart::makeLayout()
Fills the base with color and draws the grid
DBaseChart::setBaseColorRGBA()
Sets base color
DBaseChart::setGridColorRGBA()
Sets grid color

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 16]
Multiple Dot Chart class



[ Top ]


Class Methods


constructor __construct [line 31]

DDotChart __construct( )

Class Constructor



Tags:

access:  public


Overrides DDotChart::__construct() (Class Constructor)

[ Top ]

method chart [line 94]

void chart( )

Charts



Tags:

access:  public


Overrides DDotChart::chart() (Charts)

[ Top ]

method setColorScheme [line 42]

void setColorScheme( array $data)

Sets color scheme data



Tags:

access:  public


Parameters:

array   $data  

[ Top ]

method _analyze [line 69]

void _analyze( )

Analyzes values and geneartes grid steps



Tags:

access:  protected


Overrides DDotChart::_analyze() (Analyzes values and geneartes grid steps)

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:08:11 +0300 by phpDocumentor 1.4.3