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

Class: JsToolsCollection

Source Location: /jstools/JsToolsCollection.php

Class Overview

ArrayObject
   |
   --JsToolsCollection

JsToolsCollection class


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

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

Variables

Methods


Inherited Constants

Class: ArrayObject (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

Inherited Methods

Class: ArrayObject (Internal Class)

constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
serialize ( )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
unserialize ( $serialized )

Class Details

[line 25]
JsToolsCollection class

Description: Collection of JsTool components




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 Variables

$chart =

[line 28]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor JsToolsCollection [line 45]

JsToolsCollection JsToolsCollection( $c)



Tags:

access:  public


Parameters:

   $c  

[ Top ]

destructor __destruct [line 51]

void __destruct( )



Tags:

access:  public


[ Top ]

method add [line 62]

int add( tool $jstool)

Adds a new jstool to your TChart.

Returns the added tool instance.




Tags:

access:  public


Parameters:

tool   $jstool   JsTool

[ Top ]

method getJsTool [line 84]

void getJsTool( $index)



Tags:

access:  public


Parameters:

   $index  

[ Top ]

method indexOf [line 100]

int indexOf( s $s)

Returns the corresponding point index which has the specified Value.



Tags:

access:  public


Parameters:

s   $s   JsTool

[ Top ]

method internalAdd [line 68]

void internalAdd( $jstool)



Tags:

access:  public


Parameters:

   $jstool  

[ Top ]

method remove [line 117]

void remove( s $s)

Removes a jstool from the TChart.



Tags:

access:  public


Parameters:

s   $s   JsTool

[ Top ]

method setChart [line 132]

void setChart( chart $chart)

Sets Chart interface to tools collection



Tags:

access:  public


Parameters:

chart   $chart   IBaseChart

[ Top ]

method setJsTool [line 89]

void setJsTool( $index, $value)



Tags:

access:  public


Parameters:

   $index  
   $value  

[ Top ]

method __get [line 31]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 38]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


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