Class LayoutHorizontalAlignment
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.LayoutHorizontalAlignment
-
public final class LayoutHorizontalAlignment extends java.lang.Object
The anchor at which the entities will be aligned relative to the canvas.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Center
The layout will be centered horizontally on the canvas.static int
Left
The left border of the leftmost element will align to the left side of the canvas.static java.lang.String[]
names
static int
Right
The right border of the rightmost element will align to the right side of the canvas.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
Left
public static final int Left
The left border of the leftmost element will align to the left side of the canvas.- See Also:
- Constant Field Values
-
Center
public static final int Center
The layout will be centered horizontally on the canvas.- See Also:
- Constant Field Values
-
Right
public static final int Right
The right border of the rightmost element will align to the right side of the canvas.- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-