aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-09-16 15:38:21 +0200
committerSven Gothel <[email protected]>2023-09-16 15:38:21 +0200
commite5de90b67efe8e8ca518159b3a73295d751764c1 (patch)
tree49b751489dda73b510e4db37abed6b8824ec0372 /src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
parent1e55d2a6a157cb9d70f7a879cc9a9bc97db5413d (diff)
GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale. {Box,Grid}Layout: Always remove Bottom-Left delta and refine API doc of incl scale behavior
GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale. Margin outside of a shape is not scaled and hence must be considered when using Fill scale. {Box,Grid}Layout: Always remove Bottom-Left delta Previously we were only dropping the negative extend. However, since our scale and center algo uses the AABBox width and height, which excludes the bottom-left delta, we have to drop such offset. TODO: Otherwise, we would need adjust for the bottom-left extend when NOT centering for each direction! This might be a useful enhancement in case one likes to drop shapes as-is w/o centering. {Box,Grid}Layout: Refine API doc of incl scale behavior
Diffstat (limited to 'src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java')
-rw-r--r--src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
index 35174a87d..61d93c03c 100644
--- a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
+++ b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
@@ -30,7 +30,7 @@ package com.jogamp.graph.ui.layout;
import com.jogamp.opengl.math.FloatUtil;
/**
- * GraphUI CSS property Gap, spaceing between (grid) cells not belonging to the element.
+ * GraphUI CSS property Gap, spacing between (grid) cells not belonging to the element.
* <p>
* The CSS gap property defines the size of the gap between the rows and columns in a grid layout.
* </p>