Package one.empty3.library
Class Tour
- java.lang.Object
-
- one.empty3.library.Representable
-
- one.empty3.library.Tour
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
,TemporalComputedObject3D
,Generator
,MatrixPropertiesObject
,XmlRepresentable
@Deprecated public class Tour extends Representable implements Generator
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Tour.IColorFunction
Deprecated.static interface
Tour.IPoint3DFunction
Deprecated.
-
Field Summary
-
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 Tour(Point3D orig2, Point3D dest2, Function function, ColorFunction colorFunction)
Deprecated.Tour(Point3D orig, Point3D dest, Tour.IColorFunction color, Tour.IPoint3DFunction points)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TRIObject
generate()
Deprecated.Tour.IColorFunction
getColor()
Deprecated.Point3D
getDest()
Deprecated.Point3D
getOrig()
Deprecated.Tour.IPoint3DFunction
getPoints()
Deprecated.void
setColor(Tour.IColorFunction color)
Deprecated.void
setDest(Point3D dest)
Deprecated.void
setOrig(Point3D orig)
Deprecated.void
setPoints(Tour.IPoint3DFunction points)
Deprecated.-
Methods inherited from class one.empty3.library.Representable
become, calculerCurveT, calculerPointT, calculerSurfaceT, compareTo, copy, declarations, declareProperties, draw, drawStructureDrawFast, getCFAST, getDeclaredDataStructure, getDeclaredLists, getDeclaredProperty, getDisplayType, getDisplayTypes, getOrientedPoint, getPainter, getPath, getProperty, getPropertyType, getRotation, getTexture, getVectX, getVectY, getVectZ, id, id, informer, intersects, intersects, ISdrawStructureDrawFastIMPLEMENTED, paint, refPoint, replace, rotate, setAxes, setCFAST, setDisplayType, setPainter, setPaintingAct, setPaintingActForClass, setPosition, setProperty, setRotation, setTexture, setVectX, setVectY, setVectZ, supporteTexture, T, texture, texture, toString, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation
-
-
-
-
Constructor Detail
-
Tour
public Tour(Point3D orig2, Point3D dest2, Function function, ColorFunction colorFunction)
Deprecated.
-
Tour
public Tour(Point3D orig, Point3D dest, Tour.IColorFunction color, Tour.IPoint3DFunction points)
Deprecated.
-
-
Method Detail
-
getColor
public Tour.IColorFunction getColor()
Deprecated.
-
setColor
public void setColor(Tour.IColorFunction color)
Deprecated.
-
getDest
public Point3D getDest()
Deprecated.
-
setDest
public void setDest(Point3D dest)
Deprecated.
-
getOrig
public Point3D getOrig()
Deprecated.
-
setOrig
public void setOrig(Point3D orig)
Deprecated.- Overrides:
setOrig
in classRepresentable
-
getPoints
public Tour.IPoint3DFunction getPoints()
Deprecated.
-
setPoints
public void setPoints(Tour.IPoint3DFunction points)
Deprecated.
-
-