28package com.jogamp.graph.ui.layout;
30import com.jogamp.math.FloatUtil;
46 public final float top;
90 public Margin(
final float tb,
final float rl) {
GraphUI CSS property Margin, scaled space between or around elements and not included in the element'...
Margin(final float top, final float right, final float bottom, final float left)
Ctor.
Margin(final float trbl)
Ctor.
final float top
Scaled top value.
final float left
Scaled left value.
Margin(final float top, final float rl, final float bottom)
Ctor.
float height()
Return scaled height of vertical values bottom + top.
final float right
Scaled right value.
Margin(final float tb, final float rl)
Ctor.
final float bottom
Scaled bottom value.
static final Margin None
Zero margin constant.
float width()
Return scaled width of horizontal values top + right.
Basic Float math utility functions.
static boolean isZero(final float a, final float epsilon)
Returns true if value is zero, i.e.