Class: Smith
Source Location: /styles/Smith.php
TeeBase
|
--Series
|
--Circular
|
--Smith
Smith class
Author(s):
Version:
Copyright:
- Copyright (c) 1995-2013 by Steema Software SL. All Rights Reserved. <info@steema.com>
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Methods
constructor Smith [line 34]
Smith Smith(
[
$c = null])
|
|
Tags:
Parameters:
destructor __destruct [line 46]
method addSampleValues [line 114]
method calcXPos [line 377]
int calcXPos(
valueIndex
$valueIndex)
|
|
The pixel Screen Horizontal coordinate of the ValueIndex Series value. This coordinate is calculated using the Series associated Horizontal Axis.
Tags:
Overrides Series::calcXPos() (The pixel Screen Horizontal coordinate of the ValueIndex Series value. This coordinate is calculated using the Series associated Horizontal Axis.)
Parameters:
method calcYPos [line 390]
int calcYPos(
valueIndex
$valueIndex)
|
|
The pixel Screen Vertical coordinate of the ValueIndex Series value. This coordinate is calculated using the Series associated Vertical Axis.
Tags:
Overrides Series::calcYPos() (The pixel Screen Vertical coordinate of the ValueIndex Series value. This coordinate is calculated using the Series associated Vertical Axis.)
Parameters:
method clicked [line 402]
The ValueIndex of the "clicked" point in the Series.
Tags:
Overrides Series::clicked() (Returns the ValueIndex of the "clicked" point in the Series. Clicked means the X and Y coordinates are in the point screen region bounds. If no point is "touched", Clicked returns -1)
Parameters:
method doBeforeDrawValues [line 256]
method draw [line 300]
method drawValue [line 319]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overrides Series::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method getBrush [line 110]
Defines Brush to fill Chart.
Tags:
method getCCirclePen [line 130]
Defines Pen to draw CCircles of the Smith Series. xCircle (reactance circle) pen. Read CCirclePen to obtain the TChartPen object that represents the color and style of the CCircles of the Smith Series. Use CCirclePen to change the color or style.
Tags:
method getCirclePen [line 156]
Defines Pen to draw external Circle of the Smith Series. Resistance = 0 rCircle pen (biggest circle). Read CirclePen to obtain the Pen object that represents the color and style of the external circle of the Smith Series. Use CirclePen to change the color or style.
Tags:
method getCLabels [line 171]
When set to true, constant reactance labels are shown.
Tags:
method getCLabelsFont [line 463]
xCircle labels font.
Tags:
method getDescription [line 602]
method getImagSymbol [line 89]
Specifies the text used to display together with axis labels around a Smith circle series. Default value: ImagSymbol is a lowercase "i" letter.
Tags:
method getPen [line 63]
Defines pen to draw SmithSeries Chart.
Tags:
method getPointer [line 75]
Defines pen to draw SmithSeries Chart.
Tags:
method getRCirclePen [line 143]
Defines Pen to draw RCircles of the Smith Series. rCircle (resistance circle) pen. Read RCirclePen to obtain the Pen object that represents the color and style of the RCircles of the Smith Series. Use RCirclePen to change the color or style.
Tags:
method getRLabels [line 191]
When set to true constant resistance labels are shown.
Tags:
method getRLabelsFont [line 472]
rCircle labels font.
Tags:
method prepareForGallery [line 349]
method setChart [line 359]
method setCLabels [line 181]
void setCLabels(
value
$value)
|
|
When set to true, constant reactance labels are shown.
Tags:
Parameters:
method setImagSymbol [line 101]
void setImagSymbol(
value
$value)
|
|
Specifies the text used to display together with axis labels around a Smith circle series. Default value: ImagSymbol is a lowercase "i" letter.
Tags:
Parameters:
method setRLabels [line 201]
void setRLabels(
value
$value)
|
|
When set to true constant resistance labels are shown.
Tags:
Parameters:
|
|