package org.jogamp.glg2d.util; import java.awt.Graphics2D; public interface Painter { void paint(Graphics2D g2d); }