Package org.sunflow.core.parser
Class SCAsciiParser
java.lang.Object
org.sunflow.core.parser.SCAbstractParser
org.sunflow.core.parser.SCAsciiParser
- All Implemented Interfaces:
SceneParser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sunflow.core.parser.SCAbstractParser
SCAbstractParser.Keyword
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
openParser
(String filename) protected boolean
protected Color
protected float
protected int
parseInt()
protected ParameterList.InterpolationType
protected SCAbstractParser.Keyword
protected Matrix4
protected String
protected String
Methods inherited from class org.sunflow.core.parser.SCAbstractParser
parse, parseFloatArray
-
Constructor Details
-
SCAsciiParser
public SCAsciiParser()
-
-
Method Details
-
parseColor
- Throws:
IOException
-
parseMatrix
- Specified by:
parseMatrix
in classSCAbstractParser
- Throws:
IOException
-
closeParser
- Specified by:
closeParser
in classSCAbstractParser
- Throws:
IOException
-
openParser
- Specified by:
openParser
in classSCAbstractParser
- Throws:
IOException
-
parseBoolean
- Specified by:
parseBoolean
in classSCAbstractParser
- Throws:
IOException
-
parseFloat
- Specified by:
parseFloat
in classSCAbstractParser
- Throws:
IOException
-
parseInt
- Specified by:
parseInt
in classSCAbstractParser
- Throws:
IOException
-
parseString
- Specified by:
parseString
in classSCAbstractParser
- Throws:
IOException
-
parseVerbatimString
- Specified by:
parseVerbatimString
in classSCAbstractParser
- Throws:
IOException
-
parseInterpolationType
- Specified by:
parseInterpolationType
in classSCAbstractParser
- Throws:
IOException
-
parseKeyword
- Specified by:
parseKeyword
in classSCAbstractParser
- Throws:
IOException
-