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

Class: Exports

Source Location: /exports/Exports.php

Class Overview

TeeBase
   |
   --Exports

Exports class


Author(s):

Version:

  • 1.0

Copyright:

  • (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>

Methods


Inherited Variables

Inherited Methods


Class Details

[line 16]
Exports class

Description:




Tags:

author:  
version:  1.0
copyright:  (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
link:  http://www.steema.com


[ Top ]


Class Methods


constructor Exports [line 38]

Exports Exports( $c)



Tags:

access:  public


Parameters:

   $c  

[ Top ]

method getData [line 47]

DataExport getData( )

Gets a class instance with methods to export chart Series data.



Tags:

access:  public


[ Top ]

method getImage [line 60]

ImageExport getImage( )

Gets a class instance with methods to create images from chart.



Tags:

access:  public


[ Top ]

method getTemplate [line 80]

TemplateExport getTemplate( )

Gets a class instance with methods to store the chart to a file or stream using Java standard serialization and XMLEncoder mechanisms.

Example:


  myChart.getExport().getTemplate().toXML(tmpName);
          showSavedFile(tmpName);
 




Tags:

access:  public


[ Top ]

method __get [line 24]

void __get( $property)



Overrides TeeBase::__get() (parent method not documented)

Parameters:

   $property  

[ Top ]

method __set [line 31]

void __set( $property, $value)



Overrides TeeBase::__set() (parent method not documented)

Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:05:15 +0200 by phpDocumentor 1.4.1