Uses of Interface
com.googlecode.lanterna.gui2.Border
Packages that use Border
-
Uses of Border in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement BorderModifier and TypeClassDescriptionclassAbstract implementation ofBorderinterface that has some of the methods filled out.private static classprivate static classprivate static classSubclasses with type arguments of type Border in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclassAbstract implementation ofBorderinterface that has some of the methods filled out.Subinterfaces with type arguments of type Border in com.googlecode.lanterna.gui2Methods in com.googlecode.lanterna.gui2 that return BorderModifier and TypeMethodDescriptionstatic BorderBorders.doubleLine()Creates aBorderthat is drawn as a solid color double line surrounding the wrapped componentstatic BorderBorders.doubleLine(String title) Creates aBorderthat is drawn as a solid color double line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic BorderBorders.doubleLineBevel()Creates aBorderthat is drawn as a bevel color double line surrounding the wrapped componentstatic BorderBorders.doubleLineBevel(String title) Creates aBorderthat is drawn as a bevel color double line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic BorderBorders.doubleLineReverseBevel()Creates aBorderthat is drawn as a reverse bevel color double line surrounding the wrapped componentstatic BorderBorders.doubleLineReverseBevel(String title) Creates aBorderthat is drawn as a reverse bevel color double line surrounding the wrapped component with a title string normally drawn at the top-left sideAbstractBorder.setLayoutData(LayoutData ld) AbstractBorder.setSize(TerminalSize size) static BorderBorders.singleLine()Creates aBorderthat is drawn as a solid color single line surrounding the wrapped componentstatic BorderBorders.singleLine(String title) Creates aBorderthat is drawn as a solid color single line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic BorderBorders.singleLineBevel()Creates aBorderthat is drawn as a bevel color single line surrounding the wrapped componentstatic BorderBorders.singleLineBevel(String title) Creates aBorderthat is drawn as a bevel color single line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic BorderBorders.singleLineReverseBevel()Creates aBorderthat is drawn as a reverse bevel color single line surrounding the wrapped componentstatic BorderBorders.singleLineReverseBevel(String title) Creates aBorderthat is drawn as a reverse bevel color single line surrounding the wrapped component with a title string normally drawn at the top-left sideAbstractComponent.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 BorderModifier and TypeMethodDescriptionvoidBorders.AbstractBorderRenderer.drawComponent(TextGUIGraphics graphics, Border component) Borders.AbstractBorderRenderer.getPreferredSize(Border component) AbstractComponent.withBorder(Border border) Component.withBorder(Border border) Takes a border object and moves this component inside it and then returns it again.