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 TypeClassDescriptionclass
Abstract implementation ofBorder
interface that has some of the methods filled out.private static class
private static class
private static class
Methods in com.googlecode.lanterna.gui2 that return BorderModifier and TypeMethodDescriptionstatic Border
Borders.doubleLine()
Creates aBorder
that is drawn as a solid color double line surrounding the wrapped componentstatic Border
Borders.doubleLine
(String title) Creates aBorder
that is drawn as a solid color double line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic Border
Borders.doubleLineBevel()
Creates aBorder
that is drawn as a bevel color double line surrounding the wrapped componentstatic Border
Borders.doubleLineBevel
(String title) Creates aBorder
that is drawn as a bevel color double line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic Border
Borders.doubleLineReverseBevel()
Creates aBorder
that is drawn as a reverse bevel color double line surrounding the wrapped componentstatic Border
Borders.doubleLineReverseBevel
(String title) Creates aBorder
that 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 Border
Borders.singleLine()
Creates aBorder
that is drawn as a solid color single line surrounding the wrapped componentstatic Border
Borders.singleLine
(String title) Creates aBorder
that is drawn as a solid color single line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic Border
Borders.singleLineBevel()
Creates aBorder
that is drawn as a bevel color single line surrounding the wrapped componentstatic Border
Borders.singleLineBevel
(String title) Creates aBorder
that is drawn as a bevel color single line surrounding the wrapped component with a title string normally drawn at the top-left sidestatic Border
Borders.singleLineReverseBevel()
Creates aBorder
that is drawn as a reverse bevel color single line surrounding the wrapped componentstatic Border
Borders.singleLineReverseBevel
(String title) Creates aBorder
that 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 TypeMethodDescriptionvoid
Borders.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.