Uses of Enum
com.googlecode.lanterna.gui2.Borders.BorderStyle
Packages that use Borders.BorderStyle
-
Uses of Borders.BorderStyle in com.googlecode.lanterna.gui2
Subclasses with type arguments of type Borders.BorderStyle in com.googlecode.lanterna.gui2Fields in com.googlecode.lanterna.gui2 declared as Borders.BorderStyleModifier and TypeFieldDescriptionprivate final Borders.BorderStyleBorders.AbstractBorderRenderer.borderStyleprotected final Borders.BorderStyleBorders.StandardBorder.borderStyleMethods in com.googlecode.lanterna.gui2 that return Borders.BorderStyleModifier and TypeMethodDescriptionstatic Borders.BorderStyleReturns 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.BorderStyleModifierConstructorDescriptionprotectedAbstractBorderRenderer(Borders.BorderStyle borderStyle) privateDoubleLine(String title, Borders.BorderStyle borderStyle) DoubleLineRenderer(Borders.BorderStyle borderStyle) privateSingleLine(String title, Borders.BorderStyle borderStyle) SingleLineRenderer(Borders.BorderStyle borderStyle) protectedStandardBorder(String title, Borders.BorderStyle borderStyle)