com.google.gwt.visualization.client.visualizations
Class ScatterChart

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.visualization.client.visualizations.Visualization<ScatterChart.Options>
              extended by com.google.gwt.visualization.client.visualizations.ScatterChart
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget, Selectable

Deprecated. this class is outdated. Instead, please use the class com.google.gwt.visualization.client.visualizations.corechart.ScatterChart

@Deprecated
public class ScatterChart
extends Visualization<ScatterChart.Options>
implements Selectable

Scatter Chart visualization. Like "connect the dots" without connecting the dots.

See Also:
Scatter Chart Visualization Reference

Nested Class Summary
static class ScatterChart.Options
          Deprecated. Options for drawing the chart.
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static java.lang.String PACKAGE
          Deprecated.  
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ScatterChart()
          Deprecated.  
ScatterChart(AbstractDataTable data, ScatterChart.Options options)
          Deprecated.  
 
Method Summary
 void addOnMouseOutHandler(OnMouseOutHandler handler)
          Deprecated.  
 void addOnMouseOverHandler(OnMouseOverHandler handler)
          Deprecated.  
 void addReadyHandler(ReadyHandler handler)
          Deprecated.  
 void addSelectHandler(SelectHandler handler)
          Deprecated. Add a SelectHandler to the visualization.
protected  com.google.gwt.core.client.JavaScriptObject createJso(com.google.gwt.dom.client.Element parent)
          Deprecated. Creates an instance of the underlying JavaScriptObject for this visualization.
 com.google.gwt.core.client.JsArray<Selection> getSelections()
          Deprecated. Get the Selections that are currently selected.
 void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
          Deprecated. Set the Selections on the Selectable visualization.
 
Methods inherited from class com.google.gwt.visualization.client.visualizations.Visualization
createDiv, draw, draw, getJso, onLoad, setSize
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PACKAGE

public static final java.lang.String PACKAGE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ScatterChart

public ScatterChart()
Deprecated. 

ScatterChart

public ScatterChart(AbstractDataTable data,
                    ScatterChart.Options options)
Deprecated. 
Method Detail

addOnMouseOutHandler

public final void addOnMouseOutHandler(OnMouseOutHandler handler)
Deprecated. 

addOnMouseOverHandler

public final void addOnMouseOverHandler(OnMouseOverHandler handler)
Deprecated. 

addReadyHandler

public final void addReadyHandler(ReadyHandler handler)
Deprecated. 

addSelectHandler

public final void addSelectHandler(SelectHandler handler)
Deprecated. 
Description copied from interface: Selectable
Add a SelectHandler to the visualization.

Specified by:
addSelectHandler in interface Selectable
Parameters:
handler - A SelectHandler.

getSelections

public final com.google.gwt.core.client.JsArray<Selection> getSelections()
Deprecated. 
Description copied from interface: Selectable
Get the Selections that are currently selected.

Specified by:
getSelections in interface Selectable
Returns:
A JsArray of Selections.

setSelections

public final void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
Deprecated. 
Description copied from interface: Selectable
Set the Selections on the Selectable visualization.

Specified by:
setSelections in interface Selectable
Parameters:
sel - An array of Selections.

createJso

protected com.google.gwt.core.client.JavaScriptObject createJso(com.google.gwt.dom.client.Element parent)
Deprecated. 
Description copied from class: Visualization
Creates an instance of the underlying JavaScriptObject for this visualization. Subclasses must override this with JSNI that calls the JavaScript constructor for their visualization.

Specified by:
createJso in class Visualization<ScatterChart.Options>
Parameters:
parent - The container for the visualization.
Returns:
The underlying JavaScriptObject for the visualization.