Graph
[ class tree: Graph ] [ index: Graph ] [ all elements ]

Element index for package Graph

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ x ] [ y ]

a

$area_height
in file SC_GraphLine.php, variable SC_GraphLine::$area_height
$area_width
in file SC_GraphLine.php, variable SC_GraphLine::$area_width
$arrColor
in file SC_GraphBase.php, variable SC_GraphBase::$arrColor
$arrDarkColor
in file SC_GraphBase.php, variable SC_GraphBase::$arrDarkColor
$arrData
in file SC_GraphPie.php, variable SC_GraphPie::$arrData
$arrDataList
in file SC_GraphLine.php, variable SC_GraphLine::$arrDataList
$arrLabel
in file SC_GraphPie.php, variable SC_GraphPie::$arrLabel
$arrLegend
in file SC_GraphBase.php, variable SC_GraphBase::$arrLegend
$arrPointList
in file SC_GraphLine.php, variable SC_GraphLine::$arrPointList
$arrRGB
in file SC_GraphBase.php, variable SC_GraphBase::$arrRGB
$arrXLabel
in file SC_GraphLine.php, variable SC_GraphLine::$arrXLabel
$ARR_BG_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_BG_COLOR
    背景色
$ARR_FLAME_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_FLAME_COLOR
    縁の色
$ARR_GRAPH_RGB
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_GRAPH_RGB
    グラフ背景
$ARR_GRID_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_GRID_COLOR
    グリッド線色
$ARR_LABELBG_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_LABELBG_COLOR
    ラベル背景
$ARR_LEGENDBG_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_LEGENDBG_COLOR
    凡例背景
$ARR_SHADE_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_SHADE_COLOR
    影の色
$ARR_TEXT_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_TEXT_COLOR
    文字色
$ARR_TITLE_COLOR
in file SC_GraphBase.php, variable SC_GraphBase::$ARR_TITLE_COLOR
    タイトル文字色
top

b

$bgh
in file SC_GraphBase.php, variable SC_GraphBase::$bgh
$bgw
in file SC_GraphBase.php, variable SC_GraphBase::$bgw
BAR_PAD
in file SC_GraphBase.php, constant BAR_PAD
    グラフと目盛りの間隔
BG_HEIGHT
in file SC_GraphBase.php, constant BG_HEIGHT
    背景高さ
BG_WIDTH
in file SC_GraphBase.php, constant BG_WIDTH
    背景幅
top

c

$ch
in file SC_GraphPie.php, variable SC_GraphPie::$ch
$clabelbg_color
in file SC_GraphBase.php, variable SC_GraphBase::$clabelbg_color
$cw
in file SC_GraphPie.php, variable SC_GraphPie::$cw
$cx
in file SC_GraphPie.php, variable SC_GraphPie::$cx
$cy
in file SC_GraphPie.php, variable SC_GraphPie::$cy
$cz
in file SC_GraphPie.php, variable SC_GraphPie::$cz
top

d

debugPrint
in file SC_GraphBase.php, method SC_GraphBase::debugPrint()
drawBar
in file SC_GraphBar.php, method SC_GraphBar::drawBar()
drawClabelBG
in file SC_GraphBase.php, method SC_GraphBase::drawClabelBG()
drawGraph
in file SC_GraphPie.php, method SC_GraphPie::drawGraph()
drawGraph
in file SC_GraphLine.php, method SC_GraphLine::drawGraph()
drawGraph
in file SC_GraphBar.php, method SC_GraphBar::drawGraph()
drawLabel
in file SC_GraphPie.php, method SC_GraphPie::drawLabel()
drawLabel
in file SC_GraphLine.php, method SC_GraphLine::drawLabel()
drawLabel
in file SC_GraphBar.php, method SC_GraphBar::drawLabel()
drawLegend
in file SC_GraphBase.php, method SC_GraphBase::drawLegend()
drawLine
in file SC_GraphLine.php, method SC_GraphLine::drawLine()
drawMark
in file SC_GraphLine.php, method SC_GraphLine::drawMark()
drawShade
in file SC_GraphPie.php, method SC_GraphPie::drawShade()
drawTitle
in file SC_GraphBase.php, method SC_GraphBase::drawTitle()
drawXLine
in file SC_GraphLine.php, method SC_GraphLine::drawXLine()
drawXTitle
in file SC_GraphLine.php, method SC_GraphLine::drawXTitle()
drawYLine
in file SC_GraphLine.php, method SC_GraphLine::drawYLine()
drawYTitle
in file SC_GraphLine.php, method SC_GraphLine::drawYTitle()
top

