Class imgbar
create a bar as image
Tip: for antialiasing, make a big image an show it smaller
Located at imagebar.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Properties summary
public
|
$m_img
|
#
null
|
public
string
|
$m_type
imagetype like "jpg" or "bmp" |
#
'jpg'
|
public
integer
|
$m_height
height of image |
#
20
|
public
integer
|
$m_width
width of image |
#
180
|
public
string
|
$m_font
fontname like "arial" |
#
'arial'
|
public
integer
|
$m_fsize
fontsize |
#
10
|
public
string
|
$m_fcolor
fontcolor as hexcode like #000000 |
#
"#000000"
|
public
string
|
$m_shadowcolor
shadowcolor as hexcode like #000000 or empty for no shadow |
#
"#000000"
|