constructor __construct [line 47]
method assign [line 512]
Assign all properties from a shape to another.
Tags:
Overridden in child classes as:
- TextShape::assign()
- Assign all properties from a TextShape to another.
Parameters:
method getBevel [line 190]
Sets the bevel characteristics of the Shape.
Tags:
method getBevelInner [line 92]
Obsolete.&ndsp;Please use Bevel.<!-- -->Inner.
Tags:
method getBevelOuter [line 134]
Obsolete. Please use Bevel.<!-- -->Outer
Tags:
method getBevelWidth [line 115]
Obsolete. Please use Bevel.<!-- -->Width
Tags:
method getBorderRound [line 241]
Rounds the Borders of the Chart Shapes.
Tags:
method getBottom [line 469]
Shape rectangle bottom co-ordinate.
Tags:
method getBrush [line 222]
Defines the kind of brush used to fill shape background.
Tags:
method getColor [line 322]
Defines the shape Color.
Tags:
Overridden in child classes as:
- LeftWall::getColor()
- The color used to fill the LeftWall background.
Default value: LIGHT_YELLOW
method getGradient [line 344]
Calls the Gradient characteristics for the shape.
Tags:
method getHeight [line 486]
method getImage [line 265]
Rendered Image for Shape background.
Default value: null
Tags:
method getImageBevel [line 179]
ImageBevel getImageBevel(
)
|
|
Sets the bevel characteristics of the Shape.
Tags:
method getImageMode [line 290]
ImageMode for rendered Shape background Image.
Default value: ImageMode::$Stretch
Tags:
method getImageTransparent [line 309]
boolean getImageTransparent(
)
|
|
Sets the shape image to transparent.
Tags:
method getLeft [line 411]
Shape rectangle left co-ordinate.
Tags:
method getPen [line 392]
Specifies the pen used to draw the shape.
Tags:
method getRight [line 448]
Shape rectangle right co-ordinate.
Tags:
method getShadow [line 210]
Defines the shape's Shadow characteristics.
Tags:
method getShapeBorders [line 61]
shapeBorders getShapeBorders(
)
|
|
Defines the Shape Borders.
Tags:
method getShapeBounds [line 70]
Defines the boundaries of the Shape.
Tags:
method getTop [line 429]
Shape rectangle top co-ordinate.
Tags:
method getTransparency [line 592]
The Transparency level from 0 to 100% of shape.
Transparency is a value between 0 and 100 which sets the transparency percentage with respect to foreground versus background.
Default value: 0
Tags:
method getTransparent [line 374]
boolean getTransparent(
)
|
|
Enables/disables transparency of shape.
See transparency, which sets percentage transparency when Transparent is true.
Tags:
method getVisible [line 353]
method getWidth [line 497]
method paint [line 535]
method setBevel [line 201]
Internal use - serialization
Tags:
Parameters:
method setBevelInner [line 106]
void setBevelInner(
value
$value)
|
|
Defines the inner bevel type of the TChart Panel border.
Available types:
None
Lowered
Raised
Tags:
Parameters:
method setBevelOuter [line 148]
void setBevelOuter(
value
$value)
|
|
Defines the outer bevel type of the TChart Panel border.
Available types:
None
Lowered
Raised
Tags:
Parameters:
method setBevelWidth [line 124]
void setBevelWidth(
value
$value)
|
|
Obsolete. Please use Bevel.<!-- -->Width
Tags:
Parameters:
method setBorderRound [line 250]
void setBorderRound(
value
$value)
|
|
Rounds the Borders of the Chart Shapes.
Tags:
Parameters:
method setBottom [line 478]
void setBottom(
value
$value)
|
|
Shape rectangle bottom co-ordinate.
Tags:
Parameters:
method setBrush [line 232]
Internal use - serialization
Tags:
Parameters:
method setChart [line 157]
method setColor [line 326]
Tags:
Overridden in child classes as:
- LeftWall::setColor()
- Specifies the color used to fill the LeftWall background.
Default value: LIGHT_YELLOW
Parameters:
method setDefaultVisible [line 269]
void setDefaultVisible(
$value)
|
|
Tags:
Parameters:
method setHeight [line 491]
method setImage [line 280]
void setImage(
value
$value)
|
|
Sets Rendered Image for Shape background.
Default value: null
Tags:
Parameters:
method setImageMode [line 300]
void setImageMode(
value
$value)
|
|
Sets the ImageMode for rendered Shape background Image.
Default value: ImageMode.Stretch
Tags:
Parameters:
method setImageTransparent [line 313]
void setImageTransparent(
$value)
|
|
Tags:
Parameters:
method setLeft [line 419]
Shape rectangle left co-ordinate.
Tags:
Parameters:
method setPen [line 402]
Internal use - serialization
Tags:
Parameters:
method setRight [line 457]
void setRight(
value
$value)
|
|
Shape rectangle right co-ordinate.
Tags:
Parameters:
method setShapeBounds [line 79]
void setShapeBounds(
value
$value)
|
|
Defines the boundaries of the Shape.
Tags:
Parameters:
method setTop [line 438]
void setTop(
value
$value)
|
|
Shape rectangle top co-ordinate.
Tags:
Parameters:
method setTransparency [line 602]
void setTransparency(
value
$value)
|
|
Sets Transparency level from 0 to 100% of shape.
Default value: 0
Tags:
Parameters:
method setTransparent [line 383]
void setTransparent(
value
$value)
|
|
Enables/disables transparency of shape.
Tags:
Overridden in child classes as:
- TeePanel::setTransparent()
Parameters:
method setVisible [line 362]
method setWidth [line 502]
method _setColor [line 335]
void _setColor(
value
$value)
|
|
Defines the shape Color.
Tags:
Parameters:
method __get [line 30]
method __set [line 37]