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