f

$flame_color
in file SC_GraphBase.php, variable SC_GraphBase::$flame_color
FONT_REALFILE
in file SC_GraphBase.php, constant FONT_REALFILE
    TTFフォントファイル
FONT_SIZE
in file SC_GraphBase.php, constant FONT_SIZE
    フォントサイズ
top

g

$graph_max
in file SC_GraphLine.php, variable SC_GraphLine::$graph_max
getCircleData
in file SC_GraphPie.php, method SC_GraphPie::getCircleData()
getTextWidth
in file SC_GraphBase.php, method SC_GraphBase::getTextWidth()
top

i

$image
in file SC_GraphBase.php, variable SC_GraphBase::$image
init
in file SC_GraphBase.php, method SC_GraphBase::init()
    クラスの初期化を行う.
top

l

$labelbg_color
in file SC_GraphBase.php, variable SC_GraphBase::$labelbg_color
$left
in file SC_GraphBase.php, variable SC_GraphBase::$left
$line_max
in file SC_GraphLine.php, variable SC_GraphLine::$line_max
LEGEND_RIGHT
in file SC_GraphBase.php, constant LEGEND_RIGHT
    背景枠との右幅
LEGEND_TOP
in file SC_GraphBase.php, constant LEGEND_TOP
    背景枠との上幅
lfGetArcPos
in file SC_GraphBase.php, method SC_GraphBase::lfGetArcPos()
    円の中心点と直径から弧の終端座標を算出する.
lfGetImageColor
in file SC_GraphBase.php, method SC_GraphBase::lfGetImageColor()
    表示色の取得
lfGetImageDarkColor
in file SC_GraphBase.php, method SC_GraphBase::lfGetImageDarkColor()
    影用表示色の取得
lfImageText
in file SC_GraphBase.php, method SC_GraphBase::lfImageText()
    画像にテキストを描画する
LINE_AREA_HEIGHT
in file SC_GraphBase.php, constant LINE_AREA_HEIGHT
    線グラフ背景のサイズ
LINE_AREA_WIDTH
in file SC_GraphBase.php, constant LINE_AREA_WIDTH
    線グラフ背景のサイズ
LINE_LEFT
in file SC_GraphBase.php, constant LINE_LEFT
    線グラフ位置
LINE_MARK_SIZE
in file SC_GraphBase.php, constant LINE_MARK_SIZE
    線グラフマークのサイズ
LINE_PAD
in file SC_GraphBase.php, constant LINE_PAD
    行間
LINE_SCALE_SIZE
in file SC_GraphBase.php, constant LINE_SCALE_SIZE
    目盛り幅
LINE_TOP
in file SC_GraphBase.php, constant LINE_TOP
    線グラフ位置
LINE_XLABEL_MAX
in file SC_GraphBase.php, constant LINE_XLABEL_MAX
    X軸のラベルの表示制限数
LINE_XTITLE_PAD
in file SC_GraphBase.php, constant LINE_XTITLE_PAD
    X軸のタイトルと軸の間隔
LINE_X_SCALE
in file SC_GraphBase.php, constant LINE_X_SCALE
    X軸の目盛り数
LINE_YTITLE_PAD
in file SC_GraphBase.php, constant LINE_YTITLE_PAD
    Y軸のタイトルと軸の間隔
LINE_Y_SCALE
in file SC_GraphBase.php, constant LINE_Y_SCALE
    Y軸の目盛り数
top

m

$mark_color
in file SC_GraphBase.php, variable SC_GraphBase::$mark_color
top

o

outputGraph
in file SC_GraphBase.php, method SC_GraphBase::outputGraph()
top

p

PIE_HEIGHT
in file SC_GraphBase.php, constant PIE_HEIGHT
    円グラフ高さ
PIE_LABEL_UP
in file SC_GraphBase.php, constant PIE_LABEL_UP
    円グラフのラベル位置を上にあげる
PIE_LEFT
in file SC_GraphBase.php, constant PIE_LEFT
    円グラフ位置
PIE_SHADE_IMPACT
in file SC_GraphBase.php, constant PIE_SHADE_IMPACT
    値が大きいほど影が長くなる
PIE_THICK
in file SC_GraphBase.php, constant PIE_THICK
    円グラフ太さ
PIE_TOP
in file SC_GraphBase.php, constant PIE_TOP
    円グラフ位置
PIE_WIDTH
in file SC_GraphBase.php, constant PIE_WIDTH
    円グラフ幅
top

r

resampled
in file SC_GraphBase.php, method SC_GraphBase::resampled()
top

s

$shade_color
in file SC_GraphBase.php, variable SC_GraphBase::$shade_color
$shade_on
in file SC_GraphBase.php, variable SC_GraphBase::$shade_on
SC_GraphBase.php
procedural page SC_GraphBase.php
SC_GraphBar
in file SC_GraphBar.php, class SC_GraphBar
    SC_Graph共通クラス.
SC_GraphBase
in file SC_GraphBase.php, method SC_GraphBase::SC_GraphBase()
SC_GraphBase
in file SC_GraphBase.php, class SC_GraphBase
    SC_Graph共通クラス.
SC_GraphLine
in file SC_GraphLine.php, class SC_GraphLine
    SC_Graph共通クラス.
SC_GraphLine
in file SC_GraphBar.php, method SC_GraphBar::SC_GraphLine()
SC_GraphLine
in file SC_GraphLine.php, method SC_GraphLine::SC_GraphLine()
SC_GraphPie
in file SC_GraphPie.php, method SC_GraphPie::SC_GraphPie()
SC_GraphPie
in file SC_GraphPie.php, class SC_GraphPie
    SC_Graph共通クラス.
setColorList
in file SC_GraphBase.php, method SC_GraphBase::setColorList()
setData
in file SC_GraphPie.php, method SC_GraphPie::setData()
setData
in file SC_GraphLine.php, method SC_GraphLine::setData()
setLegend
in file SC_GraphBase.php, method SC_GraphBase::setLegend()
setMark
in file SC_GraphLine.php, method SC_GraphLine::setMark()
setMax
in file SC_GraphLine.php, method SC_GraphLine::setMax()
setPosition
in file SC_GraphPie.php, method SC_GraphPie::setPosition()
setShadeOn
in file SC_GraphBase.php, method SC_GraphBase::setShadeOn()
setSize
in file SC_GraphPie.php, method SC_GraphPie::setSize()
setText
in file SC_GraphBase.php, method SC_GraphBase::setText()
setXLabel
in file SC_GraphLine.php, method SC_GraphLine::setXLabel()
setXLabelAngle
in file SC_GraphLine.php, method SC_GraphLine::setXLabelAngle()
setXTitle
in file SC_GraphLine.php, method SC_GraphLine::setXTitle()
setYGridOn
in file SC_GraphLine.php, method SC_GraphLine::setYGridOn()
setYScale
in file SC_GraphLine.php, method SC_GraphLine::setYScale()
setYTitle
in file SC_GraphLine.php, method SC_GraphLine::setYTitle()
top

t

$text_color
in file SC_GraphBase.php, variable SC_GraphBase::$text_color
$text_top
in file SC_GraphBase.php, variable SC_GraphBase::$text_top
$title_color
in file SC_GraphBase.php, variable SC_GraphBase::$title_color
$top
in file SC_GraphBase.php, variable SC_GraphBase::$top
TEXT_RATE
in file SC_GraphBase.php, constant TEXT_RATE
    フォント補正値(実際の描画幅/フォントサイズ)
TITLE_FONT_SIZE
in file SC_GraphBase.php, constant TITLE_FONT_SIZE
    タイトルフォントサイズ
TITLE_TOP
in file SC_GraphBase.php, constant TITLE_TOP
    背景枠との上幅
top

x

$XLabelAngle
in file SC_GraphLine.php, variable SC_GraphLine::$XLabelAngle
$XTitle
in file SC_GraphLine.php, variable SC_GraphLine::$XTitle
$x_margin
in file SC_GraphLine.php, variable SC_GraphLine::$x_margin
top

y

$ygrid_on
in file SC_GraphLine.php, variable SC_GraphLine::$ygrid_on
$YTitle
in file SC_GraphLine.php, variable SC_GraphLine::$YTitle
$y_margin
in file SC_GraphLine.php, variable SC_GraphLine::$y_margin
top

Documentation generated on Fri, 24 Feb 2012 14:00:56 +0900 by Seasoft