Interface LayoutType

All Known Implementing Classes:
BuiltInLayouts

public interface LayoutType
Represents the type of a layout in Shuffleboard. Using this is preferred over specifying raw strings, to avoid typos and having to know or look up the exact string name for a desired layout.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the string type of the layout as defined by that layout in Shuffleboard.
  • Method Details

    • getLayoutName

      Gets the string type of the layout as defined by that layout in Shuffleboard.
      Returns:
      The string type of the layout.