!7 p-substance { BufferedImage bi = newBufferedImage(400, 400, Color.white); drawRoundEdgeLine(bi, 20, 25, 300, 250, Color.red, 10); showImage(bi); }