From: Niki Roo Date: Tue, 24 Sep 2019 07:38:28 +0000 (+0200) Subject: jdoc fix X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=143130b91a88b324931454fc0630bf6c66a9dd25 jdoc fix --- diff --git a/src/be/nikiroo/jexer/TSizeConstraint.java b/src/be/nikiroo/jexer/TSizeConstraint.java index 39daa20..bfdbb3a 100644 --- a/src/be/nikiroo/jexer/TSizeConstraint.java +++ b/src/be/nikiroo/jexer/TSizeConstraint.java @@ -53,7 +53,9 @@ public class TSizeConstraint { return y2; } - // coordinates < 0 = from the other side, x2 or y2 = 0 = max size + // coordinates < 0 = from the other side + // x2 or y2 = 0 = max size + // coordinate NULL = do not work on that side at all static public void setSize(List sizeConstraints, TWidget child, Integer x1, Integer y1, Integer x2, Integer y2) { sizeConstraints.add(new TSizeConstraint(child, x1, y1, x2, y2));