public class PointUpdateEvent extends PointEvent
PointUpdateEventHandler and register it via the
SeriesPlotOptions.setPointUpdateEventHandler(PointUpdateEventHandler)
method in order to access update events.| Constructor and Description |
|---|
PointUpdateEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject point)
This constructor is intended for internal use only.
|
getPoint, getPointName, getSeriesId, getSeriesName, getXAsDouble, getXAsLong, getXAsString, getYAsDouble, getYAsLong, getYAsStringgetClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownpublic PointUpdateEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject point)
PointUpdateEventHandler.event - The native javascript object containing the details of the original event that was fired.point - The native javascript object that represents the point instance that the event was triggered on.Copyright © 2015. All Rights Reserved.