static BufferedImage renderBackgroundPlusLines_withHints(int w, int h, BackgroundPlus s) { BufferedImage bi = renderBackgroundPlusLines(w, h, s); RGBImage img = new RGBImage(bi); for (LineWithColor e : s.things) rgbMarkPoints(img, Color.white, 1, e.a, e.b); ret rgbUncache(img).getBufferedImage(); }