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

org.fujion.sparkline.AbstractPlot Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package org.fujion.sparkline;

import org.fujion.ancillary.Options;

/**
 * Base class for sparkline plots.
 */
public class AbstractPlot extends Options {
    
    private final SparklineType type;

    protected AbstractPlot(SparklineType type) {
        this.type = type;
    }

    public SparklineType getType() {
        return type;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy