Uses of Interface
com.googlecode.lanterna.gui2.Border

Packages that use Border
Package
Description
 
  • Uses of Border in com.googlecode.lanterna.gui2

    Classes in com.googlecode.lanterna.gui2 that implement Border
    Modifier and Type
    Class
    Description
    class 
    Abstract implementation of Border interface that has some of the methods filled out.
    Methods in com.googlecode.lanterna.gui2 that return Border
    Modifier and Type
    Method
    Description
    static Border
    Borders.doubleLine()
    Creates a Border that is drawn as a solid color double line surrounding the wrapped component
    static Border
    Borders.doubleLine(String title)
    Creates a Border that is drawn as a solid color double line surrounding the wrapped component with a title string normally drawn at the top-left side
    static Border
    Borders.doubleLineBevel()
    Creates a Border that is drawn as a bevel color double line surrounding the wrapped component
    static Border
    Borders.doubleLineBevel(String title)
    Creates a Border that is drawn as a bevel color double line surrounding the wrapped component with a title string normally drawn at the top-left side
    static Border
    Creates a Border that is drawn as a reverse bevel color double line surrounding the wrapped component
    static Border
    Creates a Border that is drawn as a reverse bevel color double line surrounding the wrapped component with a title string normally drawn at the top-left side
    AbstractBorder.setLayoutData(LayoutData ld)
     
    AbstractBorder.setSize(TerminalSize size)
     
    static Border
    Borders.singleLine()
    Creates a Border that is drawn as a solid color single line surrounding the wrapped component
    static Border
    Borders.singleLine(String title)
    Creates a Border that is drawn as a solid color single line surrounding the wrapped component with a title string normally drawn at the top-left side
    static Border
    Borders.singleLineBevel()
    Creates a Border that is drawn as a bevel color single line surrounding the wrapped component
    static Border
    Borders.singleLineBevel(String title)
    Creates a Border that is drawn as a bevel color single line surrounding the wrapped component with a title string normally drawn at the top-left side
    static Border
    Creates a Border that is drawn as a reverse bevel color single line surrounding the wrapped component
    static Border
    Creates a Border that is drawn as a reverse bevel color single line surrounding the wrapped component with a title string normally drawn at the top-left side
    AbstractComponent.withBorder(Border border)
     
    Component.withBorder(Border border)
    Takes a border object and moves this component inside it and then returns it again.
    Methods in com.googlecode.lanterna.gui2 with parameters of type Border
    Modifier and Type
    Method
    Description
    AbstractComponent.withBorder(Border border)
     
    Component.withBorder(Border border)
    Takes a border object and moves this component inside it and then returns it again.