com.jme.animation
Class HardpointCollection
java.lang.Object
com.jme.animation.HardpointCollection
- All Implemented Interfaces:
- Savable
public class HardpointCollection
- extends java.lang.Object
- implements Savable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HardpointCollection
public HardpointCollection()
addHardpoint
public void addHardpoint(Bone hardpoint)
removeHardpoint
public void removeHardpoint(int index)
removeHardpoint
public void removeHardpoint(Bone hardpoint)
clear
public void clear()
addHardpoints
public void addHardpoints(Bone[] newHardpoints)
addHardpoints
public void addHardpoints(java.util.ArrayList<Bone> newHardpoints)
getHardpoint
public Bone getHardpoint(int index)
toArray
public Bone[] toArray()
getHardpoint
public Bone getHardpoint(java.lang.String name)
getNumber
public int getNumber()
getClassTag
public java.lang.Class getClassTag()
- Description copied from interface:
Savable
- The peristed type for the object.
Note that tag here does not mean XML tag, but the class that the object
is tagged with.
- Specified by:
getClassTag in interface Savable
read
public void read(JMEImporter im)
throws java.io.IOException
- Specified by:
read in interface Savable
- Throws:
java.io.IOException
write
public void write(JMEExporter ex)
throws java.io.IOException
- Specified by:
write in interface Savable
- Throws:
java.io.IOException
Copyright 2003-2009 jMonkeyEngine