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

File: Constants.php

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

Classes:

Page Details:

Image_Graph - Main class for the graph creation.

PHP versions 4 and 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 33]
Include file Image/Graph/Font.php

IMAGE_GRAPH_ALIGN_BOTTOM [line 180]

IMAGE_GRAPH_ALIGN_BOTTOM = 0x10
Align text bottom

[ Top ]



IMAGE_GRAPH_ALIGN_BOTTOM_LEFT [line 205]

IMAGE_GRAPH_ALIGN_BOTTOM_LEFT = IMAGE_GRAPH_ALIGN_BOTTOM+IMAGE_GRAPH_ALIGN_LEFT
Align text bottom left

[ Top ]



IMAGE_GRAPH_ALIGN_BOTTOM_RIGHT [line 210]

IMAGE_GRAPH_ALIGN_BOTTOM_RIGHT = IMAGE_GRAPH_ALIGN_BOTTOM+IMAGE_GRAPH_ALIGN_RIGHT
Align text bottom right

[ Top ]



IMAGE_GRAPH_ALIGN_CENTER [line 190]

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 170]

IMAGE_GRAPH_ALIGN_CENTER_X = 0x4
Align text center x (horizontal)

[ Top ]



IMAGE_GRAPH_ALIGN_CENTER_Y [line 185]

IMAGE_GRAPH_ALIGN_CENTER_Y = 0x20
Align text center y (vertical)

[ Top ]



IMAGE_GRAPH_ALIGN_HORIZONTAL [line 220]

IMAGE_GRAPH_ALIGN_HORIZONTAL = IMAGE_GRAPH_ALIGN_LEFT
Align horizontal

[ Top ]



IMAGE_GRAPH_ALIGN_LEFT [line 160]

IMAGE_GRAPH_ALIGN_LEFT = 0x1
Align text left

[ Top ]



IMAGE_GRAPH_ALIGN_RIGHT [line 165]

IMAGE_GRAPH_ALIGN_RIGHT = 0x2
Align text right

[ Top ]



IMAGE_GRAPH_ALIGN_TOP [line 175]

IMAGE_GRAPH_ALIGN_TOP = 0x8
Align text top

[ Top ]



IMAGE_GRAPH_ALIGN_TOP_LEFT [line 195]

IMAGE_GRAPH_ALIGN_TOP_LEFT = IMAGE_GRAPH_ALIGN_TOP+IMAGE_GRAPH_ALIGN_LEFT
Align text top left

[ Top ]



IMAGE_GRAPH_ALIGN_TOP_RIGHT [line 200]

IMAGE_GRAPH_ALIGN_TOP_RIGHT = IMAGE_GRAPH_ALIGN_TOP+IMAGE_GRAPH_ALIGN_RIGHT
Align text top right

[ Top ]



IMAGE_GRAPH_ALIGN_VERTICAL [line 215]

IMAGE_GRAPH_ALIGN_VERTICAL = IMAGE_GRAPH_ALIGN_TOP
Align vertical

[ Top ]



IMAGE_GRAPH_AXIS_HORIZONTAL [line 55]

IMAGE_GRAPH_AXIS_HORIZONTAL = 1
Defines an horizontal (X) axis

[ Top ]



IMAGE_GRAPH_AXIS_VERTICAL [line 60]

IMAGE_GRAPH_AXIS_VERTICAL = 2
Defines an vertical (Y) axis

[ Top ]



IMAGE_GRAPH_AXIS_X [line 40]

IMAGE_GRAPH_AXIS_X = 1
Defines an X (horizontal) axis

[ Top ]



IMAGE_GRAPH_AXIS_Y [line 45]

IMAGE_GRAPH_AXIS_Y = 2
Defines an Y (vertical) axis

[ Top ]



IMAGE_GRAPH_AXIS_Y_SECONDARY [line 50]

IMAGE_GRAPH_AXIS_Y_SECONDARY = 3
Defines an Y (vertical) axis

[ Top ]



IMAGE_GRAPH_ERROR_GENERIC [line 223]

IMAGE_GRAPH_ERROR_GENERIC = 0

[ Top ]



IMAGE_GRAPH_FONT [line 115]

IMAGE_GRAPH_FONT = 1
Defines the default builtin font

[ Top ]



IMAGE_GRAPH_GRAD_DIAGONALLY_BL_TR [line 105]

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 100]

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

[ Top ]



IMAGE_GRAPH_GRAD_HORIZONTAL [line 80]

IMAGE_GRAPH_GRAD_HORIZONTAL = 1
Defines a horizontal gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_HORIZONTAL_MIRRORED [line 90]

IMAGE_GRAPH_GRAD_HORIZONTAL_MIRRORED = 3
Defines a horizontally mirrored gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_RADIAL [line 110]

IMAGE_GRAPH_GRAD_RADIAL = 7
Defines a radial gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_VERTICAL [line 85]

IMAGE_GRAPH_GRAD_VERTICAL = 2
Defines a vertical gradient fill

[ Top ]



IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED [line 95]

IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED = 4
Defines a vertically mirrored gradient fill

[ Top ]



IMAGE_GRAPH_LABEL_MAXIMUM [line 75]

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

[ Top ]



IMAGE_GRAPH_LABEL_MINIMUM [line 65]

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

[ Top ]



IMAGE_GRAPH_LABEL_ZERO [line 70]

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

[ Top ]



IMAGE_GRAPH_PCT_X_MAX [line 135]

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

[ Top ]



IMAGE_GRAPH_PCT_X_MIN [line 130]

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

[ Top ]



IMAGE_GRAPH_PCT_Y_MAX [line 145]

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

[ Top ]



IMAGE_GRAPH_PCT_Y_MIN [line 140]

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

[ Top ]



IMAGE_GRAPH_PCT_Y_TOTAL [line 150]

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

[ Top ]



IMAGE_GRAPH_POINT_ID [line 155]

IMAGE_GRAPH_POINT_ID = 7
Defines a ID value should be used

[ Top ]



IMAGE_GRAPH_VALUE_X [line 120]

IMAGE_GRAPH_VALUE_X = 0
Defines a X value should be used

[ Top ]



IMAGE_GRAPH_VALUE_Y [line 125]

IMAGE_GRAPH_VALUE_Y = 1
Defines a Y value should be used

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:37:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.