Uses of Enum
com.googlecode.lanterna.gui2.Borders.BorderStyle
Packages that use Borders.BorderStyle
-
Uses of Borders.BorderStyle in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as Borders.BorderStyleModifier and TypeFieldDescriptionprivate final Borders.BorderStyle
Borders.AbstractBorderRenderer.borderStyle
protected final Borders.BorderStyle
Borders.StandardBorder.borderStyle
Methods in com.googlecode.lanterna.gui2 that return Borders.BorderStyleModifier and TypeMethodDescriptionstatic Borders.BorderStyle
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.BorderStyleModifierConstructorDescriptionprotected
AbstractBorderRenderer
(Borders.BorderStyle borderStyle) private
DoubleLine
(String title, Borders.BorderStyle borderStyle) DoubleLineRenderer
(Borders.BorderStyle borderStyle) private
SingleLine
(String title, Borders.BorderStyle borderStyle) SingleLineRenderer
(Borders.BorderStyle borderStyle) protected
StandardBorder
(String title, Borders.BorderStyle borderStyle)