src.gui
クラス PolyTableEntry

java.lang.Object
  上位を拡張 src.gui.PolyTableEntry

public class PolyTableEntry
extends java.lang.Object


コンストラクタの概要
PolyTableEntry(int index, short type, short permutation)
           
 
メソッドの概要
 short getCeilingHeight()
           
 short getFloorHeight()
           
 int getIndex()
           
 short getMedia()
           
 short getPermutation()
           
 short getType()
           
 void setCeilingHeight(short ch)
           
 void setFloorHeight(short fh)
           
 void setIndex(int index)
           
 void setMedia(short media)
           
 void setPermutation(short perm)
           
 void setType(short type)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PolyTableEntry

public PolyTableEntry(int index,
                      short type,
                      short permutation)
メソッドの詳細

getIndex

public int getIndex()

getType

public short getType()

getPermutation

public short getPermutation()

getFloorHeight

public short getFloorHeight()

getCeilingHeight

public short getCeilingHeight()

getMedia

public short getMedia()

setIndex

public void setIndex(int index)

setType

public void setType(short type)

setPermutation

public void setPermutation(short perm)

setFloorHeight

public void setFloorHeight(short fh)

setCeilingHeight

public void setCeilingHeight(short ch)

setMedia

public void setMedia(short media)