Package one.empty3.library
Interface MatrixPropertiesObject
-
- All Known Implementing Classes:
Animation
,Animation
,AonB
,AttracteurEtrange
,Axe
,Balle
,BalleClous
,BalleClous2
,BezierCubique
,BezierCubique2D
,Bille
,Board
,Bonus
,BorromeanRings
,BSpline
,BSpline
,BSpline2D
,Bullet
,Camera
,Camera2Quad
,Camera3D
,CameraBox
,CameraInPath
,Capot
,Capot
,Cell
,Chassis
,Chassis
,Chemin
,CheminBezier
,CheminCercle
,CheminDroite
,Chien
,Chien
,Circle
,Circuit
,Citron
,ClosedBezierCurve
,Coeur
,CollineModele1
,CollineModele2
,CollineModele3
,ColorMatrix
,ColorTexture
,Coque
,Coque
,CourbeChoisie
,CourbeChoisieRandom
,CourbeN11
,CourbeN11
,CourbeParametriqueBSpline
,CourbeParametriquePolynomiale
,CourbeParametriquePolynomialeBezier
,CoverSurface
,Cube
,CurveSurface
,DipSnake
,DPath
,DSurface
,E3Model
,EnglobingSurface
,ExpandableOrientableParametricSurface
,Extrude
,ExtrusionB1B1
,ExtrusionCurveCurve
,Face
,Fct1D_1D
,Fct1D_1D.Fx
,Fct1D_1D.I
,FctXY
,FunctionCurve
,FunctionSurface
,gdx_BSplineCurve
,Gravity
,Grid
,HeadRepresentable
,HeadRepresentable
,HeightMapSphere
,HeightMapSurface
,Hemisphere
,Hemisphere
,HumainCourt
,HumainCourt
,HumainMarche
,HumainMarche
,Human
,Human
,HumanSmoke
,HumanSmoke
,ImageContainer
,ImageTexture
,Infini
,ITexture
,Lines
,LineSegment
,LSystemArmature
,Lumiere
,LumiereIdent
,LumierePoint
,LumierePointSimple
,LumierePonctuelle
,LumierePonctuellePeriodique
,Mandala
,Matrix
,Matrix
,Matrix33
,Mesh
,MixPolygons
,NurbsBaseFunction
,NurbsCurve
,NurbsSurface
,NurbsSurface1
,OrientableParametricSurface
,OrientableRepresentableContainer
,ParaboloideHyperbolique
,Parallelepiped
,ParametricCurve
,ParametricLine
,ParametricSurface
,ParametricVolume
,PartTRI
,PcOnPs
,PCont
,PGeneratorZ
,Pieuvre
,Plan3D
,Plane
,PObjet
,Point3D
,Point3D_0
,Point3D_0.P
,POINT3D_RIO
,Point3D.P
,Point3DC
,Point3DS
,PointWire
,PolyCurve
,Polygon
,PolygonalSurface
,Polygons
,PolygonsDistinctUV
,Polyhedron
,PolyLine
,PolyMapPoint3D2DArray
,Position
,Pv
,Quad2Volume
,Quads
,Rectangle
,Rectangle
,Representable
,RepresentableConteneur
,Rotation
,RoueVoiture
,RoueVoiture
,RPv
,RtVector3D
,RubanSurface
,Sablier
,Scene
,ShapeMorph
,ShapeMorph1
,SimpleAnimationSuiteDiapo
,SimpleSphere
,SimpleSphereAvecTexture
,SiPiKi3D
,SolPlan
,SolRelief
,SolReliefMouvant
,SolSphere
,SolTube
,Sphere
,Spirale
,SpiralePlan
,StructureDragon
,Surface
,SurfaceBezier
,SurfaceCercle
,SurfaceCirculaire
,SurfaceElasticite
,SurfaceParametricPolygonalBezier
,SurfaceParametriquePolynomiale
,SurfaceParametriquePolynomialeBezier
,SurfaceParametriquePolynomialeBSpline
,SVGTexture
,Terrain
,TeteBonhomme
,TeteBonhomme
,Tetraedre
,TextObjet
,TextureCol
,TextureGrad
,TextureImg
,TextureImgTache
,TextureMorphing
,TextureMov
,TextureOp2D
,TextureOpSphere
,TextureShader
,ThickCurveBehavior
,ThickSurface
,Tihange
,Tour
,Tourbillon
,TourDeRevolution
,TourRevolution
,TourRevolution
,TRI
,TRIBezier2D
,TRICylindre
,TRIEllipsoide
,TRIExtrusionGeneralisee
,TRIObject
,TRIObjetGenerateurAbstract
,TRISphere
,TRISphere2
,TRITRINuage
,TubeExtrusion
,Tubulaire
,Tubulaire3
,Tubulaire4map
,TubulaireN
,TubulaireN2
,TubulaireN2cc
,Turtle
,Vis
,Voiture
,Voiture
,WiredRepresentation
,WireRepresentation
,ZBufferImpl
,ZBufferImpl8
,ZBufferImplRasterVersion
public interface MatrixPropertiesObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatrixPropertiesObject
copy()
java.util.Map<java.lang.String,StructureMatrix>
declarations()
void
declareProperties()
StructureMatrix
getDeclaredProperty(java.lang.String name)
-
-
-
Method Detail
-
getDeclaredProperty
StructureMatrix getDeclaredProperty(java.lang.String name)
-
declareProperties
void declareProperties()
-
declarations
java.util.Map<java.lang.String,StructureMatrix> declarations()
-
copy
MatrixPropertiesObject copy() throws CopyRepresentableError, java.lang.IllegalAccessException, java.lang.InstantiationException
- Throws:
CopyRepresentableError
java.lang.IllegalAccessException
java.lang.InstantiationException
-
-