src.backend
クラス LinsEntry
java.lang.Object
src.backend.Entry
src.backend.LinsEntry
- すべての実装されたインタフェース:
- IEntry
public class LinsEntry
- extends Entry
- implements IEntry
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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