Skip to content

Commit 704f732

Browse files
committed
Improve JavaDoc
1 parent 55a4842 commit 704f732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/uk/org/okapibarcode/output/Java2DRenderer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public Java2DRenderer(Graphics2D g2d, double magnification, Color paper, Color i
8282
*
8383
* @param g2d the graphics to render to
8484
* @param magnification the magnification factor to apply
85-
* @param paper the paper (background) color (may be {@code null})
86-
* @param ink the ink (foreground) color (may be {@code null})
85+
* @param paper the paper (background) color (may be {@code null}, in which case no background is drawn)
86+
* @param ink the ink (foreground) color (may be {@code null}, in which case the current {@link Graphics2D} color is used)
8787
* @param rotation the clockwise rotation of the symbol in degrees (must be a multiple of 90)
8888
*/
8989
public Java2DRenderer(Graphics2D g2d, double magnification, Color paper, Color ink, int rotation) {

0 commit comments

Comments
 (0)