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

Class: Walls

Source Location: /Walls.php

Class Overview

TeeBase
   |
   --Walls

Walls class


Author(s):

Version:

  • 1.0

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 16]
Walls class

Description: Chart Walls. Accesses Wall and overall Wall display characteristics




Tags:

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


[ Top ]


Class Methods


constructor Walls [line 156]

Walls Walls( $c)



Tags:

access:  public


Parameters:

   $c  

[ Top ]

method calcWallSize [line 206]

int calcWallSize( a $a)

Calculates the Wall thickness of the specified Axis.



Tags:

access:  public


Parameters:

a   $a   Axis

[ Top ]

method getBack [line 86]

BackWall getBack( )

Defines the pen and brush used to fill the back chart side.


Available IWall properties are Brush, Color, Dark3D, Gradient, Pen, Size and Transparent.
tChart.Aspect.View3D and tChart.Walls.Visible should be true to use tChart.Walls.Back, tChart.Walls.Bottom, tChart.Walls.Left and tChart.Walls.Right.




Tags:

access:  public


[ Top ]

method getBottom [line 104]

BottomWall getBottom( )

Defines the pen and brush used to fill the bottom chart side.


Available IWall properties are Brush, Color, Dark3D, Gradient, Pen, Size and Transparent.
tChart.Aspect.View3D and tChart.Walls.Visible should be true to use tChart.Walls.Back, tChart.Walls.Bottom, tChart.Walls.Left and tChart.Walls.Right.




Tags:

access:  public


[ Top ]

method getLeft [line 50]

LeftWall getLeft( )

Defines the Pen and Brush used to fill the left chart side.


Available IWall properties are Brush, Color, Dark3D, Gradient, Pen, Size and Transparent.
tChart.Aspect.View3D and tChart.Walls.Visible should be true to use tChart.Walls.Back, tChart.Walls.Bottom, tChart.Walls.Left and tChart.Walls.Right.




Tags:

access:  public


[ Top ]

method getRight [line 68]

RightWall getRight( )

Defines the pen and brush used to fill the right chart side.


Available IWall properties are Brush, Color, Dark3D, Gradient, Pen, Size and Transparent.
tChart.Aspect.View3D and tChart.Walls.Visible should be true to use tChart.Walls.Back, tChart.Walls.Bottom, tChart.Walls.Left and tChart.Walls.Right.




Tags:

access:  public


[ Top ]

method getView3D [line 142]

boolean getView3D( )

Shows all Chart walls in 3D.
Default value: true



Tags:

access:  public


[ Top ]

method getVisible [line 122]

boolean getVisible( )

Shows / Hides all Chart walls.


Visible draws Left and Bottom "walls" to simulate 3D effect.
You can control the 3D Wall proportion by using Chart.Aspect.Chart3DPercent.
Chart.Aspect.View3D controls (on/off) Walls.Visible.
Default value: true




Tags:

access:  public


[ Top ]

method paint [line 171]

void paint( g $g, r $r)

Paints walls at rectangle r.



Tags:

access:  public


Parameters:

g   $g   IGraphics3D
r   $r   Rectangle

[ Top ]

method setBack [line 90]

void setBack( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setBottom [line 108]

void setBottom( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setChart [line 225]

void setChart( $value)



Tags:

access:  public


Overrides TeeBase::setChart() (Chart associated with this object.)

Parameters:

   $value  

[ Top ]

method setLeft [line 54]

void setLeft( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setRight [line 72]

void setRight( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSize [line 218]

void setSize( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setView3D [line 152]

void setView3D( value $value)

Shows all Chart walls in 3D when true.
Default value: true



Tags:

access:  public


Parameters:

value   $value   boolean

[ Top ]

method setVisible [line 132]

void setVisible( value $value)

Shows / Hides all Chart walls.
Default value: true



Tags:

access:  public


Parameters:

value   $value   boolean

[ Top ]

method __get [line 26]

void __get( $property)



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

Parameters:

   $property  

[ Top ]

method __set [line 33]

void __set( $property, $value)



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

Parameters:

   $property  
   $value  

[ Top ]


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