28package com.jogamp.graph.ui.layout;
30import com.jogamp.math.FloatUtil;
43 public final float row;
64 public Gap(
final float rc) {
65 this.row = rc; this.column = rc;
GraphUI CSS property Gap, scaled spacing between (grid) cells not belonging to the cell element.
static final Gap None
Zero gap constant.
final float column
Scaled column gap value, horizontal spacing.
final float row
Scaled row gap value, vertical spacing.
Gap(final float row, final float column)
Ctor.
float height()
Return scaled height of vertical value, i.e.
float width()
Return scaled width of horizontal value, i.e.
Basic Float math utility functions.
static boolean isZero(final float a, final float epsilon)
Returns true if value is zero, i.e.