-
Classes in squidpony.squidgrid.gui.gdx that implement ICellVisible
Modifier and Type |
Class |
Description |
static class |
ICellVisible.Basic |
A bare-bones implementation of ICellVisible that always allows its symbol and color to be changed.
|
static class |
ICellVisible.Named |
A implementation of ICellVisible that extends ICellVisible.Basic to also carry a String name.
|
class |
TextCellFactory.Glyph |
A kind of Actor for one char (with one color) that is innately drawn with a specific TextCellFactory, and will
match the layout behavior of that TextCellFactory when it is used for other purposes.
|
Methods in squidpony.squidgrid.gui.gdx with parameters of type ICellVisible
Modifier and Type |
Method |
Description |
void |
SparseLayers.put(int x,
int y,
ICellVisible cell) |
Puts the ICellVisible cell at the position x,y; does not change the background.
|
void |
SparseLayers.put(int x,
int y,
ICellVisible cell,
float background) |
Puts the ICellVisible cell at the position x,y with the given background color as an encoded float, such as
those produced by Color.toFloatBits() .
|