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

File: Constants.php

Source Location: /Image_Graph-0.8.0/Graph/Constants.php

Classes:

Page Details:

Image_Graph - Main class for the graph creation.

PHP version 5

LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Includes:

require_once('Image/Graph/Font.php') [line 34]
Include file Image/Graph/Font.php

IMAGE_GRAPH_ALIGN_BOTTOM [line 181]

IMAGE_GRAPH_ALIGN_BOTTOM = 0x10
Align text bottom

[ Top ]



IMAGE_GRAPH_ALIGN_BOTTOM_LEFT [line 206]

IMAGE_GRAPH_ALIGN_BOTTOM_LEFT = IMAGE_GRAPH_ALIGN_BOTTOM+IMAGE_GRAPH_ALIGN_LEFT
Align text bottom left

[ Top ]



IMAGE_GRAPH_ALIGN_BOTTOM_RIGHT [line 211]

IMAGE_GRAPH_ALIGN_BOTTOM_RIGHT = IMAGE_GRAPH_ALIGN_BOTTOM+IMAGE_GRAPH_ALIGN_RIGHT
Align text bottom right

[ Top ]



IMAGE_GRAPH_ALIGN_CENTER [line 191]

IMAGE_GRAPH_ALIGN_CENTER = IMAGE_GRAPH_ALIGN_CENTER_X+IMAGE_GRAPH_ALIGN_CENTER_Y
Align text center (both x and y)

[ Top ]



IMAGE_GRAPH_ALIGN_CENTER_X [line 171]

IMAGE_GRAPH_ALIGN_CENTER_X = 0x4
Align text center x (horizontal)

[ Top ]



IMAGE_GRAPH_ALIGN_CENTER_Y [line 186]

IMAGE_GRAPH_ALIGN_CENTER_Y = 0x20
Align text center y (vertical)

[ Top ]



IMAGE_GRAPH_ALIGN_HORIZONTAL [line 221]

IMAGE_GRAPH_ALIGN_HORIZONTAL = IMAGE_GRAPH_ALIGN_LEFT
Align horizontal

[ Top ]



IMAGE_GRAPH_ALIGN_LEFT [line 161]

IMAGE_GRAPH_ALIGN_LEFT = 0x1
Align text left

[ Top ]



IMAGE_GRAPH_ALIGN_RIGHT [line 166]

IMAGE_GRAPH_ALIGN_RIGHT = 0x2
Align text right

[ Top ]



IMAGE_GRAPH_ALIGN_TOP [line 176]

IMAGE_GRAPH_ALIGN_TOP = 0x8
Align text top

[ Top ]



IMAGE_GRAPH_ALIGN_TOP_LEFT [line 196]

IMAGE_GRAPH_ALIGN_TOP_LEFT = IMAGE_GRAPH_ALIGN_TOP+IMAGE_GRAPH_ALIGN_LEFT
Align text top left

[ Top ]



IMAGE_GRAPH_ALIGN_TOP_RIGHT [line 201]

IMAGE_GRAPH_ALIGN_TOP_RIGHT = IMAGE_GRAPH_ALIGN_TOP+IMAGE_GRAPH_ALIGN_RIGHT
Align text top right

[ Top ]



IMAGE_GRAPH_ALIGN_VERTICAL [line 216]

IMAGE_GRAPH_ALIGN_VERTICAL = IMAGE_GRAPH_ALIGN_TOP
Align vertical

[ Top ]



IMAGE_GRAPH_AXIS_HORIZONTAL [line 56]

IMAGE_GRAPH_AXIS_HORIZONTAL = 1
Defines an horizontal (X) axis

[ Top ]



IMAGE_GRAPH_AXIS_VERTICAL [line 61]

IMAGE_GRAPH_AXIS_VERTICAL = 2
Defines an vertical (Y) axis

[ Top ]



IMAGE_GRAPH_AXIS_X [line 41]

IMAGE_GRAPH_AXIS_X = 1
Defines an X (horizontal) axis

[ Top ]



IMAGE_GRAPH_AXIS_Y [line 46]

IMAGE_GRAPH_AXIS_Y = 2
Defines an Y (vertical) axis

[ Top ]



IMAGE_GRAPH_AXIS_Y_SECONDARY [line 51]

IMAGE_GRAPH_AXIS_Y_SECONDARY = 3
Defines an Y (vertical) axis

[ Top ]



IMAGE_GRAPH_ERROR_GENERIC [line 224]

IMAGE_GRAPH_ERROR_GENERIC = 0

[ Top ]



IMAGE_GRAPH_FONT [line 116]

IMAGE_GRAPH_FONT = 1
Defines the default builtin font

[ Top ]



IMAGE_GRAPH_GRAD_DIAGONALLY_BL_TR [line 106]

IMAGE_GRAPH_GRAD_DIAGONALLY_BL_TR = 6
Defines a diagonal gradient fill from bottom-left to top-right

[ Top ]



IMAGE_GRAPH_GRAD_DIAGONALLY_TL_BR [line 101]

IMAGE_GRAPH_GRAD_DIAGONALLY_TL_BR = 5
Defines a diagonal gradient fill from top-left to bottom-right

[ Top ]



IMAGE_GRAPH_GRAD_HORIZONTAL [line 81]

IMAGE_GRAPH_GRAD_HORIZONTAL = 1
Defines a horizontal gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_HORIZONTAL_MIRRORED [line 91]

IMAGE_GRAPH_GRAD_HORIZONTAL_MIRRORED = 3
Defines a horizontally mirrored gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_RADIAL [line 111]

IMAGE_GRAPH_GRAD_RADIAL = 7
Defines a radial gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_VERTICAL [line 86]

IMAGE_GRAPH_GRAD_VERTICAL = 2
Defines a vertical gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED [line 96]

IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED = 4
Defines a vertically mirrored gradient fill

[ Top ]



IMAGE_GRAPH_LABEL_MAXIMUM [line 76]

IMAGE_GRAPH_LABEL_MAXIMUM = 4
Define if label should be shown for axis maximum value

[ Top ]



IMAGE_GRAPH_LABEL_MINIMUM [line 66]

IMAGE_GRAPH_LABEL_MINIMUM = 1
Define if label should be shown for axis minimum value

[ Top ]



IMAGE_GRAPH_LABEL_ZERO [line 71]

IMAGE_GRAPH_LABEL_ZERO = 2
Define if label should be shown for axis 0 (zero) value

[ Top ]



IMAGE_GRAPH_PCT_X_MAX [line 136]

IMAGE_GRAPH_PCT_X_MAX = 3
Defines a max X% value should be used

[ Top ]



IMAGE_GRAPH_PCT_X_MIN [line 131]

IMAGE_GRAPH_PCT_X_MIN = 2
Defines a min X% value should be used

[ Top ]



IMAGE_GRAPH_PCT_Y_MAX [line 146]

IMAGE_GRAPH_PCT_Y_MAX = 5
Defines a max Y% value should be used

[ Top ]



IMAGE_GRAPH_PCT_Y_MIN [line 141]

IMAGE_GRAPH_PCT_Y_MIN = 4
Defines a min Y% value should be used

[ Top ]



IMAGE_GRAPH_PCT_Y_TOTAL [line 151]

IMAGE_GRAPH_PCT_Y_TOTAL = 6
Defines a total Y% value should be used

[ Top ]



IMAGE_GRAPH_POINT_ID [line 156]

IMAGE_GRAPH_POINT_ID = 7
Defines a ID value should be used

[ Top ]



IMAGE_GRAPH_VALUE_X [line 121]

IMAGE_GRAPH_VALUE_X = 0
Defines a X value should be used

[ Top ]



IMAGE_GRAPH_VALUE_Y [line 126]

IMAGE_GRAPH_VALUE_Y = 1
Defines a Y value should be used

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:39:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.