Uses of Class
com.googlecode.lanterna.gui2.Borders.BorderStyle
-
Packages that use Borders.BorderStyle Package Description com.googlecode.lanterna.gui2 -
-
Uses of Borders.BorderStyle in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as Borders.BorderStyle Modifier and Type Field Description private Borders.BorderStyle
Borders.AbstractBorderRenderer. borderStyle
protected Borders.BorderStyle
Borders.StandardBorder. borderStyle
Methods in com.googlecode.lanterna.gui2 that return Borders.BorderStyle Modifier and Type Method Description static Borders.BorderStyle
Borders.BorderStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Borders.BorderStyle[]
Borders.BorderStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.lanterna.gui2 with parameters of type Borders.BorderStyle Constructor Description AbstractBorderRenderer(Borders.BorderStyle borderStyle)
DoubleLine(java.lang.String title, Borders.BorderStyle borderStyle)
DoubleLineRenderer(Borders.BorderStyle borderStyle)
SingleLine(java.lang.String title, Borders.BorderStyle borderStyle)
SingleLineRenderer(Borders.BorderStyle borderStyle)
StandardBorder(java.lang.String title, Borders.BorderStyle borderStyle)
-