constructor Shadow [line 56]
Shadow Shadow(
c
$c, [size
$size = -1], [color
$color = null])
|
|
Shadow constructor, defines initial size and color
Tags:
Parameters:
destructor __destruct [line 77]
method assign [line 96]
void assign(
value
$value)
|
|
Assigns characteristics of Shadow '$value'.
Copies all properties from Source Shadow to Self.
Tags:
Parameters:
method draw [line 338]
void draw(
g
$g, rect
$rect, [angle
$angle = 0], [aZ
$aZ = 0])
|
|
Draws a shadow around the Rect rectangle parameter.
Uses the Height, Width and Transparency properties to draw the shadow.
Tags:
Parameters:
method getBrush [line 257]
Defines the Brush characteristics to fill the shadow.
Tags:
method getColor [line 108]
Defines the shadow Color. Gets or sets Color used to fill shadow.
Tags:
method getHeight [line 161]
The vertical displacement of the shadow in pixels.
Tags:
method getHorizSize [line 189]
Obsolete. Please use Width property.
Tags:
method getSize [line 269]
Size in pixels of shadow.
Returns the biggest of the HorizSize and VertSize properties.
When setting Size, it will set both HorizSize and VertSize to the same $value.
Tags:
method getTransparency [line 143]
The Transparency level from 0 to 100% of shadow.
Transparency is a $value between 0 and 100 which sets the transparency percentage with respect to foreground versus background for the shadow.
Tags:
method getVertSize [line 207]
Obsolete. Please use Height property.
Tags:
method getVisible [line 304]
Determines whether the shadow will appear on screen.
Tags:
method getWidth [line 229]
The horizontal shadow size in pixels.
Tags:
method setChart [line 368]
method setColor [line 117]
void setColor(
value
$value)
|
|
Defines the shadow Color. Gets or sets Color used to fill shadow.
Tags:
Parameters:
method setDefaultSize [line 121]
void setDefaultSize(
$value)
|
|
Tags:
Parameters:
method setDefaultVisible [line 127]
void setDefaultVisible(
$value)
|
|
Tags:
Parameters:
method setHeight [line 180]
void setHeight(
value
$value)
|
|
Sets the vertical displacement of the shadow in pixels.
Example:
pieSeries = new com.steema.teechart.styles.Pie(myChart.getChart());
pieSeries.getMarks().setVisible(true);
pieSeries.getShadow().setVisible(true);
pieSeries.getShadow().setWidth(30);
pieSeries.getShadow().setHeight(50);
pieSeries.getShadow().setColor(Color.SILVER);
pieSeries.fillSampleValues(9);
Tags:
Parameters:
method setHorizSize [line 198]
void setHorizSize(
$value
$value)
|
|
Obsolete. Please use Width property.
Tags:
Parameters:
method setSize [line 278]
void setSize(
$value
$value)
|
|
Sets both horizontal and vertical shadow size to same $value.
Tags:
Parameters:
method setTransparency [line 152]
void setTransparency(
$value
$value)
|
|
Sets Transparency level from 0 to 100% of shadow.
Tags:
Parameters:
method setVertSize [line 216]
void setVertSize(
$value
$value)
|
|
Obsolete. Please use Height property.
Tags:
Parameters:
method setVisible [line 313]
void setVisible(
$value
$value)
|
|
Determines whether the shadow will appear on screen.
Tags:
Parameters:
method setWidth [line 248]
void setWidth(
value
$value)
|
|
Sets the horizontal shadow size in pixels.
Example:
pieSeries = new com.steema.teechart.styles.Pie(myChart.getChart());
pieSeries.getMarks().setVisible(true);
pieSeries.getShadow().setVisible(true);
pieSeries.getShadow().setWidth(30);
pieSeries.getShadow().setHeight(50);
pieSeries.getShadow().setColor(Color.SILVER);
pieSeries.fillSampleValues(9);
Tags:
Parameters:
method shouldSerializeHeight [line 132]
void shouldSerializeHeight(
)
|
|
Tags:
method shouldSerializeVisible [line 295]
void shouldSerializeVisible(
$value
0)
|
|
Size in pixels of shadow.
Tags:
Parameters:
method shouldSerializeWidth [line 220]
void shouldSerializeWidth(
)
|
|
Tags:
method _draw [line 325]
void _draw(
g
$g, rect
$rect)
|
|
Draws a shadow around the Rect rectangle parameter, using the ACanvas canvas.
Uses the Height, Width and Transparency properties to draw the shadow.
Tags:
Parameters:
method __get [line 35]
method __set [line 42]
void __set(
$property,
$value)
|
|
Overrides
TeeBase::__set() (parent method not documented)
Parameters: