Public メソッド | |
set_attribute ($xaxis, $yaxis, $plot, $color, $shape) | |
clearLine () | |
線を表示しない | |
clearMarker () | |
マーカーを表示しない | |
setColor ($color) | |
Public 変数 | |
$AtPlotLine = array( 'StrokeWidth'=>2, 'Fill'=>'none' ) | |
線の描画アトリビュート | |
$AtMarker = array( 'Format'=>null, 'Stroke'=>'black', 'StrokeWidth'=>2 ) | |
マーカーの描画アトリビュート |
PSGraph_line_container::clearLine | ( | ) |
線を表示しない
PSGraph_line_container::clearMarker | ( | ) |
マーカーを表示しない
PSGraph_line_container::set_attribute | ( | $ | xaxis, | |
$ | yaxis, | |||
$ | plot, | |||
$ | color, | |||
$ | shape | |||
) |
内部利用アトリビュート類の設定
xaxis | X軸オブジェクト | |
yaxis | Y軸オブジェクト | |
plot | プロットオブジェクト | |
color | 色 | |
shape | マーカー形状 |
PSGraph_line_container::setColor | ( | $ | color | ) |
色の指定
color | 色 |
PSGraph_data_containerを再定義しています。
PSGraph_line_container::$AtMarker = array( 'Format'=>null, 'Stroke'=>'black', 'StrokeWidth'=>2 ) |
マーカーの描画アトリビュート
PSGraph_line_container::$AtPlotLine = array( 'StrokeWidth'=>2, 'Fill'=>'none' ) |
線の描画アトリビュート