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

Class: ToolAxis

Source Location: /tools/ToolAxis.php

Class Overview

TeeBase
   |
   --Tool
      |
      --ToolAxis

ToolAxis class


Author(s):

Version:

  • 1.0

Copyright:

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

Variables

Methods


Child classes:

ColorBand
ColorBand class
ColorLine
ColorLine class
GridBand
GridBand class

Inherited Variables

Inherited Methods

Class: Tool

Tool::Tool()
Tool::chartEvent()
Tool::getActive()
Enables/Disables the indexed Tool.
Default value: true
Tool::getBitmapEditor()
Returns the URL of the associated icon for a given Tool class.
This icon is used at Tools gallery listbox and Tools Editor dialog.
Tool::getDescription()
Gets descriptive text.
Tool::getFirstLastSeries()
Tool::getSummary()
Gets detailed descriptive text.
Tool::mouseEvent()
Tool::readResolve()
Tool::setActive()
Enables/Disables the indexed Tool.
Default value: true
Tool::setChart()
Tool::toString()
Tool::__get()
Tool::__set()

Class: TeeBase

TeeBase::__construct()
TeeBase::getChart()
Chart associated with this object.
TeeBase::invalidate()
Use invalidate when the entire canvas needs to be repainted.
TeeBase::setBooleanProperty()
TeeBase::setChart()
Chart associated with this object.
TeeBase::setColorProperty()
TeeBase::setDoubleProperty()
TeeBase::setIntegerProperty()
TeeBase::setStringProperty()
TeeBase::_setColorProperty()
TeeBase::__get()
TeeBase::__set()

Class Details

[line 16]
ToolAxis class

Description: Base abstract class for Tool components with an Axis method




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

$iAxis =

[line 19]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor ToolAxis [line 36]

ToolAxis ToolAxis( [ $c = null])



Tags:

access:  public


Parameters:

   $c  

[ Top ]

method getAxis [line 62]

Axis getAxis( )

The axis to which a Tool will belong.
Default value: null



Tags:

access:  public


[ Top ]

method getPen [line 46]

ChartPen getPen( )

Element Pen characteristics.



Tags:

access:  public


[ Top ]

method setAxis [line 73]

void setAxis( value $value)

Sets the axis to which a Tool will belong.
Default value: null



Tags:

access:  public


Overridden in child classes as:

ColorBand::setAxis()

Parameters:

value   $value   Axis

[ Top ]

method __get [line 22]

void __get( $property)



Overridden in child classes as:

ColorBand::__get()
ColorLine::__get()
GridBand::__get()

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

Parameters:

   $property  

[ Top ]

method __set [line 29]

void __set( $property, $value)



Overridden in child classes as:

ColorBand::__set()
ColorLine::__set()
GridBand::__set()

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

Parameters:

   $property  
   $value  

[ Top ]


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