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

Class: Exports

Source Location: /exports/Exports.php

Class Overview

TeeBase
   |
   --Exports

Exports class


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 25]
Exports class

Description:




Tags:

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


[ Top ]


Class Methods


constructor Exports [line 47]

Exports Exports( $c)



Tags:

access:  public


Parameters:

   $c  

[ Top ]

destructor __destruct [line 51]

void __destruct( )



Tags:

access:  public


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

[ Top ]

method getData [line 64]

DataExport getData( )

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



Tags:

access:  public


[ Top ]

method getImage [line 77]

ImageExport getImage( )

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



Tags:

access:  public


[ Top ]

method getTemplate [line 97]

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

void __get( $property)



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

Parameters:

   $property  

[ Top ]

method __set [line 40]

void __set( $property, $value)



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

Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Mon, 19 Aug 2013 13:42:23 +0200 by phpDocumentor 1.4.3