$AtGraphArea | PSGraph_util | |
$AtLegend | PSGraph_util | |
$AtMainTitle | PSGraph_util | |
$AtPlotArea | PSGraph | |
$AtXAxisTitle | PSGraph | |
$AtYAxisTitle | PSGraph | |
$AuxTags | PSGraph_util | [protected] |
$BarPlot | PSGraph | |
$COLORLIST | PSGraph_util | [protected, static] |
$DataSeries | PSGraph_base | [protected] |
$Height | PSGraph_base | [protected] |
$LinePlot | PSGraph | |
$Output | PSGraph_base | [protected] |
$SHAPELIST | PSGraph | [protected, static] |
$Width | PSGraph_base | [protected] |
$WorkMode | PSGraph_util | [protected] |
$XAxis | PSGraph | |
$Y2Axis | PSGraph | |
$YAxis | PSGraph | |
__construct($width=320, $height=240) | PSGraph | |
PSGraph_base::__construct($width, $height, PSGraph_output &$output) | PSGraph_base | [protected] |
add_data_bar_common($ydata, $legend, $base_bar) | PSGraph | [protected] |
add_data_line_common($ydata, $legend) | PSGraph | [protected] |
add_data_series($data_obj) | PSGraph_base | [protected] |
addAuxTag($text) | PSGraph_util | |
addDataBar(array $ydata, $legend=null, $base_bar=null) | PSGraph | |
addDataBarY2(array $ydata, $legend=null, $base_bar=null) | PSGraph | |
addDataLine(array $ydata, $legend=null) | PSGraph | |
addDataLineY2(array $ydata, $legend=null) | PSGraph | |
addLegend() | PSGraph_util | |
addMainTitle($title_string) | PSGraph_util | |
addText($x, $y, $text) | PSGraph_util | |
addXAxisTitle($title_string) | PSGraph | |
addYAxisTitle($title_string) | PSGraph | |
clearLegend() | PSGraph_util | |
draw() | PSGraph | |
draw_common1() | PSGraph_util | [protected] |
draw_common2() | PSGraph_util | [protected] |
drawBuffer() | PSGraph_util | |
make_common_attribute_string(array $attr) | PSGraph_base | [protected] |
setMargin($top, $right, $bottom, $left) | PSGraph | |
setMode($mode) | PSGraph_util | |