Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBorder
Abstract implementation of
Border interface that has some of the methods filled out. |
Modifier and Type | Method and Description |
---|---|
static Border |
Borders.doubleLine()
Creates a
Border that is drawn as a solid color double line surrounding the wrapped component |
static Border |
Borders.doubleLine(String title)
Creates a
Border that is drawn as a solid color double line surrounding the wrapped component with a
title string normally drawn at the top-left side |
static Border |
Borders.doubleLineBevel()
Creates a
Border that is drawn as a bevel color double line surrounding the wrapped component |
static Border |
Borders.doubleLineBevel(String title)
Creates a
Border that is drawn as a bevel color double line surrounding the wrapped component with a
title string normally drawn at the top-left side |
static Border |
Borders.doubleLineReverseBevel()
Creates a
Border that is drawn as a reverse bevel color double line surrounding the wrapped component |
static Border |
Borders.doubleLineReverseBevel(String title)
Creates a
Border that is drawn as a reverse bevel color double line surrounding the wrapped component
with a title string normally drawn at the top-left side |
Border |
AbstractBorder.setLayoutData(LayoutData ld) |
Border |
AbstractBorder.setSize(TerminalSize size) |
static Border |
Borders.singleLine()
Creates a
Border that is drawn as a solid color single line surrounding the wrapped component |
static Border |
Borders.singleLine(String title)
Creates a
Border that is drawn as a solid color single line surrounding the wrapped component with a
title string normally drawn at the top-left side |
static Border |
Borders.singleLineBevel()
Creates a
Border that is drawn as a bevel color single line surrounding the wrapped component |
static Border |
Borders.singleLineBevel(String title)
Creates a
Border that is drawn as a bevel color single line surrounding the wrapped component with a
title string normally drawn at the top-left side |
static Border |
Borders.singleLineReverseBevel()
Creates a
Border that is drawn as a reverse bevel color single line surrounding the wrapped component |
static Border |
Borders.singleLineReverseBevel(String title)
Creates a
Border that is drawn as a reverse bevel color single line surrounding the wrapped component
with a title string normally drawn at the top-left side |
Border |
Component.withBorder(Border border)
Takes a border object and moves this component inside it and then returns it again.
|
Border |
AbstractComponent.withBorder(Border border) |
Modifier and Type | Method and Description |
---|---|
Border |
Component.withBorder(Border border)
Takes a border object and moves this component inside it and then returns it again.
|
Border |
AbstractComponent.withBorder(Border border) |
Copyright © 2016. All rights reserved.