File/SvgGrapher.constants.php

Description

$Source: /cvsroot/svggrapher/svggrapher/SvgGrapher.constants.php,v $

Define the constants wich can be redefined.

Constants
BOX_STYLE = 'stroke:#000; stroke-width:1;shape-rendering: crispEdges; fill:none;' (line 109)
DECIMAL_NUMBER = 2 (line 136)

Default number of decimal

DECIMAL_SEPARATOR = ',' (line 120)

Decimals separator

DEFAULT_DPI_RESOLUTION = 96 (line 212)

Default screen resolution

DEFAULT_LABEL_X = 'Axe X' (line 30)

define the default X label

DEFAULT_LABEL_Y = 'Axe Y' (line 38)

define the default Y label

DEFAULT_TITLE = 'Svg Graph' (line 22)

Default graph title

GRID_LINES_X_DELTA = 0 (line 147)

define the number of pixels between each lines of the X grid

GRID_LINES_X_STYLE = 'shape-rendering:crispEdges; stroke:#ccc; stroke-width:1;' (line 73)
GRID_LINES_Y = 6 (line 170)

define the number of lines of the Y grid.

GRID_LINES_Y_DELTA = 0 (line 155)

define the number of pixels between each lines of the Y grid

GRID_LINES_Y_STYLE = 'shape-rendering:crispEdges; stroke:#ccc; stroke-width:1;' (line 77)
LABEL_X_STYLE = 'font-family: sans-serif; font-size: 13px; '.'text-rendering:geometricPrecision; text-anchor: middle;' (line 63)
LABEL_Y_STYLE = 'font-family: sans-serif; font-size: 13px; '.'text-rendering:geometricPrecision; text-anchor: middle;' (line 68)
LEGEND_BOX_STYLE = 'shape-rendering: crispEdges; fill:none; stroke:#000000; stroke-width:1;' (line 54)
LEGEND_TEXT_STYLE = 'font-family: sans-serif; font-size: 8pt; '.'text-rendering: geometricPrecision; text-anchor: start;' (line 58)
LIMITS_LINES_STYLE = 'shape-rendering:crispEdges; stroke-width:1;' (line 105)
MINOR_STEP_X_STYLE = 'shape-rendering:crispEdges; stroke:#000000; stroke-width:1;' (line 97)
MINOR_STEP_Y_DELTA = 0 (line 163)

define the number of pixels between each minor steps of the Y grid

MINOR_STEP_Y_STYLE = 'shape-rendering:crispEdges; stroke:#000000; stroke-width:1;' (line 101)
NICER_LOOK_X_OFFSET = 0 (line 194)

Space between graph and abscisse tags, 0 to 5% of the width limit to 15.

NICER_LOOK_Y_OFFSET = 0 (line 202)

Space between graph and ordinate tags, 0 to 5% of the width limit to 15.

PLOT_OFFSET_X = 0 (line 178)

Padding of the first point from the abscisse.

PLOT_OFFSET_Y = 0 (line 186)

Padding of the first point from the abscisse.

SET_AUTO_ID = true (line 220)

true to generate auto id for the svg elements

STEP_X_STYLE = 'shape-rendering:crispEdges; stroke:#000000; stroke-width:2;' (line 81)
STEP_Y_STYLE = 'shape-rendering:crispEdges; stroke:#000000; stroke-width:2;' (line 85)
TAGS_X_STYLE = 'font-family: sans-serif; font-size: 8pt;text-rendering: geometricPrecision;' (line 89)
TAGS_Y_STYLE = 'font-family: sans-serif; font-size: 8pt;text-rendering: geometricPrecision;' (line 93)
THOUSANDS_SEPERATOR = '' (line 128)

Thousands separator.

TITLE_STYLE = 'font-family: sans-serif; font-size: 18pt; '.'text-rendering: geometricPrecision; text-anchor: middle;' (line 49)

title string style

TTF_FONTS_PATH = $dir (line 232)

TTF fonts path

Documentation generated on Tue, 23 Oct 2007 11:32:08 +0200 by phpDocumentor 1.4.0