src.backend
クラス EpntEntry

java.lang.Object
  上位を拡張 src.backend.Entry
      上位を拡張 src.backend.EpntEntry
すべての実装されたインタフェース:
IEntry

public class EpntEntry
extends Entry
implements IEntry

作成者:
koji

フィールドの概要
static int ENTRY_LENGTH
           
 
コンストラクタの概要
EpntEntry(Chunk chunk)
           
 
メソッドの概要
 short getFlags()
           
 short getHighest_adjacent_floor_height()
           
 short getLowest_adjacent_ceiling_height()
           
 short getSupporting_polygon_index()
           
 short[] getTransformed()
           
 short[] getVertex()
           
 EpntEntry read()
           
 void setFlags(short flags)
           
 void setHighest_adjacent_floor_height(short highest_adjacent_floor_height)
           
 void setLowest_adjacent_ceiling_height(short lowest_adjacent_ceiling_height)
           
 void setSupporting_polygon_index(short supporting_polygon_index)
           
 void setTransformed(short[] transformed)
           
 void setVertex(short[] vertex)
           
 void write()
           
 
クラス src.backend.Entry から継承されたメソッド
getChunk
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース src.backend.IEntry から継承されたメソッド
getChunk
 

フィールドの詳細

ENTRY_LENGTH

public static final int ENTRY_LENGTH
関連項目:
定数フィールド値
コンストラクタの詳細

EpntEntry

public EpntEntry(Chunk chunk)
メソッドの詳細

read

public EpntEntry read()

write

public void write()
定義:
インタフェース IEntry 内の write
オーバーライド:
クラス Entry 内の write

getHighest_adjacent_floor_height

public short getHighest_adjacent_floor_height()

setHighest_adjacent_floor_height

public void setHighest_adjacent_floor_height(short highest_adjacent_floor_height)

getLowest_adjacent_ceiling_height

public short getLowest_adjacent_ceiling_height()

setLowest_adjacent_ceiling_height

public void setLowest_adjacent_ceiling_height(short lowest_adjacent_ceiling_height)

getSupporting_polygon_index

public short getSupporting_polygon_index()

setSupporting_polygon_index

public void setSupporting_polygon_index(short supporting_polygon_index)

getTransformed

public short[] getTransformed()

setTransformed

public void setTransformed(short[] transformed)

getVertex

public short[] getVertex()

setVertex

public void setVertex(short[] vertex)

getFlags

public short getFlags()

setFlags

public void setFlags(short flags)