static interface RenderableWithHints extends Renderable { void renderHintsOn(Graphics2D g, int w, int h); }