All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.option.mock.seriespie.MockMouseOverEvent Maven / Gradle / Ivy

The newest version!

package com.github.highcharts4gwt.model.highcharts.option.mock.seriespie;

import com.github.highcharts4gwt.model.highcharts.option.api.seriespie.MouseOverEvent;

public class MockMouseOverEvent
    implements MouseOverEvent
{

    private com.github.highcharts4gwt.model.highcharts.object.api.Series Series;

    public com.github.highcharts4gwt.model.highcharts.object.api.Series series() {
        return Series;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy