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

io.pivotal.services.dataTx.geode.office.ChartStatsVisitor Maven / Gradle / Ivy

Go to download

APIs to convert Apache Geode/GemFire data points to office documents such as CSVs or graphic reports

The newest version!
package io.pivotal.services.dataTx.geode.office;

import io.pivotal.services.dataTx.geode.operations.stats.visitors.StatsVisitor;
import nyla.solutions.office.chart.Chart;

public interface ChartStatsVisitor extends StatsVisitor
{

	/**
	 * @return the chart
	 */
	Chart getChart();
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy