|
ultimix
|
Public Member Functions | |
| __construct () | |
| fill_graph_area (&$Graph, $GraphAreaColor) | |
| draw_grid ($Graph, $Color=0xeeeeee) | |
| draw_coordinates ($Graph, $X=0, $Y=0) | |
| prepare_graph_area (&$Graph) | |
Data Fields | |
| $GraphCore = false | |
| $Security = false | |
Working with graphs.
Definition at line 26 of file graph_utilities.php.
| __construct | ( | ) |
Constructor.
Definition at line 51 of file graph_utilities.php.
| draw_coordinates | ( | $Graph, | |
$X = 0, |
|||
$Y = 0 |
|||
| ) |
Function draws coordinate grid.
| $Graph | - Graph. |
| $X | - Start of the cordinates system. |
| $Y | - Start of the cordinates system. |
| Exception | - An exception of this type is thrown. |
Definition at line 425 of file graph_utilities.php.
| draw_grid | ( | $Graph, | |
$Color = 0xeeeeee |
|||
| ) |
Function draws grid.
| $Graph | - Graph. |
| $Color | - Grid color. |
| Exception | - An exception of this type is thrown. |
Definition at line 383 of file graph_utilities.php.
| fill_graph_area | ( | & | $Graph, |
| $GraphAreaColor | |||
| ) |
Function fills graph's client area.
| $Graph | - Graph. |
| $GraphAreaColor | - Hexadecimal representation of the color. |
| Exception | - An exception of this type is thrown. |
Definition at line 253 of file graph_utilities.php.
| prepare_graph_area | ( | & | $Graph | ) |
Component's view.
| Exception | An exception of this type is thrown. |
Definition at line 469 of file graph_utilities.php.
| $GraphCore = false |
Cached objects.
Definition at line 38 of file graph_utilities.php.
| $Security = false |
Definition at line 39 of file graph_utilities.php.