projectkyoto.mmd.file.util
クラス MeshKey
java.lang.Object
projectkyoto.mmd.file.util.MeshKey
- すべての実装されたインタフェース:
- java.lang.Comparable<MeshKey>
public class MeshKey
- extends java.lang.Object
- implements java.lang.Comparable<MeshKey>
コンストラクタの概要 |
MeshKey(int materialNo,
int bone1,
int bone2,
boolean morph)
|
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MeshKey
public MeshKey(int materialNo,
int bone1,
int bone2,
boolean morph)
equals
public boolean equals(java.lang.Object obj)
- オーバーライド:
- クラス
java.lang.Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
java.lang.Object
内の hashCode
compareTo
public int compareTo(MeshKey o)
- 定義:
- インタフェース
java.lang.Comparable<MeshKey>
内の compareTo
getBone1
public int getBone1()
setBone1
public void setBone1(int bone1)
getBone2
public int getBone2()
setBone2
public void setBone2(int bone2)
getMaterialNo
public int getMaterialNo()
setMaterialNo
public void setMaterialNo(int materialNo)
isMorph
public boolean isMorph()
setMorph
public void setMorph(boolean morph)