java.lang.Object
org.teamapps.ux.component.absolutelayout.Length
public class Length
extends java.lang.Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
static Length |
AUTO |
|
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public static final Length AUTO
-
Constructor Details
-
public Length(float size)
-
public Length(
float size,
SizeUnit unit)
-
Method Details
-
public static Length ofPixels(
int pixels)
-
public static Length ofPercent(
int percent)
-
public java.lang.String toCssString()
-
-