Package org.moxieapps.gwt.highcharts.client

Examples of org.moxieapps.gwt.highcharts.client.Point


     * with this event.
     *
     * @return A Point instance that is connected to the Highcharts data point associated with this event
     */
    public Point getPoint() {
        return new Point(point);
    }
View Full Code Here


     * with the nearest point to the click (e.g. "event.point").
     *
     * @return A Point instance that is connected to the Highcharts data point associated with this event
     */
    public Point getNearestPoint() {
        return new Point(nativeGetPoint());
    }
View Full Code Here

TOP

Related Classes of org.moxieapps.gwt.highcharts.client.Point

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.