|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteinshader.graphics.textures.EqualSignConfigReader
public class EqualSignConfigReader
Reads a configuration file to obtain a list of menu names and matching filenames for textures.
| Constructor Summary | |
|---|---|
EqualSignConfigReader()
Constructs an EqualSignConfigReader object. |
|
| Method Summary | |
|---|---|
List<NamePair> |
readConfigFile(File file)
Reads a configuration file to obtain a list of menu names with a matching filename for each menu name. |
List<NamePair> |
readConfigFile(String filename)
Reads a configuration file to obtain a list of menu names with a matching filename for each menu name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EqualSignConfigReader()
| Method Detail |
|---|
public List<NamePair> readConfigFile(String filename)
throws TextureException
readConfigFile in interface ConfigReaderfilename - the config file to read.
TextureException - if the config file cannot be read.
public List<NamePair> readConfigFile(File file)
throws TextureException
readConfigFile in interface ConfigReaderfile - the config file to read.
TextureException - if the config file cannot be read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||