Package | Description |
---|---|
squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
Modifier and Type | Field and Description |
---|---|
protected ISquidPanel<T> |
ICombinedPanel.Impl.bg |
protected ISquidPanel<T> |
ICombinedPanel.Impl.fg |
Modifier and Type | Method and Description |
---|---|
ISquidPanel<?> |
ISquidPanel.getBacker() |
ISquidPanel<T> |
ISquidPanel.setColorCenter(IColorCenter<T> icc)
Method to change the backing
IColorCenter . |
Constructor and Description |
---|
Impl(ISquidPanel<T> bg,
ISquidPanel<T> fg,
int width,
int height) |
Impl(ISquidPanel<T> bg,
ISquidPanel<T> fg,
int width,
int height) |
Copyright © 2012–2016. All rights reserved.