Package one.empty3.library.core.script
Class InterpreteFacade
java.lang.Object
one.empty3.library.core.script.InterpreteFacade
public class InterpreteFacade
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
ALPHA_WORD
int
BEZIER
int
BLANK
int
BSPLINE
int
COLOR
int
DOUBLE
int
FILETYPE_MODEL_TO
int
INTEGER
int
LEFTPARENTHESIS
int
LEFTSKETCH
int
LIST_TRIANGLES
int
POINT3D
int
RIGHTPARENTHESIS
int
RIGHTSKETCH
int
TRIANGLE
-
Constructor Summary
Constructors Constructor Description InterpreteFacade(java.lang.String text, int pos)
-
Method Summary
-
Field Details
-
FILETYPE_MODEL_TO
public final int FILETYPE_MODEL_TO- See Also:
- Constant Field Values
-
BLANK
public final int BLANK- See Also:
- Constant Field Values
-
LEFTPARENTHESIS
public final int LEFTPARENTHESIS- See Also:
- Constant Field Values
-
RIGHTPARENTHESIS
public final int RIGHTPARENTHESIS- See Also:
- Constant Field Values
-
LEFTSKETCH
public final int LEFTSKETCH- See Also:
- Constant Field Values
-
RIGHTSKETCH
public final int RIGHTSKETCH- See Also:
- Constant Field Values
-
ALPHA_WORD
public final int ALPHA_WORD- See Also:
- Constant Field Values
-
POINT3D
public final int POINT3D- See Also:
- Constant Field Values
-
COLOR
public final int COLOR- See Also:
- Constant Field Values
-
INTEGER
public final int INTEGER- See Also:
- Constant Field Values
-
DOUBLE
public final int DOUBLE- See Also:
- Constant Field Values
-
TRIANGLE
public final int TRIANGLE- See Also:
- Constant Field Values
-
LIST_TRIANGLES
public final int LIST_TRIANGLES- See Also:
- Constant Field Values
-
BSPLINE
public final int BSPLINE- See Also:
- Constant Field Values
-
BEZIER
public final int BEZIER- See Also:
- Constant Field Values
-
-
Constructor Details
-
InterpreteFacade
public InterpreteFacade(java.lang.String text, int pos)
-
-
Method Details
-
getParsedObject
public java.lang.Object getParsedObject() -
getPosition
public int getPosition() -
setPosition
public void setPosition(int pos) -
getText
public java.lang.String getText() -
setText
public void setText(java.lang.String text) -
intepreteAttracteurEtrange
- Throws:
InterpreteException
-
intepreteSegmentDroite
- Throws:
InterpreteException
-
intepreteSimpleSphere
- Throws:
InterpreteException
-
intepreteTourbillon
- Throws:
InterpreteException
-
intepreteTubulaire
- Throws:
InterpreteException
-
interpreteBezier
- Throws:
InterpreteException
-
interpreteBezier2d
- Throws:
InterpreteException
-
interpreteBlank
public java.lang.String interpreteBlank() -
interpreteBSpline
- Throws:
InterpreteException
-
interpreteCamera
- Throws:
InterpreteException
-
interpreteCameraCollection
- Throws:
InterpreteException
-
interpreteColor
- Throws:
InterpreteException
-
interpreteCube
- Throws:
InterpreteException
-
interpreteDouble
- Throws:
InterpreteException
-
interpreteId
- Throws:
InterpreteException
-
interpreteIdentifier
- Throws:
InterpreteException
-
interpreteInteger
- Throws:
InterpreteException
-
interpreteLumierePoint
- Throws:
InterpreteException
-
interpreteMODHomothetie
-
interpreteMODRotation
-
interpreteMODTranslation
-
interpreteNurbs
- Throws:
InterpreteException
-
interpreteParentheseFermante
- Throws:
InterpreteException
-
interpreteParentheseOuvrante
- Throws:
InterpreteException
-
interpretePlan3D
- Throws:
InterpreteException
-
interpretePoint3D
- Throws:
InterpreteException
-
interpretePoint3DAvecCouleur
- Throws:
InterpreteException
-
interpretePolygone
- Throws:
InterpreteException
-
interpretePosition
- Throws:
InterpreteException
-
interpreteQuads
- Throws:
InterpreteException
-
interpreteSimpleSphereAvecTexture
- Throws:
InterpreteException
-
interpreteTColor
-
interpreteTetraedre
- Throws:
InterpreteException
-
interpreteTriangle
- Throws:
InterpreteException
-
interpreteTriangles
- Throws:
InterpreteException
-
interpreteTRIEllipsoide
- Throws:
InterpreteException
-
interpreteTRISphere
- Throws:
InterpreteException
-
interpreteTubulaire
- Throws:
InterpreteException
-
isFailed
public boolean isFailed() -
isOkay
public boolean isOkay() -
setOkay
public void setOkay(boolean okay) -
parse
public void parse(int filetype) -
parseEND
@Deprecated public java.lang.String parseEND()Deprecated. -
parseWord
Deprecated.- Throws:
InterpreteException
-
setRepertoire
public void setRepertoire(java.lang.String repertoire)
-