com.jme.animation
Class HardpointCollection

java.lang.Object
  extended by com.jme.animation.HardpointCollection
All Implemented Interfaces:
Savable

public class HardpointCollection
extends java.lang.Object
implements Savable


Constructor Summary
HardpointCollection()
           
 
Method Summary
 void addHardpoint(Bone hardpoint)
           
 void addHardpoints(java.util.ArrayList<Bone> newHardpoints)
           
 void addHardpoints(Bone[] newHardpoints)
           
 void clear()
           
 java.lang.Class getClassTag()
           
 Bone getHardpoint(int index)
           
 Bone getHardpoint(java.lang.String name)
           
 int getNumber()
           
 void read(JMEImporter im)
           
 void removeHardpoint(Bone hardpoint)
           
 void removeHardpoint(int index)
           
 Bone[] toArray()
           
 void write(JMEExporter ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardpointCollection

public HardpointCollection()
Method Detail

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()
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