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

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

There is a newer version: 1.5-RC5.1
Show newest version
/*
 * Created on Dec 11, 2007
 */
package org.wicketstuff.googlecharts;

import java.awt.Color;

/**
 * @author Daniel Spiewak
 */
public interface ILinearGradientFill extends IChartFill {

    public int getAngle();

    public Color[] getColors();

    public double[] getOffsets();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy