Modifier and Type | Method and Description |
---|---|
Config |
Core.createConfig(Display display,
Rendering rendering,
Filter filter,
java.lang.String lang)
Create a device configuration.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Config.getFilter()
Get filter used.
|
static Filter |
Filter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Filter[] |
Filter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Filter |
ConfigImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Config |
CoreFactory.createConfig(Display display,
Rendering rendering,
Filter filter,
java.lang.String lang) |
Constructor and Description |
---|
ConfigImpl(Display displayConfiguration,
Rendering rendering,
Filter filter,
java.lang.String lang) |
Modifier and Type | Method and Description |
---|---|
void |
Sprite.filter(Filter filter)
Apply a filter to the sprite.
|
void |
ParallaxedSprite.prepare(Filter filter)
Update all changes; need to be called when changes are done.
|
Modifier and Type | Method and Description |
---|---|
void |
SpriteImpl.filter(Filter filter) |
void |
ParallaxedSpriteImpl.prepare(Filter filter) |
Modifier and Type | Field and Description |
---|---|
protected Filter |
Sequence.filter |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
Images.applyFilter(java.awt.image.BufferedImage buffImage,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
OptionsConfig.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
OptionsConfig.setFilter(Filter filter) |
Constructor and Description |
---|
OptionsConfig(int width,
int height,
int depth,
int desiredRate,
boolean windowed,
Rendering rendering,
Filter filter,
java.lang.String lang) |