Interface IBorderRegistry


  • public interface IBorderRegistry
    The registry of the platform borders.
    • Method Detail

      • getStyleBorders

        Map<String,​Border> getStyleBorders​(Version version)
        Gets the all registered style borders.
        Parameters:
        version - current project version, cannot be null
        Returns:
        all registered style borders, never null
      • getBorder

        Border getBorder​(String alias,
                         Version version)
        Gets the border by specified alias (the qualified name).
        Parameters:
        alias - the qualified name, cannot be null
        version - the current project version, cannot be null
        Returns:
        the border, can be null if not found