Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Bottom
      Each entity will align to the bottom of its row.
      static int Center
      Each entity will be centered within its row.
      static java.lang.String[] names  
      static int Top
      Each entity will align to the top of its row in the layout.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String name​(int e)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • name

        public static java.lang.String name​(int e)