|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HAnimFactory
Utility interface to mark an implementation that can generate each of the HAnim nodes without needing to know the specifics of the rendering strategy used.
Method Summary | |
---|---|
HAnimDisplacer |
createDisplacer()
Create a new default Displacer instance. |
HAnimHumanoid |
createHumanoid()
Create a new default Humanoid instance. |
HAnimJoint |
createJoint()
Create a new default Joint instance. |
HumanoidManager |
createManager()
Create a new empty manager instance. |
HAnimSegment |
createSegment()
Create a new default Segment instance. |
HAnimSite |
createSite()
Create a new default Site instance. |
Method Detail |
---|
HAnimDisplacer createDisplacer()
HAnimSite createSite()
HAnimSegment createSegment()
HAnimJoint createJoint()
HAnimHumanoid createHumanoid()
HumanoidManager createManager()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |