public class SCAsciiParser extends SCAbstractParser
SCAbstractParser.Keyword
Constructor and Description |
---|
SCAsciiParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
closeParser() |
protected void |
openParser(java.lang.String filename) |
protected boolean |
parseBoolean() |
protected Color |
parseColor() |
protected float |
parseFloat() |
protected int |
parseInt() |
protected ParameterList.InterpolationType |
parseInterpolationType() |
protected SCAbstractParser.Keyword |
parseKeyword() |
protected Matrix4 |
parseMatrix() |
protected java.lang.String |
parseString() |
protected java.lang.String |
parseVerbatimString() |
parse, parseFloatArray
protected Color parseColor() throws java.io.IOException
java.io.IOException
protected Matrix4 parseMatrix() throws java.io.IOException
parseMatrix
in class SCAbstractParser
java.io.IOException
protected void closeParser() throws java.io.IOException
closeParser
in class SCAbstractParser
java.io.IOException
protected void openParser(java.lang.String filename) throws java.io.IOException
openParser
in class SCAbstractParser
java.io.IOException
protected boolean parseBoolean() throws java.io.IOException
parseBoolean
in class SCAbstractParser
java.io.IOException
protected float parseFloat() throws java.io.IOException
parseFloat
in class SCAbstractParser
java.io.IOException
protected int parseInt() throws java.io.IOException
parseInt
in class SCAbstractParser
java.io.IOException
protected java.lang.String parseString() throws java.io.IOException
parseString
in class SCAbstractParser
java.io.IOException
protected java.lang.String parseVerbatimString() throws java.io.IOException
parseVerbatimString
in class SCAbstractParser
java.io.IOException
protected ParameterList.InterpolationType parseInterpolationType() throws java.io.IOException
parseInterpolationType
in class SCAbstractParser
java.io.IOException
protected SCAbstractParser.Keyword parseKeyword() throws java.io.IOException
parseKeyword
in class SCAbstractParser
java.io.IOException