Class LayoutVerticalAlignment
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.LayoutVerticalAlignment
-
public final class LayoutVerticalAlignment extends java.lang.Object
The anchor at which the entities will be aligned *within* each row. Note that rows collectively are still top aligned relative to the canvas. To center align within the canvas, add a placeholder child entity with the same height as the canvas.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
Top
public static final int Top
Each entity will align to the top of its row in the layout.- See Also:
- Constant Field Values
-
Center
public static final int Center
Each entity will be centered within its row.- See Also:
- Constant Field Values
-
Bottom
public static final int Bottom
Each entity will align to the bottom of its row.- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-