GraphUI CSS property Gap, scaled spacing between (grid) cells not belonging to the cell element.
More...
|
| final float | row |
| | Scaled row gap value, vertical spacing. More...
|
| |
| final float | column |
| | Scaled column gap value, horizontal spacing. More...
|
| |
GraphUI CSS property Gap, scaled spacing between (grid) cells not belonging to the cell element.
The CSS gap property defines the size of the gap between the rows and columns in a grid layout.
Definition at line 38 of file Gap.java.
◆ Gap() [1/2]
| com.jogamp.graph.ui.layout.Gap.Gap |
( |
final float |
row, |
|
|
final float |
column |
|
) |
| |
Ctor.
- Parameters
-
| row | scaled vertical row value |
| column | scaled horizontal column value |
Definition at line 56 of file Gap.java.
◆ Gap() [2/2]
| com.jogamp.graph.ui.layout.Gap.Gap |
( |
final float |
rc | ) |
|
Ctor.
- Parameters
-
| rc | scaled vertical row and horizontal column value |
Definition at line 64 of file Gap.java.
◆ height()
| float com.jogamp.graph.ui.layout.Gap.height |
( |
| ) |
|
Return scaled height of vertical value, i.e.
1 * row.
Definition at line 72 of file Gap.java.
◆ toString()
| String com.jogamp.graph.ui.layout.Gap.toString |
( |
| ) |
|
◆ width()
| float com.jogamp.graph.ui.layout.Gap.width |
( |
| ) |
|
Return scaled width of horizontal value, i.e.
1 * column.
Definition at line 69 of file Gap.java.
◆ zeroSumHeight()
| boolean com.jogamp.graph.ui.layout.Gap.zeroSumHeight |
( |
| ) |
|
◆ zeroSumSize()
| boolean com.jogamp.graph.ui.layout.Gap.zeroSumSize |
( |
| ) |
|
◆ zeroSumWidth()
| boolean com.jogamp.graph.ui.layout.Gap.zeroSumWidth |
( |
| ) |
|
◆ column
| final float com.jogamp.graph.ui.layout.Gap.column |
Scaled column gap value, horizontal spacing.
Definition at line 45 of file Gap.java.
◆ None
| final Gap com.jogamp.graph.ui.layout.Gap.None = new Gap() |
|
static |
Zero gap constant.
Definition at line 40 of file Gap.java.
◆ row
| final float com.jogamp.graph.ui.layout.Gap.row |
Scaled row gap value, vertical spacing.
Definition at line 43 of file Gap.java.
The documentation for this class was generated from the following file:
- src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java