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 | Method and Description |
---|---|
static ICombinedPanel.What |
ICombinedPanel.What.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICombinedPanel.What[] |
ICombinedPanel.What.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ICombinedPanel.fill(ICombinedPanel.What what,
T color) |
void |
ICombinedPanel.Impl.fill(ICombinedPanel.What what,
T color) |
Copyright © 2012–2016. All rights reserved.