|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.visualization.client.visualizations.Visualization<ScatterChart.Options>
com.google.gwt.visualization.client.visualizations.ScatterChart
@Deprecated public class ScatterChart
Scatter Chart visualization. Like "connect the dots" without connecting the dots.
| 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 |
|---|
addDomHandler, addHandler, 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, 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 |
| Field Detail |
|---|
public static final java.lang.String PACKAGE
| Constructor Detail |
|---|
public ScatterChart()
public ScatterChart(AbstractDataTable data,
ScatterChart.Options options)
| Method Detail |
|---|
public final void addOnMouseOutHandler(OnMouseOutHandler handler)
public final void addOnMouseOverHandler(OnMouseOverHandler handler)
public final void addReadyHandler(ReadyHandler handler)
public final void addSelectHandler(SelectHandler handler)
Selectable
addSelectHandler in interface Selectablehandler - A SelectHandler.public final com.google.gwt.core.client.JsArray<Selection> getSelections()
Selectable
getSelections in interface Selectablepublic final void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
Selectable
setSelections in interface Selectablesel - An array of Selections.protected com.google.gwt.core.client.JavaScriptObject createJso(com.google.gwt.dom.client.Element parent)
Visualization
createJso in class Visualization<ScatterChart.Options>parent - The container for the visualization.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||