A B C D E F G H I N O P R S U V W X Y

A

addCurve() - Method in class com.googlecode.gchart.client.GChart
Adds a new curve to the chart, at the end of the current list of curves.
addCurve(int) - Method in class com.googlecode.gchart.client.GChart
Adds a new curve to the chart, at the specified position in the curve sequence.
addPoint(double, double) - Method in class com.googlecode.gchart.client.GChart.Curve
Adds a new point to the curve, at the end of the current list of points, with the specified coordinates in model-units (arbitrary, application-specific, units).
addPoint(int, double, double) - Method in class com.googlecode.gchart.client.GChart.Curve
Adds a new point at the specified position in the point sequence, increasing the indexes of existing points at or after the specified position by 1.
addTick(double) - Method in class com.googlecode.gchart.client.GChart.Axis
Adds a tick on this axis at the specified position.
addTick(double, String) - Method in class com.googlecode.gchart.client.GChart.Axis
Adds a tick at the specified position with the specified label on this axis.

B

BOX_CENTER - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles horizontally and vertically centered on each point of the curve
BOX_EAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just to the right of, and vertically centered on, each point of the curve
BOX_NORTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just above, and horizontally centered on, each point of the curve
BOX_NORTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just above, and to the right of, each point of the curve
BOX_NORTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just above and to the left of, each point of the curve
BOX_SOUTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just below, and horizontally centered on, each point of the curve
BOX_SOUTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just below, and to the right of, each point of the curve
BOX_SOUTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just below, and to the left of, each point of the curve
BOX_WEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use rectangles just to the left of, and vertically centered on, each point of the curve

C

CENTER - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned so as to be centered on the symbol used to represent the point.
clearCurves() - Method in class com.googlecode.gchart.client.GChart
Removes every curve this chart contains.
clearPoints() - Method in class com.googlecode.gchart.client.GChart.Curve
Removes every point this curve contains.
clearTicks() - Method in class com.googlecode.gchart.client.GChart.Axis
Erases all ticks that were explicitly specified via addTick, and also sets the tick count to 0.
CLOSEST_TO_HORIZONTAL_BASELINE - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be placed just above, and centered horizontally on, vertical bars that grow down from a horizontal baseline, and just below, and centered horizontally on, vertical bars that grow up from a horizontal baseline.
CLOSEST_TO_VERTICAL_BASELINE - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be placed just to the right of, and centered vertically on, horizontal bars that grow left from a vertical baseline, and just to the left of, and centered vertically on, horizontal bars that grow right from a vertical baseline.
com.googlecode.gchart.client - package com.googlecode.gchart.client
GWT charts without JSNI, browser add-ins, or server round-trips.

D

DEFAULT_ANNOTATION_FONTSIZE - Static variable in class com.googlecode.gchart.client.GChart
Default size, in pixels, of text used to annotate individual plotted points on a curve.
DEFAULT_BLANK_IMAGE_URL - Static variable in class com.googlecode.gchart.client.GChart
The default URL GChart will use to access the blank image (specifically, a 1 x 1 pixel transparent GIF) it requires to prevent "missing image" icons from appearing in your charts.
DEFAULT_FONT_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default color of any text appearing in a chart's legend, annotations, or tick labels.
DEFAULT_FONT_STYLE - Static variable in class com.googlecode.gchart.client.GChart
 
DEFAULT_FONT_WEIGHT - Static variable in class com.googlecode.gchart.client.GChart
 
DEFAULT_GRID_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default color used for all axes, gridlines, and ticks.
DEFAULT_HOVERTEXT_TEMPLATE - Static variable in class com.googlecode.gchart.client.GChart
The default template string used to generate the hovertext displayed when the user hovers their mouse above a point on a curve.
DEFAULT_LEGEND_BACKGROUND_COLOR - Static variable in class com.googlecode.gchart.client.GChart
Default color of background of the chart legend
DEFAULT_LEGEND_BORDER_COLOR - Static variable in class com.googlecode.gchart.client.GChart
Default color of border around the chart legend
DEFAULT_LEGEND_BORDER_STYLE - Static variable in class com.googlecode.gchart.client.GChart
Default style of border around the chart legend
DEFAULT_LEGEND_BORDER_WIDTH - Static variable in class com.googlecode.gchart.client.GChart
Default width of border around the chart legend
DEFAULT_LEGEND_FONTSIZE - Static variable in class com.googlecode.gchart.client.GChart
The default fontsize of text that appears in the chart's legend (key).
DEFAULT_PIE_SLICE_FILL_SPACING - Static variable in class com.googlecode.gchart.client.GChart
The default "spacing" between corresponding edges of the rectangular elements used to simulate continuous fill of pie slices.
DEFAULT_PIE_SLICE_FILL_THICKNESS - Static variable in class com.googlecode.gchart.client.GChart
The default "thickness" of the rectangular elements used to simulate continous fill of pie slices.
DEFAULT_PIE_SLICE_HOVERTEXT_TEMPLATE - Static variable in class com.googlecode.gchart.client.GChart
The default hovertext template used by symbols when they have a symbol type of of the form PIE_SLICE_*.
DEFAULT_PLOTAREA_BACKGROUND_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default background color used for the chart's plot area if none is specified.
DEFAULT_PLOTAREA_BORDER_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default border color used for the chart's plot area if none is specified.
DEFAULT_PLOTAREA_BORDER_STYLE - Static variable in class com.googlecode.gchart.client.GChart
The default style of the border around the chart's plot area if none is specified.
DEFAULT_PLOTAREA_BORDER_WIDTH - Static variable in class com.googlecode.gchart.client.GChart
The default width of the border around the chart's plot area if none is specified.
DEFAULT_SYMBOL_BACKGROUND_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default CSS background color used for symbols if none is specified.
DEFAULT_SYMBOL_BORDER_COLORS - Static variable in class com.googlecode.gchart.client.GChart
The default CSS border colors used for symbols if none are specified.
DEFAULT_SYMBOL_BORDER_STYLE - Static variable in class com.googlecode.gchart.client.GChart
The default CSS border style used for symbols if none is specified; this default is "solid".
DEFAULT_SYMBOL_BORDER_WIDTH - Static variable in class com.googlecode.gchart.client.GChart
The default CSS border width used for symbols if none is specified; this default is 1 pixel.
DEFAULT_SYMBOL_FILL_SPACING - Static variable in class com.googlecode.gchart.client.GChart
The default spacing between discrete, rectangular, elements used to simulate continous graphical objects, such as connecting lines in line charts or a shaded pie slice.
DEFAULT_SYMBOL_FILL_THICKNESS - Static variable in class com.googlecode.gchart.client.GChart
The default "thickness" of the rectangular elements used to simulate continous graphical objects, such as connecting lines in line charts.
DEFAULT_SYMBOL_HEIGHT - Static variable in class com.googlecode.gchart.client.GChart
The default height (including borders) used for symbols if none is specified; this default is the same as for DEFAULT_SYMBOL_WIDTH
DEFAULT_SYMBOL_TYPE - Static variable in class com.googlecode.gchart.client.GChart
The default symbol type for curve if none is specified; this default is BOX_CENTER
DEFAULT_SYMBOL_WIDTH - Static variable in class com.googlecode.gchart.client.GChart
The default width (including borders) used for symbols if none is specified.
DEFAULT_TICK_COUNT - Static variable in class com.googlecode.gchart.client.GChart
The default number of tick marks on each Axis.
DEFAULT_TICK_LABEL_FONT_COLOR - Static variable in class com.googlecode.gchart.client.GChart
The default color (a CSS color specification) of tick labels
DEFAULT_TICK_LABEL_FONTSIZE - Static variable in class com.googlecode.gchart.client.GChart
The default fontsize (in pixels) of tick labels
DEFAULT_TICK_LABEL_FORMAT - Static variable in class com.googlecode.gchart.client.GChart
The default GWT NumberFormat format string used to convert numbers to the text strings displayed as tick labels on X, Y, and Y2 axes.
DEFAULT_TICK_LENGTH - Static variable in class com.googlecode.gchart.client.GChart
The default length of tick marks, in pixels.
DEFAULT_TICK_THICKNESS - Static variable in class com.googlecode.gchart.client.GChart
The default thickness of tick marks, in pixels.
DEFAULT_X_CHARTSIZE - Static variable in class com.googlecode.gchart.client.GChart
The default width of the area of the chart in which curves are displayed, in pixels.
DEFAULT_Y_CHARTSIZE - Static variable in class com.googlecode.gchart.client.GChart
The default height of the area of the chart in which curves are displayed, in pixels.

E

EAST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the right of, and vertically centered on, the symbol used to represent the point.

F

FARTHEST_FROM_HORIZONTAL_BASELINE - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be placed just below, and centered horizontally on, vertical bars that grow down from a horizontal baseline, and just above, and centered horizontally on, vertical bars that grow up from a horizontal baseline.
FARTHEST_FROM_VERTICAL_BASELINE - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be placed just to the left of, and centered vertically on, horizontal bars that grow left from a vertical baseline, and just to the right of, and centered vertically on, horizontal bars that grow right from a vertical baseline.
formatNumberAsTickLabel(double) - Method in class com.googlecode.gchart.client.GChart.Axis
Applies this axis' tick label format to format a given value.

G

GChart - Class in com.googlecode.gchart.client
A GChart can represent and display a line chart, a bar chart, a pie chart, an area chart, or a chart that contains arbitrary combinations of line, bar, pie, and/or area based curves.
GChart() - Constructor for class com.googlecode.gchart.client.GChart
Convenience no-arg constructor equivalent to GChart(DEFAULT_X_CHARTSIZE,DEFAULT_Y_CHARTSIZE).
GChart(int, int) - Constructor for class com.googlecode.gchart.client.GChart
Instantiates a GChart with a curve display region of the specified size.
GChart.AnnotationLocation - Class in com.googlecode.gchart.client
Defines the location of a data point's annotation (text label) relative to the location of that point's symbol.
GChart.Axis - Class in com.googlecode.gchart.client
Represents an axis of the chart, for example, the x, y, or y2 axis.
GChart.Axis() - Constructor for class com.googlecode.gchart.client.GChart.Axis
 
GChart.Curve - Class in com.googlecode.gchart.client
Represents a curve on a chart, which includes information such as the x,y coordinates of each point, the symbol used to represent points on the curve, etc.
GChart.Point - Class in com.googlecode.gchart.client
Represents a single point on one of the chart's curves.
GChart.Symbol - Class in com.googlecode.gchart.client
Defines a chart curve symbol.
GChart.SymbolType - Class in com.googlecode.gchart.client
Specifies the type of symbol used by a curve.
GChart.XAxis - Class in com.googlecode.gchart.client
The x-axis of a GChart.
GChart.Y2Axis - Class in com.googlecode.gchart.client
The right, or "y2", axis of a GChart.
GChart.YAxis - Class in com.googlecode.gchart.client
The left y-axis of a GChart.
getAnnotationFontColor() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the color of the font used to display the point's annotation text.
getAnnotationFontSize() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the font size of this point's annotation (text label), in pixels.
getAnnotationFontStyle() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the CSS font-style in which the text of this annotation will be rendered.
getAnnotationFontWeight() - Method in class com.googlecode.gchart.client.GChart.Point
Returns true if annotation will be rendered in a bold, or false if in normal, weight font.
getAnnotationLocation() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the previously specified location, relative to the symbol representing the point, of the annotation (text label) associated with this point.
getAnnotationText() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the text of this point's annotation.
getAnnotationVisible() - Method in class com.googlecode.gchart.client.GChart.Point
Returns true is the point's annotation is visible, false otherwise
getAnnotationXShift() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the distance, in pixels, that this annotation will be shifted along the x-axis from it's default location.
getAnnotationYShift() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the distance, in pixels, that this annotation will be shifted along the y-axis from it's default location.
getAxisLabel() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the previously specified label of this axis.
getAxisMax() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the maximum value displayed on this axis.
getAxisMin() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the minimum value displayed on this axis.
getAxisVisible() - Method in class com.googlecode.gchart.client.GChart.Axis
Is axis line visible on the chart? Note that this property only determines the visibility of the axis line itself.
getBackgroundColor() - Method in class com.googlecode.gchart.client.GChart
Returns the background color of the chart as a whole.
getBackgroundColor() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the CSS background color of all the rectangular elements used in rendering the symbol.
getBaseline() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the baseline value for this symbol, previously specified via setBaseline
getBlankImageURL() - Static method in class com.googlecode.gchart.client.GChart
Returns a URL that points to a 1 x 1 pixel blank image file GChart requires to render its charts without producing missing image icons.
getBorderColor() - Method in class com.googlecode.gchart.client.GChart
Returns the color of the border around the chart as a whole.
getBorderColor() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the CSS border color of all the rectangular elements used in rendering the symbol.
getBorderStyle() - Method in class com.googlecode.gchart.client.GChart
Returns the style of the border around the chart as a whole
getBorderStyle() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the border style of all of the rectangular elements from which this symbol is built.
getBorderWidth() - Method in class com.googlecode.gchart.client.GChart
Returns the width of the border around the chart as a whole
getBorderWidth() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the width of the border around each rectangular element used to render this symbol, in pixels.
getChartFootnotes() - Method in class com.googlecode.gchart.client.GChart
Returns the previously specified chart footnotes widget
getChartTitle() - Method in class com.googlecode.gchart.client.GChart
Returns the previously specified widget representing the chart's title.
getCurve() - Method in class com.googlecode.gchart.client.GChart
Convenience method equivalent to getCurve(getNCurves()-1).
getCurve(int) - Method in class com.googlecode.gchart.client.GChart
Returns a reference to the curve at the specified positional index.
getDataMax() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the maximum data value associated with values represented on this axis.
getDataMax() - Method in class com.googlecode.gchart.client.GChart.XAxis
 
getDataMax() - Method in class com.googlecode.gchart.client.GChart.Y2Axis
 
getDataMax() - Method in class com.googlecode.gchart.client.GChart.YAxis
 
getDataMin() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the minimum data value associated with values represented on this axis.
getDataMin() - Method in class com.googlecode.gchart.client.GChart.XAxis
 
getDataMin() - Method in class com.googlecode.gchart.client.GChart.Y2Axis
 
getDataMin() - Method in class com.googlecode.gchart.client.GChart.YAxis
 
getFillHasHovertext() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns a value indicating if interpolated and filled-in elements associated with non-rectangular aspects of a symbol get the same kind of hovertext as non-filled elements do.
getFillSpacing() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the spacing between successive rectangular elements used to emulate any required non-rectangular features of the symbol.
getFillThickness() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the "thickness" of rectangular elements used to emulate any required non-rectangular features of the symbol.
getFontFamily() - Method in class com.googlecode.gchart.client.GChart
Returns the font-family used in tick labels, point annotations, legends, and as the default in titles, footnotes, and axis labels.
getGridColor() - Method in class com.googlecode.gchart.client.GChart
Returns CSS color specification for all gridlines, axes, and tickmarks.
getHasGridlines() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the gridline setting previously made with setHasGridlines.
getHeight() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns this symbol's height, as previously set by setHeight.
getHovertextTemplate() - Method in class com.googlecode.gchart.client.GChart.Curve
Deprecated. This method is equivalent to:

getSymbol().getHovertextTemplate()

It is retained only for GChart 1.1 compatibility purposes.

getHovertextTemplate() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the hovertextTemplate of this symbol.
getInitialPieSliceOrientation() - Method in class com.googlecode.gchart.client.GChart
Returns a previously specified initial pie slice orientation.
getLegendBackgroundColor() - Method in class com.googlecode.gchart.client.GChart
Returns the background color of the chart's legend.
getLegendBorderColor() - Method in class com.googlecode.gchart.client.GChart
Returns the border color of the chart's legend.
getLegendBorderStyle() - Method in class com.googlecode.gchart.client.GChart
Returns the style of the chart's legend's border
getLegendBorderWidth() - Method in class com.googlecode.gchart.client.GChart
Returns the width of the chart's legend's border
getLegendFontColor() - Method in class com.googlecode.gchart.client.GChart
Returns the color of the font used to display the labels within the legend (chart key)
getLegendFontSize() - Method in class com.googlecode.gchart.client.GChart
Returns the font size, in pixels, of text displayed in the chart's legend (also know as a chart's key).
getLegendFontStyle() - Method in class com.googlecode.gchart.client.GChart
Returns the font-style in which this GChart's legend text will be rendered.
getLegendFontWeight() - Method in class com.googlecode.gchart.client.GChart
Returns true if legend text will be rendered in a bold, or false if in normal, weight font.
getLegendLabel() - Method in class com.googlecode.gchart.client.GChart.Curve
Returns the HTML defining this curve's legend label.
getModelHeight() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns this symbol's height as previously set by setModelHeight.
getModelWidth() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns this symbol's width as previously set by setModelWidth.
getNCurves() - Method in class com.googlecode.gchart.client.GChart
Returns the number of curves on this chart.
getNPoints() - Method in class com.googlecode.gchart.client.GChart.Curve
Returns the number of points this curve contains.
getPadding() - Method in class com.googlecode.gchart.client.GChart
Returns the CSS string that specifies the width of the padding between the chart and it's external border
getPieSliceOrientation() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the value, previously specified via setPieSliceOrientation, that defines the anglular orientation of any pie slices associated with this symbol.
getPieSliceSize() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns the value, previously specified via setPieSliceSize, that defines the size of the angle subtended by any pie slice associated with this symbol.
getPlotAreaBackgroundColor() - Method in class com.googlecode.gchart.client.GChart
Returns the background color of the area of the chart in which symbols representing curve data are displayed
getPlotAreaBorderColor() - Method in class com.googlecode.gchart.client.GChart
Returns the border color of the area of the chart in which symbols representing curve data are displayed
getPlotAreaBorderStyle() - Method in class com.googlecode.gchart.client.GChart
Returns the style of the border around the area of the chart in which symbols representing curve data are displayed (the so-called plot area).
getPlotAreaBorderWidth() - Method in class com.googlecode.gchart.client.GChart
Returns the width of the border around the area of the chart in which symbols representing curve data are displayed.
getPoint() - Method in class com.googlecode.gchart.client.GChart.Curve
Convenience method equivalent to getPoint(getNPoints()-1).
getPoint(int) - Method in class com.googlecode.gchart.client.GChart.Curve
Returns a reference to the point at the specified index.
getShowOffChartPoints() - Method in class com.googlecode.gchart.client.GChart
Determinines if this chart will display points whose x,y locations are outside of the axis limits associated with the chart.
getSymbol() - Method in class com.googlecode.gchart.client.GChart.Curve
Returns the symbol associated with this curve.
getSymbolType() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns this symbol's type.
getTickCount() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the number of ticks on this axis.
getTickLabelFontColor() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the color of the font used to display the text of the tick labels on this axis.
getTickLabelFontSize() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the font size, in pixels, used for tick labels on this axis.
getTickLabelFontStyle() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the font-style of font used to render tick labels on this axis (typically either "italic" or "normal")
getTickLabelFontWeight() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the CSS font-weight specification to be used by this axis' tick labels.
getTickLabelFormat() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the tick label numeric format string for this axis.
getTickLabelThickness() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the thickness of the band adjacent to this axis that GChart will allocate to hold this axis' tick labels.
getTickLabelThickness() - Method in class com.googlecode.gchart.client.GChart.XAxis
 
getTickLength() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the length of ticks for this axis.
getTicksPerLabel() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the ratio of the number of ticks to the number of labeled ticks.
getTickThickness() - Method in class com.googlecode.gchart.client.GChart.Axis
Returns the thickness of ticks for this axis.
getWidth() - Method in class com.googlecode.gchart.client.GChart.Symbol
Returns this symbol's width as previously set by setWidth.
getX() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the x-coordinate of this point in "model units" (arbitrary, application-specific, units).
getXAxis() - Method in class com.googlecode.gchart.client.GChart
Returns the x-axis associated with this chart.
getXChartSize() - Method in class com.googlecode.gchart.client.GChart
Returns the number of x-pixels in the region of the chart used for curve display purposes.
getY() - Method in class com.googlecode.gchart.client.GChart.Point
Returns the y-coordinate of this point in "model units" (arbitrary, application-specific, units).
getY2Axis() - Method in class com.googlecode.gchart.client.GChart
Returns the y2-axis (right y axis) associated with this chart.
getYAxis() - Method in class com.googlecode.gchart.client.GChart.Curve
Returns the y-axis (Y_AXIS or Y2_AXIS) this curve is plotted on.
getYAxis() - Method in class com.googlecode.gchart.client.GChart
Returns the (left) y-axis associated with this chart.
getYChartSize() - Method in class com.googlecode.gchart.client.GChart
Returns the number of y-pixels in the region of the chart used for curve display purposes.

H

hasY2Axis() - Method in class com.googlecode.gchart.client.GChart
Determines if this chart has a "y2" (right) y-axis.
hasYAxis() - Method in class com.googlecode.gchart.client.GChart
Determines if this chart has an ordinary, or left, y-axis.
HBAR_BASELINE_CENTER - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and that are vertically centered on the data point.
HBAR_BASELINE_NORTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and whose bottom edge passes through the data point.
HBAR_BASELINE_SOUTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and whose top edge passes through the data point.
HBAR_EAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically centered on the point.
HBAR_NEXT - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a horizontal bar from each point to the x coordinate of the next point.
HBAR_NORTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically just above the point.
HBAR_NORTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically just above point.
HBAR_PREV - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a horizontal bar from each point to the x coordinate of the previous point.
HBAR_SOUTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically just below the point.
HBAR_SOUTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically just below the point.
HBAR_WEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically centered on the point.

I

INSIDE_PIE_ARC - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just inside, and centered on, the arc side of a pie slice.
isLegendVisible() - Method in class com.googlecode.gchart.client.GChart
Determines if the legend of this chart is visible.
isVisible() - Method in class com.googlecode.gchart.client.GChart.Curve
Is this curve visible on the chart and legend key, or is it hidden from view.

N

NAI - Static variable in class com.googlecode.gchart.client.GChart
In analogy to how it uses Double.NaN (Not a Number), GChart uses NAI (Not an Integer) to represent integers whose values have not been explicitly specified.
NORTH - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just above, and horizontally centered on, the symbol used to represent the point.
NORTHEAST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the right of and above, the symbol used to represent the point.
NORTHWEST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the left of and above, the symbol used to represent the point.

O

ON_PIE_ARC - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be centered on the center-point of the arc side of a pie slice.
onY2() - Method in class com.googlecode.gchart.client.GChart.Curve
Convenience method equivalent to getYAxis()==Y2_AXIS.
OUTSIDE_PIE_ARC - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just outside, and centered on, the arc side of a pie slice.

P

PIE_SLICE_HATCHED_SHADING - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a pie slice whose area is shaded using both vertical and horizontal bars, which produces a "cross-hatched" pattern.
PIE_SLICE_HORIZONTAL_SHADING - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a pie slice whose area is shaded using horizontal bars.
PIE_SLICE_OPTIMAL_SHADING - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draw a pie slice whose area is shaded using either vertical bars or horizontal bars--whichever renders the slice more efficiently.
PIE_SLICE_VERTICAL_SHADING - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a pie slice whose area is shaded using vertical bars.

R

removeCurve(int) - Method in class com.googlecode.gchart.client.GChart
Removes the curve at the specified positional index.
removePoint(int) - Method in class com.googlecode.gchart.client.GChart.Curve
Removes the point at the specified index.

S

setAnnotationFontColor(String) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the color of the annotation's font.
setAnnotationFontSize(int) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the font size of this point's annotation, in pixels.
setAnnotationFontStyle(String) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the CSS font-style used by this point's annotation message.
setAnnotationFontWeight(String) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the weight of the font that will be used to render the text of this point's annotation.
setAnnotationLocation(GChart.AnnotationLocation) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the location, relative to this point's symbol, of this point's annotation (text label).
setAnnotationText(String) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the text of this point's annotation (label).
setAnnotationVisible(boolean) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies if this point's annotation (label) is visible or not.
setAnnotationXShift(int) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the number of pixels (along the x-axis) to move this point's annotation from its default, AnnotationLocation-defined, position.
setAnnotationYShift(int) - Method in class com.googlecode.gchart.client.GChart.Point
Specifies the number of pixels (along the y-axis) to move this point's annotation from its default, AnnotationLocation-defined, position.
setAxisLabel(String) - Method in class com.googlecode.gchart.client.GChart.Axis
Convenience method equivalent to setAxisLabel(new HTML(html))
setAxisLabel(Widget) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the label of this axis.
setAxisMax(double) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the maximum value of this axis.
setAxisMin(double) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the minimum value of this axis.
setAxisVisible(boolean) - Method in class com.googlecode.gchart.client.GChart.Axis
Defines if this axis is visible.
setBackgroundColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the background color of the chart as a whole.
setBackgroundColor(String) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies theCSS background color of all the rectangular elements used in rendering this symbol.
setBaseline(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies the baseline value for this symbol.
setBlankImageURL(String) - Static method in class com.googlecode.gchart.client.GChart
Specifies a URL that points to the transparent, 1 x 1 pixel, "blank GIF" that GChart uses in order to render your chart without adding spurious "missing image" icons to it.
setBorderColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the color of the border around the chart as a whole.
setBorderColor(String) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies the CSS border color of all the rectangular elements used in rendering this symbol.
setBorderStyle(String) - Method in class com.googlecode.gchart.client.GChart
Sets style of the border around the chart as a whole.
setBorderStyle(String) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the border style of the rectangular elements used to render this symbol.
setBorderWidth(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the width of the border around the chart as a whole.
setBorderWidth(int) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the width of the border around each rectangular element used to render this symbol's border, in pixels.
setChartFootnotes(String) - Method in class com.googlecode.gchart.client.GChart
Convenience method equivalent to setChartFootnotes(new HTML(html)).
setChartFootnotes(Widget) - Method in class com.googlecode.gchart.client.GChart
Sets widget the appears centered just below the chart
setChartSize(int, int) - Method in class com.googlecode.gchart.client.GChart
Convenience method equivalent to setXChartSize(xChartSize); setYChartSize(yChartSize).
setChartTitle(String) - Method in class com.googlecode.gchart.client.GChart
Convenience method equivalent to setChartTitle(new HTML(html)).
setChartTitle(Widget) - Method in class com.googlecode.gchart.client.GChart
Specifies the widget that appears centered just above the chart.
setFillHasHovertext(boolean) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies if interpolated and filled-in rectangular elements, generated to render any required non-rectangular aspects of symbol, have hovertext added to them as defined by the symbol's hovertextTemplate.
setFillSpacing(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies the spacing between successive rectangular elements used to render any required non-rectangular features of the symbol.
setFillThickness(int) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the "thickness" of the rectangular elements used to render any required non-rectangular features of this symbol.
setFontFamily(String) - Method in class com.googlecode.gchart.client.GChart
Sets the font-family used in tick labels, point annotations, legends, titles, footnotes, and axis labels.
setGridColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the single color used for all gridlines, axes lines, and tick marks.
setHasGridlines(boolean) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies if this axis should have gridlines.
setHeight(int) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the height of this symbol (including any specified border) in pixels.
setHovertextTemplate(String) - Method in class com.googlecode.gchart.client.GChart.Curve
Deprecated. This method is equivalent to:

getSymbol().setHovertextTemplate(hovertextTemplate)

It is retained only for GChart 1.1 compatibility purposes.

setHovertextTemplate(String) - Method in class com.googlecode.gchart.client.GChart.Symbol
Defines the "hover-text" that appears whenever the user points their mouse at a point on the curve.
setInitialPieSliceOrientation(double) - Method in class com.googlecode.gchart.client.GChart
Sets the default initial orientation for pie slices.
setLegendBackgroundColor(String) - Method in class com.googlecode.gchart.client.GChart
Sets the background color of the chart's legend.
setLegendBorderColor(String) - Method in class com.googlecode.gchart.client.GChart
Sets the border color of the chart's legend.
setLegendBorderStyle(String) - Method in class com.googlecode.gchart.client.GChart
Sets style of the border around the chart's legend (key).
setLegendBorderWidth(int) - Method in class com.googlecode.gchart.client.GChart
Sets the width of the chart legend's border.
setLegendFontColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the color of the legend's font.
setLegendFontSize(int) - Method in class com.googlecode.gchart.client.GChart
Specifies the font size, in pixels, of text displayed in the chart's legend (also know as a chart's key).
setLegendFontStyle(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the cssStyle of the font used to render the legend's labels.
setLegendFontWeight(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the weight of the font used in the labels of the legend.
setLegendLabel(String) - Method in class com.googlecode.gchart.client.GChart.Curve
Sets the HTML that defines the label shown to the right of the icon representing the curve's symbol in the chart's legend.
setLegendVisible(boolean) - Method in class com.googlecode.gchart.client.GChart
Specifies if the legend is to be visible on this chart.
setModelHeight(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the height of this symbol (including any specified border) in model units (arbitrary, user-defined, units).
setModelWidth(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the width of this symbol (including any specified border) in model units.
setPadding(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the amount of padding to add just inside of the chart's border, as a CSS padding specification string.
setPieSliceOrientation(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies a value that defines the angular orientation of the first edge of the pie slice associated with this symbol.
setPieSliceSize(double) - Method in class com.googlecode.gchart.client.GChart.Symbol
Specifies a value that defines the angular size of any pie slice associated with this symbol.
setPlotAreaBackgroundColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the background color of the area of the chart in which symbols representing curve data are displayed
setPlotAreaBorderColor(String) - Method in class com.googlecode.gchart.client.GChart
Specifies the color of the border around the area of the chart in which symbols representing curve data are displayed.
setPlotAreaBorderStyle(String) - Method in class com.googlecode.gchart.client.GChart
Sets style of the border around the chart's plot area (the rectangular area where the curves are drawn).
setPlotAreaBorderWidth(int) - Method in class com.googlecode.gchart.client.GChart
Specifies the width of the border around the area of the chart in which symbols representing curve data are displayed.
setShowOffChartPoints(boolean) - Method in class com.googlecode.gchart.client.GChart
Specifies if points falling outside the ranges defined by the chart's axis limits are to be visible or hidden.
setSymbolType(GChart.SymbolType) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the type of this symbol.
setTickCount(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Sets the number of ticks to be placed on this axis.
setTickLabelFontColor(String) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the color of the font used to rended tick labels for this axis.
setTickLabelFontSize(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Sets the tick label font size for tick labels on this axis, in pixels.
setTickLabelFontStyle(String) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the CSS font-style of this axis' tick labels.
setTickLabelFontWeight(String) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the weight of the font used in the labels of the legend.
setTickLabelFormat(String) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies a format string to be used in converting the numeric values associated with each tick on this axis into tick labels.
setTickLabelThickness(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the thickness of the region adjacent to this axis that GChart will reserve for purposes of holding this axis' tick labels.
setTickLength(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Sets this axes' tick length.
setTickLength(int) - Method in class com.googlecode.gchart.client.GChart.XAxis
 
setTickLength(int) - Method in class com.googlecode.gchart.client.GChart.Y2Axis
 
setTickLength(int) - Method in class com.googlecode.gchart.client.GChart.YAxis
 
setTicksPerLabel(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Specifies the ratio of the number of tick marks on the axis, to the number of labeled tick marks on the axis.
setTickThickness(int) - Method in class com.googlecode.gchart.client.GChart.Axis
Sets this axes' tick thickness.
setTickThickness(int) - Method in class com.googlecode.gchart.client.GChart.XAxis
 
setTickThickness(int) - Method in class com.googlecode.gchart.client.GChart.Y2Axis
 
setTickThickness(int) - Method in class com.googlecode.gchart.client.GChart.YAxis
 
setVisible(boolean) - Method in class com.googlecode.gchart.client.GChart.Curve
Defines if this curve is visible both in the plotting region and on the legend key.
setWidth(int) - Method in class com.googlecode.gchart.client.GChart.Symbol
Sets the width of this symbol (including any specified border) in pixels.
setX(double) - Method in class com.googlecode.gchart.client.GChart.Point
Defines the x-coordinate of this point in "model units" (arbitrary, application-specific, units mapped to the horizontal dimension of the plot area).
setXChartSize(int) - Method in class com.googlecode.gchart.client.GChart
Sets the number of pixels, in the horizontal dimension, available for curve display.
setY(double) - Method in class com.googlecode.gchart.client.GChart.Point
Defines the y-coordinate of this point in "model units" (arbitrary, application-specific, units mapped to the vertical dimension of the plot area).
setYAxis(GChart.YAxisId) - Method in class com.googlecode.gchart.client.GChart.Curve
Sets the y-axis that this curve is plotted on.
setYChartSize(int) - Method in class com.googlecode.gchart.client.GChart
Sets the number of pixels, in the vertical dimension, available for curve display.
SOUTH - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just below, and horizontally centered on, the symbol used to represent the point.
SOUTHEAST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the right of and below, the symbol used to represent the point.
SOUTHWEST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the left of and below, the symbol used to represent the point.

U

update() - Method in class com.googlecode.gchart.client.GChart
Builds a chart that reflects current user-specified chart specs (curve data, symbol choices, etc.)
USE_CSS - Static variable in class com.googlecode.gchart.client.GChart
A special value used to tell GChart that a property should be defined via CSS, not via an explicit Java API specification.

V

VBAR_BASELINE_CENTER - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and that are horizontally centered on the data point.
VBAR_BASELINE_EAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and whose left edge passes through the data point.
VBAR_BASELINE_WEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and whose right edge passes through the data point.
VBAR_NEXT - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a vertical bar from each point to the y coordinate of the next point.
VBAR_NORTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally centered on the point.
VBAR_NORTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally to the right of the point.
VBAR_NORTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally to the left of the point.
VBAR_PREV - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Draws a vertical bar from each point to the y coordinate of the previous point.
VBAR_SOUTH - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally centered on the point.
VBAR_SOUTHEAST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally to the right of the point.
VBAR_SOUTHWEST - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally to the left of the point.

W

WEST - Static variable in class com.googlecode.gchart.client.GChart.AnnotationLocation
Specifies that a point's annotation (label) should be positioned just to the left of, and vertically centered on, the symbol used to represent the point.

X

XGRIDLINE - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Represents a single x-axis grid-line.

Y

Y2_AXIS - Static variable in class com.googlecode.gchart.client.GChart
Keyword used to indicate that a curve should be displayed on the right (the so-called y2) y-axis.
Y2GRIDLINE - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Represents a single y2-axis grid-line.
Y_AXIS - Static variable in class com.googlecode.gchart.client.GChart
Keyword used to indicate that a curve should be displayed on the left y-axis.
YGRIDLINE - Static variable in class com.googlecode.gchart.client.GChart.SymbolType
Represents a single y-axis grid-line.

A B C D E F G H I N O P R S U V W X Y

Copyright © 2007 John C. Gunther. All Rights Reserved.