Skip to content
Snippets Groups Projects
Commit c605ffb9 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Added more info in the javadoc.

parent ad5b1b80
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
...@@ -17,7 +17,7 @@ public class BrailleText implements Renderable { ...@@ -17,7 +17,7 @@ public class BrailleText implements Renderable {
/** /**
* Constructor. Creates a braille text field. * Constructor. Creates a braille text field.
* @param content The actual text of the text field. * @param content The actual text of the text field.
* @param area The desired area for the text to be rendered on. * @param area The desired area for the text to be rendered on. This must be a Dot Rectangle.
*/ */
public BrailleText(final String content, final Rectangle area) { public BrailleText(final String content, final Rectangle area) {
setText(content); setText(content);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment