Modifier and Type | Class and Description |
---|---|
class |
SquidMessageBox
A specialized SquidPanel that is meant for displaying messages in a scrolling pane.
|
Modifier and Type | Field and Description |
---|---|
protected SquidPanel |
SquidLayers.backgroundPanel |
protected SquidPanel |
SquidLayers.foregroundPanel |
SquidPanel |
VisualInput.left |
SquidPanel |
VisualInput.right |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<SquidPanel> |
SquidLayers.extraPanels |
Modifier and Type | Method and Description |
---|---|
SquidPanel |
SquidPanelBuilder.buildByCells(int hCells,
int vCells,
int cellWidth,
int cellHeight,
TextCellFactory tcf_) |
SquidPanel |
IPanelBuilder.buildByCells(int hCells,
int vCells,
int cellWidth,
int cellHeight,
TextCellFactory tcf_)
Builds a panel by the number of requested cells.
|
SquidPanel |
SquidPanelBuilder.buildScreenWide(int screenWidth,
int screenHeight,
int desiredCellSize,
TextCellFactory tcf) |
SquidPanel |
IPanelBuilder.buildScreenWide(int screenWidth,
int screenHeight,
int desiredCellSize,
TextCellFactory tcf)
This method builds a panel whose number of cells is such that the cell
size is close to
desiredCellSize . |
protected SquidPanel |
AbstractSquidScreen.buildScreenWideSquidPanel() |
protected SquidPanel |
AbstractSquidScreen.buildScreenWideSquidPanel(int desiredCellSize) |
protected SquidPanel |
AbstractSquidScreen.buildSquidPanel(int width,
int height) |
protected SquidPanel |
AbstractSquidScreen.buildSquidPanel(int width,
int height,
int cellWidth,
int cellHeight) |
SquidPanel |
SquidLayers.getBackgroundLayer() |
SquidPanel |
SquidLayers.getForegroundLayer() |
SquidPanel |
SquidLayers.getLayer(int layer) |
SquidPanel |
SquidPanel.setColorCenter(squidpony.IColorCenter<com.badlogic.gdx.graphics.Color> scc)
Use this method if you use your own
IColorCenter and want this
panel not to allocate its own colors (or fill
DefaultResources.getSCC() but instead to the provided center. |
SquidPanel |
SquidPanel.setTextSize(int wide,
int high)
Sets the size of the text in this SquidPanel (but not the size of the cells) to the given width and height in
pixels (which may be stretched by viewports later on, if your program uses them).
|
Copyright © 2012–2016. All rights reserved.