LineProperty |
SetColor() SetStyle() SetWeight() Show() __construct() |
Set line color
Argument | Default | Description |
---|---|---|
$aColor | Color |
Example:
Set line style
Argument | Default | Description |
---|---|---|
$aStyle | Line style |
The default line style is 'solid'
Example:
Specify weight of the line
Argument | Default | Description |
---|---|---|
$aWeight | Line width in pixels |
Example:
Determine if the line should be hidden or not
Argument | Default | Description |
---|---|---|
$aShow | true | True=Display line |
Example:
//===================================================// CLASS LineProperty// Description: Holds properties for a line//===================================================
Argument | Default | Description |
---|---|---|
$aWeight | 1 | No description available |
$aColor | 'black' | No description available |
$aStyle | 'solid' | No description available |