Class Borders.DoubleLine

    • Constructor Detail

    • Method Detail

      • createDefaultRenderer

        protected Border.BorderRenderer createDefaultRenderer()
        Description copied from class: AbstractComponent
        When you create a custom component, you need to implement this method and return a Renderer which is responsible for taking care of sizing the component, rendering it and choosing where to place the cursor (if Interactable). This value is intended to be overridden by custom themes.
        Specified by:
        createDefaultRenderer in class AbstractComponent<Border>
        Returns:
        Renderer to use when sizing and drawing this component