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

org.meteoinfo.chart.render.GraphicRender Maven / Gradle / Ivy

There is a newer version: 3.8
Show newest version
package org.meteoinfo.chart.render;

import org.meteoinfo.geometry.graphic.Graphic;

public interface GraphicRender {

    /**
     * Draw graphic
     */
    public abstract void draw();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy