public class StarsConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EFFECT_PREFIX |
Constructor and Description |
---|
StarsConfiguration() |
Modifier and Type | Method and Description |
---|---|
static Stars |
getEffect(Configuration pConfiguration)
Creates a
Stars object from a configuration file. |
public static final java.lang.String EFFECT_PREFIX
public static Stars getEffect(Configuration pConfiguration) throws java.lang.NullPointerException
Stars
object from a configuration file. Exception messages by configuring the image effect object
are written to the command line.pConfiguration
- The configuration object that handles the direct access to the configuration file.Stars
object that is represents the image effect defined by the settings of the specified configuration file.java.lang.NullPointerException
- when no configuration object has been specified.