public class SCAsciiParser extends SCAbstractParser
SCAbstractParser.Keyword
Constructor and Description |
---|
SCAsciiParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
closeParser() |
protected void |
openParser(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 String |
parseString() |
protected String |
parseVerbatimString() |
parse, parseFloatArray
protected Color parseColor() throws IOException
IOException
protected Matrix4 parseMatrix() throws IOException
parseMatrix
in class SCAbstractParser
IOException
protected void closeParser() throws IOException
closeParser
in class SCAbstractParser
IOException
protected void openParser(String filename) throws IOException
openParser
in class SCAbstractParser
IOException
protected boolean parseBoolean() throws IOException
parseBoolean
in class SCAbstractParser
IOException
protected float parseFloat() throws IOException
parseFloat
in class SCAbstractParser
IOException
protected int parseInt() throws IOException
parseInt
in class SCAbstractParser
IOException
protected String parseString() throws IOException
parseString
in class SCAbstractParser
IOException
protected String parseVerbatimString() throws IOException
parseVerbatimString
in class SCAbstractParser
IOException
protected ParameterList.InterpolationType parseInterpolationType() throws IOException
parseInterpolationType
in class SCAbstractParser
IOException
protected SCAbstractParser.Keyword parseKeyword() throws IOException
parseKeyword
in class SCAbstractParser
IOException
Copyright © 2018. All rights reserved.