linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awMathFunction

Source Location: /class/system/artichow/php5/MathPlot.class.php

Class Overview


A mathematic function


Implements interfaces:

Variables

Methods



Class Details

[line 18]
A mathematic function



[ Top ]


Class Variables

$color =

[line 60]

Line color



Tags:

access:  protected

Type:   Color


[ Top ]

$f =

[line 39]

Callback function



Tags:

access:  public

Type:   string


[ Top ]

$fromX =

[line 46]

Start the drawing from this value



Tags:

access:  public

Type:   float


[ Top ]

$line =

[line 25]

Function line



Tags:

access:  public

Type:   Line


[ Top ]

$mark =

[line 32]

Marks for your plot



Tags:

access:  public

Type:   Mark


[ Top ]

$toX =

[line 53]

Stop the drawing at this value



Tags:

access:  public

Type:   float


[ Top ]



Class Methods


constructor __construct [line 69]

awMathFunction __construct( string $f, [float $fromX = NULL], [float $toX = NULL])

Construct the function



Tags:

access:  public


Parameters:

string   $f   Callback function
float   $fromX  
float   $toX  

[ Top ]

method getColor [line 95]

Color getColor( )

Get line color



Tags:

access:  public


[ Top ]

method getLegendBackground [line 104]

Color, getLegendBackground( )

Get the background color or gradient of an element of the component



Tags:

return:  Gradient
access:  public



Implementation of:
awLegendable::getLegendBackground()
Get the background color or gradient of an element of the component
[ Top ]

method getLegendLineColor [line 130]

NULL getLegendLineColor( )

Get the color of line



Tags:

access:  public



Implementation of:
awLegendable::getLegendLineColor()
Get the color of line
[ Top ]

method getLegendLineStyle [line 121]

NULL getLegendLineStyle( )

Get the line type



Tags:

access:  public



Implementation of:
awLegendable::getLegendLineStyle()
Get the line type
[ Top ]

method getLegendLineThickness [line 112]

NULL getLegendLineThickness( )

Get the line thickness



Tags:

access:  public



Implementation of:
awLegendable::getLegendLineThickness()
Get the line thickness
[ Top ]

method getLegendMark [line 139]

NULL getLegendMark( )

Get a mark object



Tags:

access:  public



Implementation of:
awLegendable::getLegendMark()
Get a Mark object
[ Top ]

method setColor [line 86]

void setColor( awColor $color)

Change line color



Tags:

access:  public


Parameters:

awColor   $color   A new awcolor

[ Top ]


Documentation generated on Thu, 03 May 2012 15:06:15 +0200 by phpDocumentor 1.4.1