src.backend
クラス LinsEntry

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

public class LinsEntry
extends Entry
implements IEntry


フィールドの概要
static int ENTRY_LENGTH
           
 
コンストラクタの概要
LinsEntry(LinsChunk chunk)
           
 
メソッドの概要
 short getClockwisePolyOwner()
           
 short getClockwisePolySideIndex()
           
 short getCounterClockwisePolyOwner()
           
 short getCounterClockwisePolySideIndex()
           
 short[] getEndpoints()
           
 short getFlags()
           
 short getHighestAdjacentFloor()
           
 short getLength()
           
 short getLowestAdjacentCeiling()
           
 LinsEntry read()
           
 void setClockwisePolyOwner(short c)
           
 void setClockwisePolySideIndex(short c)
           
 void setCounterClockwisePolyOwner(short c)
           
 void setCounterClockwisePolySideIndex(short c)
           
 void setEndpoints(short[] e)
           
 void setEndpoints(short e1, short e2)
           
 void setFlags(int flags)
           
 void setFlags(short flags)
           
 void setHighestAdjacentFloor(short h)
           
 void setLength(short length)
           
 void setLowestAdjacentCeiling(short l)
           
 java.lang.String toString()
           
 void write()
           
 
クラス src.backend.Entry から継承されたメソッド
getChunk
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース src.backend.IEntry から継承されたメソッド
getChunk
 

フィールドの詳細

ENTRY_LENGTH

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

LinsEntry

public LinsEntry(LinsChunk chunk)
メソッドの詳細

read

public LinsEntry read()

write

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

getEndpoints

public short[] getEndpoints()

getFlags

public short getFlags()

getLength

public short getLength()

getHighestAdjacentFloor

public short getHighestAdjacentFloor()

getLowestAdjacentCeiling

public short getLowestAdjacentCeiling()

getClockwisePolySideIndex

public short getClockwisePolySideIndex()

getCounterClockwisePolySideIndex

public short getCounterClockwisePolySideIndex()

getClockwisePolyOwner

public short getClockwisePolyOwner()

getCounterClockwisePolyOwner

public short getCounterClockwisePolyOwner()

setEndpoints

public void setEndpoints(short e1,
                         short e2)

setEndpoints

public void setEndpoints(short[] e)

setFlags

public void setFlags(int flags)

setFlags

public void setFlags(short flags)

setLength

public void setLength(short length)

setHighestAdjacentFloor

public void setHighestAdjacentFloor(short h)

setLowestAdjacentCeiling

public void setLowestAdjacentCeiling(short l)

setClockwisePolySideIndex

public void setClockwisePolySideIndex(short c)

setCounterClockwisePolySideIndex

public void setCounterClockwisePolySideIndex(short c)

setClockwisePolyOwner

public void setClockwisePolyOwner(short c)

setCounterClockwisePolyOwner

public void setCounterClockwisePolyOwner(short c)

toString

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