クラス
src.backend.ShapeDescriptor の使用

ShapeDescriptor を使用しているパッケージ
src.backend   
 

src.backend での ShapeDescriptor の使用
 

ShapeDescriptor を返す src.backend のメソッド
 ShapeDescriptor PolyEntry.getCeilingTexture()
           
 ShapeDescriptor PolyEntry.getFloorTexture()
           
 ShapeDescriptor SideTexture.getTexture()
           
 

ShapeDescriptor 型のパラメータを持つ src.backend のメソッド
 void PolyEntry.setCeilingTexture(ShapeDescriptor s)
           
 void PolyEntry.setFloorTexture(ShapeDescriptor s)
           
 void SideTexture.setTexture(ShapeDescriptor s)
           
 

ShapeDescriptor 型のパラメータを持つ src.backend のコンストラクタ
SideTexture(short x, short y, ShapeDescriptor s)