Interface Orientation


public interface Orientation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The element is in horizontal orientation.
    static final int
    The element is in vertical orientation.
  • Field Details

    • HORIZONTAL

      static final int HORIZONTAL
      The element is in horizontal orientation.
      See Also:
    • VERTICAL

      static final int VERTICAL
      The element is in vertical orientation.
      See Also: