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

com.github.davidmoten.grumpy.wms.reduction.ValueRenderer Maven / Gradle / Ivy

package com.github.davidmoten.grumpy.wms.reduction;

import java.awt.Graphics2D;
import java.awt.Rectangle;

import com.github.davidmoten.grumpy.projection.Projector;

public interface ValueRenderer {
    void render(Graphics2D g, Projector projector, Rectangle region, final T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy