For downloads, demos, and more visit the
Client-side GChart Home Page

Uses of Class
com.googlecode.gchart.client.GChart.AnnotationLocation

Uses of GChart.AnnotationLocation in com.googlecode.gchart.client
 

Fields in com.googlecode.gchart.client declared as GChart.AnnotationLocation
static GChart.AnnotationLocation GChart.AnnotationLocation.CENTER
          Specifies that a point's annotation (label) should be positioned so as to be centered on the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.CLOSEST_TO_HORIZONTAL_BASELINE
          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.
static GChart.AnnotationLocation GChart.AnnotationLocation.CLOSEST_TO_VERTICAL_BASELINE
          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.
static GChart.AnnotationLocation GChart.DEFAULT_HBAR_BASELINE_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses a HBAR_BASELINE_* symbol type.
static GChart.AnnotationLocation GChart.DEFAULT_HBARLEFT_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses an HBAR_*WEST symbol type.
static GChart.AnnotationLocation GChart.DEFAULT_HBARRIGHT_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses an HBAR_*EAST symbol type.
static GChart.AnnotationLocation GChart.DEFAULT_HOVER_LOCATION
          The default hover feedback location used to position the hover feedback when the user hovers their mouse above a point on a curve (pie slices, and bar symbols have different defaults).
static GChart.AnnotationLocation GChart.DEFAULT_PIE_SLICE_HOVER_LOCATION
          The default hover feedback location used by symbols when they have a symbol type of of the form PIE_SLICE_*.
static GChart.AnnotationLocation GChart.DEFAULT_VBAR_BASELINE_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses a VBAR_BASELINE_* symbol type.
static GChart.AnnotationLocation GChart.DEFAULT_VBARBOTTOM_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses a VBAR_SOUTH* symbol type.
static GChart.AnnotationLocation GChart.DEFAULT_VBARTOP_HOVER_LOCATION
          The default location used to position the hover feedback when the user hovers their mouse above a point on a curve that uses a VBAR_NORTH* symbol type.
static GChart.AnnotationLocation GChart.AnnotationLocation.EAST
          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.
static GChart.AnnotationLocation GChart.AnnotationLocation.FARTHEST_FROM_HORIZONTAL_BASELINE
          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.
static GChart.AnnotationLocation GChart.AnnotationLocation.FARTHEST_FROM_VERTICAL_BASELINE
          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.
static GChart.AnnotationLocation GChart.AnnotationLocation.INSIDE_PIE_ARC
          Specifies that a point's annotation (label) should be positioned just inside, and centered on, the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTH
          Specifies that a point's annotation (label) should be positioned just above, and horizontally centered on, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTHEAST
          Specifies that a point's annotation (label) should be positioned just to the right of and above, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTHWEST
          Specifies that a point's annotation (label) should be positioned just to the left of and above, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.ON_PIE_ARC
          Specifies that a point's annotation (label) should be centered on the center-point of the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.OUTSIDE_PIE_ARC
          Specifies that a point's annotation (label) should be positioned just outside, and centered on, the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTH
          Specifies that a point's annotation (label) should be positioned just below, and horizontally centered on, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTHEAST
          Specifies that a point's annotation (label) should be positioned just to the right of and below, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTHWEST
          Specifies that a point's annotation (label) should be positioned just to the left of and below, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.WEST
          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.
 

Methods in com.googlecode.gchart.client that return GChart.AnnotationLocation
 GChart.AnnotationLocation GChart.Curve.Point.getAnnotationLocation()
          Returns the previously specified location, relative to the symbol representing the point, of the annotation (text label) associated with this point.
 GChart.AnnotationLocation GChart.Symbol.getBrushLocation()
          Returns the location of the rectangular brush relative to the current x,y coordinates of the mouse cursor.
 GChart.AnnotationLocation GChart.Symbol.getHoverLocation()
          Retrieves point-relative location of this symbol's hover annotations.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.AnnotationLocation
 void GChart.Curve.Point.setAnnotationLocation(GChart.AnnotationLocation annotationLocation)
          Specifies the location, relative to this point's symbol, of this point's annotation (text label).
 void GChart.Symbol.setBrushLocation(GChart.AnnotationLocation location)
          Sets the location of the brush relative to the mouse x,y coordinates.
 void GChart.Symbol.setHoverLocation(GChart.AnnotationLocation hoverLocation)
          Specifies the location of this point's hover annotations.
 


For downloads, demos, and more visit the
Client-side GChart Home Page

Copyright © 2007,2008 John C. Gunther. All Rights Reserved. Portions from GWTCanvas, Copyright © Google, Inc.