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, parseFloatArrayprotected Color parseColor() throws IOException
IOExceptionprotected Matrix4 parseMatrix() throws IOException
parseMatrix in class SCAbstractParserIOExceptionprotected void closeParser()
throws IOException
closeParser in class SCAbstractParserIOExceptionprotected void openParser(String filename) throws IOException
openParser in class SCAbstractParserIOExceptionprotected boolean parseBoolean()
throws IOException
parseBoolean in class SCAbstractParserIOExceptionprotected float parseFloat()
throws IOException
parseFloat in class SCAbstractParserIOExceptionprotected int parseInt()
throws IOException
parseInt in class SCAbstractParserIOExceptionprotected String parseString() throws IOException
parseString in class SCAbstractParserIOExceptionprotected String parseVerbatimString() throws IOException
parseVerbatimString in class SCAbstractParserIOExceptionprotected ParameterList.InterpolationType parseInterpolationType() throws IOException
parseInterpolationType in class SCAbstractParserIOExceptionprotected SCAbstractParser.Keyword parseKeyword() throws IOException
parseKeyword in class SCAbstractParserIOExceptionCopyright © 2017. All rights reserved.