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

org.wicketstuff.googlecharts.IChartData Maven / Gradle / Ivy

The newest version!
/*
 * Created on Dec 11, 2007
 */
package org.wicketstuff.googlecharts;

import java.io.Serializable;

/**
 * @author Daniel Spiewak
 */
public interface IChartData extends Serializable
{

	public ChartDataEncoding getEncoding();

	public double[][] getData();

	public double getMax();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy