Class LayoutHorizontalAlignment
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.LayoutHorizontalAlignment
-
public final class LayoutHorizontalAlignment extends java.lang.ObjectThe anchor at which the entities will be aligned relative to the canvas.
-
-
Field Summary
Fields Modifier and Type Field Description static intCenterThe layout will be centered horizontally on the canvas.static intLeftThe left border of the leftmost element will align to the left side of the canvas.static java.lang.String[]namesstatic intRightThe 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.Stringname(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
-
-