Package one.empty3.library.core.script
Class InterpreteFacade
java.lang.Object
one.empty3.library.core.script.InterpreteFacade
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
final int
final int
final int
final int
final int
final int
final int
final int
final int
final int
final int
final int
final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getText()
void
void
void
void
void
boolean
isFailed()
boolean
isOkay()
void
parse
(int filetype) parseEND()
Deprecated.Deprecated.void
setOkay
(boolean okay) void
setPosition
(int pos) void
setRepertoire
(String repertoire) void
-
Field Details
-
FILETYPE_MODEL_TO
public final int FILETYPE_MODEL_TO- See Also:
-
BLANK
public final int BLANK- See Also:
-
LEFTPARENTHESIS
public final int LEFTPARENTHESIS- See Also:
-
RIGHTPARENTHESIS
public final int RIGHTPARENTHESIS- See Also:
-
LEFTSKETCH
public final int LEFTSKETCH- See Also:
-
RIGHTSKETCH
public final int RIGHTSKETCH- See Also:
-
ALPHA_WORD
public final int ALPHA_WORD- See Also:
-
POINT3D
public final int POINT3D- See Also:
-
COLOR
public final int COLOR- See Also:
-
INTEGER
public final int INTEGER- See Also:
-
DOUBLE
public final int DOUBLE- See Also:
-
TRIANGLE
public final int TRIANGLE- See Also:
-
LIST_TRIANGLES
public final int LIST_TRIANGLES- See Also:
-
BSPLINE
public final int BSPLINE- See Also:
-
BEZIER
public final int BEZIER- See Also:
-
-
Constructor Details
-
InterpreteFacade
-
-
Method Details
-
getParsedObject
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int pos) -
getText
-
setText
-
intepreteAttracteurEtrange
- Throws:
InterpreteException
-
intepreteSegmentDroite
- Throws:
InterpreteException
-
intepreteSimpleSphere
- Throws:
InterpreteException
-
intepreteTourbillon
- Throws:
InterpreteException
-
intepreteTubulaire
- Throws:
InterpreteException
-
interpreteBezier
- Throws:
InterpreteException
-
interpreteBezier2d
- Throws:
InterpreteException
-
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. -
parseWord
Deprecated.- Throws:
InterpreteException
-
setRepertoire
-