org.cafesip.gwtcomp.client.ui.charting
Class TimeSeriesChartPanel

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.googlecode.gchart.client.GChart
                  extended by org.cafesip.gwtcomp.client.ui.charting.TimeSeriesChartPanel
All Implemented Interfaces:
HasHandlers, EventListener

public class TimeSeriesChartPanel
extends com.googlecode.gchart.client.GChart

An internal class for rendering the chart in the LiveDataPanel.

Author:
Amit Chatterjee

Nested Class Summary
 
Nested classes/interfaces inherited from class com.googlecode.gchart.client.GChart
com.googlecode.gchart.client.GChart.AnnotationLocation, com.googlecode.gchart.client.GChart.Axis, com.googlecode.gchart.client.GChart.Curve, com.googlecode.gchart.client.GChart.Symbol, com.googlecode.gchart.client.GChart.SymbolType, com.googlecode.gchart.client.GChart.XAxis, com.googlecode.gchart.client.GChart.Y2Axis, com.googlecode.gchart.client.GChart.YAxis
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.googlecode.gchart.client.GChart
DEFAULT_ANNOTATION_FONTSIZE, DEFAULT_BLANK_IMAGE_URL, DEFAULT_FONT_COLOR, DEFAULT_FONT_STYLE, DEFAULT_FONT_WEIGHT, DEFAULT_FOOTNOTES_THICKNESS, DEFAULT_GRID_COLOR, DEFAULT_HOVERTEXT_TEMPLATE, DEFAULT_LEGEND_BACKGROUND_COLOR, DEFAULT_LEGEND_BORDER_COLOR, DEFAULT_LEGEND_BORDER_STYLE, DEFAULT_LEGEND_BORDER_WIDTH, DEFAULT_LEGEND_FONTSIZE, DEFAULT_LINE_FILL_THICKNESS, DEFAULT_PIE_SLICE_FILL_SPACING, DEFAULT_PIE_SLICE_FILL_THICKNESS, DEFAULT_PIE_SLICE_HOVERTEXT_TEMPLATE, DEFAULT_PLOTAREA_BACKGROUND_COLOR, DEFAULT_PLOTAREA_BORDER_COLOR, DEFAULT_PLOTAREA_BORDER_STYLE, DEFAULT_PLOTAREA_BORDER_WIDTH, DEFAULT_SYMBOL_BACKGROUND_COLOR, DEFAULT_SYMBOL_BORDER_COLORS, DEFAULT_SYMBOL_BORDER_STYLE, DEFAULT_SYMBOL_BORDER_WIDTH, DEFAULT_SYMBOL_FILL_SPACING, DEFAULT_SYMBOL_FILL_THICKNESS, DEFAULT_SYMBOL_HEIGHT, DEFAULT_SYMBOL_TYPE, DEFAULT_SYMBOL_WIDTH, DEFAULT_TICK_COUNT, DEFAULT_TICK_LABEL_FONT_COLOR, DEFAULT_TICK_LABEL_FONT_STYLE, DEFAULT_TICK_LABEL_FONT_WEIGHT, DEFAULT_TICK_LABEL_FONTSIZE, DEFAULT_TICK_LABEL_FORMAT, DEFAULT_TICK_LENGTH, DEFAULT_TICK_THICKNESS, DEFAULT_TITLE_THICKNESS, DEFAULT_WIDGET_HEIGHT_UPPERBOUND, DEFAULT_WIDGET_WIDTH_UPPERBOUND, DEFAULT_X_CHARTSIZE, DEFAULT_Y_CHARTSIZE, NAI, USE_CSS, Y_AXIS, Y2_AXIS
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
TimeSeriesChartPanel(ChartInfo chartInfo, int width, int height)
           
 
Method Summary
 void addPoints(Date timestamp, Double[] values)
           
 ChartInfo getChartInfo()
           
 
Methods inherited from class com.googlecode.gchart.client.GChart
addCurve, addCurve, clearCurves, getBackgroundColor, getBlankImageURL, getBorderColor, getBorderStyle, getBorderWidth, getChartFootnotes, getChartFootnotesLeftJustified, getChartFootnotesThickness, getChartTitle, getChartTitleThickness, getCurve, getCurve, getCurveIndex, getFontFamily, getGridColor, getInitialPieSliceOrientation, getLegendBackgroundColor, getLegendBorderColor, getLegendBorderStyle, getLegendBorderWidth, getLegendFontColor, getLegendFontSize, getLegendFontStyle, getLegendFontWeight, getLegendThickness, getNCurves, getOptimizeForMemory, getPadding, getPlotAreaBackgroundColor, getPlotAreaBorderColor, getPlotAreaBorderStyle, getPlotAreaBorderWidth, getPlotAreaImageURL, getShowOffChartPoints, getShowOffDecoratedChartGlyphs, getXAxis, getXChartSize, getXChartSizeDecorated, getY2Axis, getYAxis, getYChartSize, getYChartSizeDecorated, hasY2Axis, hasYAxis, isLegendVisible, removeCurve, setBackgroundColor, setBlankImageURL, setBorderColor, setBorderStyle, setBorderWidth, setChartFootnotes, setChartFootnotes, setChartFootnotesLeftJustified, setChartFootnotesThickness, setChartSize, setChartTitle, setChartTitle, setChartTitleThickness, setFontFamily, setGridColor, setInitialPieSliceOrientation, setLegendBackgroundColor, setLegendBorderColor, setLegendBorderStyle, setLegendBorderWidth, setLegendFontColor, setLegendFontSize, setLegendFontStyle, setLegendFontWeight, setLegendThickness, setLegendVisible, setOptimizeForMemory, setPadding, setPlotAreaBackgroundColor, setPlotAreaBorderColor, setPlotAreaBorderStyle, setPlotAreaBorderWidth, setPlotAreaImageURL, setShowOffChartPoints, setShowOffDecoratedChartGlyphs, setXChartSize, setYChartSize, update
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeSeriesChartPanel

public TimeSeriesChartPanel(ChartInfo chartInfo,
                            int width,
                            int height)
Method Detail

addPoints

public void addPoints(Date timestamp,
                      Double[] values)

getChartInfo

public ChartInfo getChartInfo()
Returns:
Returns the chartInfo.


Copyright © 2010 Cafesip.org. All Rights Reserved.