projectkyoto.mmd.file
クラス PMDJointList

java.lang.Object
  上位を拡張 projectkyoto.mmd.file.PMDJointList

public class PMDJointList
extends java.lang.Object


コンストラクタの概要
PMDJointList(DataInputStreamLittleEndian is)
           
 
メソッドの概要
 PMDJoint[] getJointArray()
           
 int getJointCount()
           
 void setJointArray(PMDJoint[] jointArray)
           
 void setJointCount(int jointCount)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PMDJointList

public PMDJointList(DataInputStreamLittleEndian is)
             throws java.io.IOException
例外:
java.io.IOException
メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getJointArray

public PMDJoint[] getJointArray()

setJointArray

public void setJointArray(PMDJoint[] jointArray)

getJointCount

public int getJointCount()

setJointCount

public void setJointCount(int jointCount)