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

Class: ToolsCollection

Source Location: /tools/ToolsCollection.php

Class Overview

ArrayObject
   |
   --ToolsCollection

ToolsCollection class


Author(s):

Version:

  • 1.0

Copyright:

  • (c) 1995-2008 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 )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )

Class Details

[line 16]
ToolsCollection class

Description: Collection of Tool components




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 Variables

$chart =

[line 19]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor ToolsCollection [line 36]

ToolsCollection ToolsCollection( $c)



Tags:

access:  public


Parameters:

   $c  

[ Top ]

method add [line 48]

int add( tool $tool)

Adds a new tool to your TChart.

Returns the added tool instance.




Tags:

access:  public


Parameters:

tool   $tool   Tool

[ Top ]

method getTool [line 69]

void getTool( $index)



Tags:

access:  public


Parameters:

   $index  

[ Top ]

method indexOf [line 85]

int indexOf( s $s)

Returns the corresponding point index which has the specified Value.



Tags:

access:  public


Parameters:

s   $s   Tool

[ Top ]

method internalAdd [line 54]

void internalAdd( $tool)



Tags:

access:  public


Parameters:

   $tool  

[ Top ]

method remove [line 103]

void remove( s $s)

Removes a tool from the TChart.



Tags:

access:  public


Parameters:

s   $s   Tool

[ Top ]

method setChart [line 118]

void setChart( chart $chart)

Sets Chart interface to tools collection



Tags:

access:  public


Parameters:

chart   $chart   IBaseChart

[ Top ]

method setTool [line 74]

void setTool( $index, $value)



Tags:

access:  public


Parameters:

   $index  
   $value  

[ Top ]

method __get [line 22]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 29]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:09:03 +0200 by phpDocumentor 1.4.1