Package one.empty3.library
Class Scene
- java.lang.Object
-
- one.empty3.library.Representable
-
- one.empty3.library.Scene
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
,TemporalComputedObject3D
,MatrixPropertiesObject
,XmlRepresentable
public class Scene extends Representable implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
author
StructureMatrix<Camera>
cameraActive
java.lang.String
date
java.lang.String
description
static java.lang.String
VERSION
-
Fields inherited from class one.empty3.library.Representable
CFAST, classPainters, DEFAULT_TEXTURE, defaultHashMapData, DISPLAY_ALL, materiau, NFAST, parent, PATH_ELEM_DOUBLE_VALUES, PATH_ELEM_REPRESENTABLE, PATH_ELEM_STRUCTURE_MATRIX, render, rotation, SCALE1, scene, SURFACE_DISPLAY_COL_QUADS, SURFACE_DISPLAY_COL_TRI, SURFACE_DISPLAY_LINES, SURFACE_DISPLAY_POINTS, SURFACE_DISPLAY_TEXT_QUADS, T, texture, vectors
-
-
Constructor Summary
Constructors Constructor Description Scene()
-
Method Summary
-
Methods inherited from class one.empty3.library.Representable
become, calculerCurveT, calculerPointT, calculerSurfaceT, compareTo, computeCubic, computeSpherical, copy, declarations, draw, drawStructureDrawFast, getCFAST, getDeclaredDataStructure, getDeclaredLists, getDeclaredProperty, getDisplayType, getDisplayTypes, getOrientedPoint, getOrig, getPainter, getPath, getProperty, getPropertyType, getRotation, getTexture, getVectX, getVectY, getVectZ, id, id, informer, intersects, intersects, ISdrawStructureDrawFastIMPLEMENTED, paint, refPoint, replace, rotate, setAxes, setCFAST, setDisplayType, setOrig, setPainter, setPaintingAct, setPaintingActForClass, setPosition, setProperty, setRotation, setTexture, setVectX, setVectY, setVectZ, supporteTexture, T, texture, texture, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation
-
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
author
public java.lang.String author
-
date
public java.lang.String date
-
description
public java.lang.String description
-
cameraActive
public StructureMatrix<Camera> cameraActive
-
-
Method Detail
-
add
public boolean add(Representable add)
-
add
public boolean add(Representable add, ZBuffer zBuffer)
-
camera
@Deprecated public Camera camera()
Deprecated.
-
camera
@Deprecated public void camera(Camera c)
Deprecated.
-
cameraActive
public Camera cameraActive()
-
cameraActive
public void cameraActive(Camera c)
-
cameras
public java.util.List<Camera> cameras()
-
colorAdd
protected int colorAdd(int[] cs)
-
dumpDATA
public void dumpDATA()
-
find
public Representable find(java.lang.String ido)
-
flushImports
public void flushImports()
-
getCadre
public SceneCadre getCadre()
-
setCadre
public void setCadre(SceneCadre cadre)
-
getDernierAjout
public Representable getDernierAjout()
-
getDESCRIPTION
public java.lang.String getDESCRIPTION()
-
setDESCRIPTION
public void setDESCRIPTION(java.lang.String dESCRIPTION)
-
getGt
public GTime getGt()
-
iterator
public java.util.Iterator<Representable> iterator()
-
liste
public java.lang.Object[] liste()
-
lumiereActive
public Lumiere lumiereActive()
-
lumieres
public java.util.List<Lumiere> lumieres()
-
remove
public boolean remove(Representable rem)
-
size
public int size()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classRepresentable
-
updateTime
public boolean updateTime()
-
getTime
public Time getTime()
-
getMoves
public java.util.List<Move> getMoves()
-
declareProperties
public void declareProperties()
- Specified by:
declareProperties
in interfaceMatrixPropertiesObject
- Overrides:
declareProperties
in classRepresentable
-
getVERSION
public static java.lang.String getVERSION()
-
getAuthor
public java.lang.String getAuthor()
-
setAuthor
public void setAuthor(java.lang.String author)
-
getDate
public java.lang.String getDate()
-
setDate
public void setDate(java.lang.String date)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getCameraActive
public Camera getCameraActive()
-
setCameraActive
public void setCameraActive(Camera cameraActive)
-
setCameraActive
public void setCameraActive(StructureMatrix<Camera> cameraActive)
-
getObjets
public StructureMatrix<Representable> getObjets()
-
setObjets
public void setObjets(StructureMatrix<Representable> objets)
-
getAnimations
public StructureMatrix<Animation> getAnimations()
-
setAnimations
public void setAnimations(StructureMatrix<Animation> animations)
-
getCameras
public StructureMatrix<Camera> getCameras()
-
setCameras
public void setCameras(StructureMatrix<Camera> cameras)
-
getColors
public StructureMatrix<ITexture> getColors()
-
setColors
public void setColors(StructureMatrix<ITexture> colors)
-
getLumieres
public StructureMatrix<Lumiere> getLumieres()
-
setLumieres
public void setLumieres(StructureMatrix<Lumiere> lumieres)
-
setGt
public void setGt(GTime gt)
-
getLumiereActive
public Lumiere getLumiereActive()
-
setLumiereActive
public void setLumiereActive(Lumiere lumiereActive)
-
setTime
public void setTime(Time time)
-
setMoves
public void setMoves(java.util.List<Move> moves)
-
setDernierAjout
public void setDernierAjout(Representable dernierAjout)
-
clear
public void clear()
-
-