constructor __construct [line 47]
method assign [line 513]
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 191]
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 242]
Rounds the Borders of the Chart Shapes.
Tags:
method getBottom [line 470]
Shape rectangle bottom co-ordinate.
Tags:
method getBrush [line 223]
Defines the kind of brush used to fill shape background.
Tags:
method getColor [line 323]
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 345]
Calls the Gradient characteristics for the shape.
Tags:
method getHeight [line 487]
method getImage [line 266]
Rendered Image for Shape background.
Default value: null
Tags:
method getImageBevel [line 180]
ImageBevel getImageBevel(
)
|
|
Sets the bevel characteristics of the Shape.
Tags:
method getImageMode [line 291]
ImageMode for rendered Shape background Image.
Default value: ImageMode::$Stretch
Tags:
method getImageTransparent [line 310]
boolean getImageTransparent(
)
|
|
Sets the shape image to transparent.
Tags:
method getLeft [line 412]
Shape rectangle left co-ordinate.
Tags:
method getPen [line 393]
Specifies the pen used to draw the shape.
Tags:
method getRight [line 449]
Shape rectangle right co-ordinate.
Tags:
method getShadow [line 211]
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 430]
Shape rectangle top co-ordinate.
Tags:
method getTransparency [line 578]
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 375]
boolean getTransparent(
)
|
|
Enables/disables transparency of shape.
See transparency, which sets percentage transparency when Transparent is true.
Tags:
method getVisible [line 354]
method getWidth [line 498]
method paint [line 536]
method setBevel [line 202]
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 251]
void setBorderRound(
value
$value)
|
|
Rounds the Borders of the Chart Shapes.
Tags:
Parameters:
method setBottom [line 479]
void setBottom(
value
$value)
|
|
Shape rectangle bottom co-ordinate.
Tags:
Parameters:
method setBrush [line 233]
Internal use - serialization
Tags:
Parameters:
method setChart [line 157]
method setColor [line 327]
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 270]
void setDefaultVisible(
$value)
|
|
Tags:
Parameters:
method setHeight [line 492]
method setImage [line 281]
void setImage(
value
$value)
|
|
Sets Rendered Image for Shape background.
Default value: null
Tags:
Parameters:
method setImageMode [line 301]
void setImageMode(
value
$value)
|
|
Sets the ImageMode for rendered Shape background Image.
Default value: ImageMode.Stretch
Tags:
Parameters:
method setImageTransparent [line 314]
void setImageTransparent(
$value)
|
|
Tags:
Parameters:
method setLeft [line 420]
Shape rectangle left co-ordinate.
Tags:
Parameters:
method setPen [line 403]
Internal use - serialization
Tags:
Parameters:
method setRight [line 458]
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 439]
void setTop(
value
$value)
|
|
Shape rectangle top co-ordinate.
Tags:
Parameters:
method setTransparency [line 588]
void setTransparency(
value
$value)
|
|
Sets Transparency level from 0 to 100% of shape.
Default value: 0
Tags:
Parameters:
method setTransparent [line 384]
void setTransparent(
value
$value)
|
|
Enables/disables transparency of shape.
Tags:
Overridden in child classes as:
- TeePanel::setTransparent()
Parameters:
method setVisible [line 363]
method setWidth [line 503]
method _setColor [line 336]
void _setColor(
value
$value)
|
|
Defines the shape Color.
Tags:
Parameters:
method __get [line 30]
method __set [line 37]