/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/jpgraph.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-07 08:54:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090207085417-b088uxuvcz49ezqy
Massive rewrite of DRAW (unfinished): multiple groups and axis

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
include($JPGRAPH_PATH . "/jpgraph.php");
 
3
include($JPGRAPH_PATH . "/jpgraph_line.php");
 
4
include($JPGRAPH_PATH . "/jpgraph_date.php");
 
5
include($JPGRAPH_PATH . "/jpgraph_canvas.php");
 
6
include($JPGRAPH_PATH . "/jpgraph_canvtools.php");
 
7
 
 
8
 
 
9
class JpGraphErrObjectADEIException extends JpGraphErrObject {
 
10
    function Raise($aMsg,$aHalt=true) {
 
11
        throw new ADEIException($aMsg);
 
12
    }
 
13
}
 
14
 
 
15
 
 
16
JpGraphError::Install("JpGraphErrObjectADEIException");
 
17
 
 
18
?>
 
 
b'\\ No newline at end of file'