|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurableEffect
An effect that has a number of configuration values. This allows the effect to be configured in the Hiero GUI and to be saved and loaded to and from a file.
| Nested Class Summary | |
|---|---|
static interface |
ConfigurableEffect.Value
Represents a configurable value for an effect. |
| Method Summary | |
|---|---|
java.util.List |
getValues()
Returns the list of ConfigurableEffect.Values for this effect. |
void |
setValues(java.util.List values)
Sets the list of ConfigurableEffect.Values for this effect. |
| Methods inherited from interface org.newdawn.slick.font.effects.Effect |
|---|
draw |
| Method Detail |
|---|
java.util.List getValues()
ConfigurableEffect.Values for this effect. This list is not typically backed by the effect, so changes to the
values will not take affect until setValues(List) is called.
void setValues(java.util.List values)
ConfigurableEffect.Values for this effect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||