Interface CornerType


public interface CornerType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Place the scrollbars on the top and right of the
    widget.
    static final int
    Place the scrollbars on the top and left of the
    widget.
    static final int
    Place the scrollbars on the right and bottom of the
    widget (default behaviour).
    static final int
    Place the scrollbars on the left and bottom of the
    widget.
  • Field Details

    • TOP_LEFT

      static final int TOP_LEFT
      Place the scrollbars on the right and bottom of the
      widget (default behaviour).
      See Also:
    • BOTTOM_LEFT

      static final int BOTTOM_LEFT
      Place the scrollbars on the top and right of the
      widget.
      See Also:
    • TOP_RIGHT

      static final int TOP_RIGHT
      Place the scrollbars on the left and bottom of the
      widget.
      See Also:
    • BOTTOM_RIGHT

      static final int BOTTOM_RIGHT
      Place the scrollbars on the top and left of the
      widget.
      See Also: