src.backend
クラス SidsEntry

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

public class SidsEntry
extends Entry
implements IEntry


フィールドの概要
static int ENTRY_LENGTH
           
 
コンストラクタの概要
SidsEntry(SidsChunk chunk)
           
 
メソッドの概要
 short getFlags()
           
 short getLineIndex()
           
 short getPanelPermutation()
           
 short getPanelType()
           
 short getPolygonIndex()
           
 short getPrimaryLight()
           
 short getPrimaryTransfer()
           
 short getSecondaryLight()
           
 short getSecondaryTransfer()
           
 SideTexture[] getSideTextures()
           
 short getTransparentLight()
           
 short getTransparentTransfer()
           
 short getType()
           
 SidsEntry read()
           
 void setFlags(short f)
           
 void setLineIndex(short i)
           
 void setPanelPermutation(short p)
           
 void setPanelType(short t)
           
 void setPolygonIndex(short i)
           
 void setPrimaryLight(short l)
           
 void setPrimaryTransfer(short t)
           
 void setSecondaryLight(short l)
           
 void setSecondaryTransfer(short t)
           
 void setSideTextures(SideTexture s1, SideTexture s2, SideTexture s3)
           
 void setTransparentLight(short l)
           
 void setTransparentTransfer(short t)
           
 void setType(short t)
           
 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
関連項目:
定数フィールド値
コンストラクタの詳細

SidsEntry

public SidsEntry(SidsChunk chunk)
メソッドの詳細

getType

public short getType()

getFlags

public short getFlags()

getSideTextures

public SideTexture[] getSideTextures()

getPanelType

public short getPanelType()

getPanelPermutation

public short getPanelPermutation()

getPrimaryTransfer

public short getPrimaryTransfer()

getSecondaryTransfer

public short getSecondaryTransfer()

getTransparentTransfer

public short getTransparentTransfer()

getPolygonIndex

public short getPolygonIndex()

getLineIndex

public short getLineIndex()

getPrimaryLight

public short getPrimaryLight()

getSecondaryLight

public short getSecondaryLight()

getTransparentLight

public short getTransparentLight()

setType

public void setType(short t)

setFlags

public void setFlags(short f)

setSideTextures

public void setSideTextures(SideTexture s1,
                            SideTexture s2,
                            SideTexture s3)

setPanelType

public void setPanelType(short t)

setPanelPermutation

public void setPanelPermutation(short p)

setPrimaryTransfer

public void setPrimaryTransfer(short t)

setSecondaryTransfer

public void setSecondaryTransfer(short t)

setTransparentTransfer

public void setTransparentTransfer(short t)

setPolygonIndex

public void setPolygonIndex(short i)

setLineIndex

public void setLineIndex(short i)

setPrimaryLight

public void setPrimaryLight(short l)

setSecondaryLight

public void setSecondaryLight(short l)

setTransparentLight

public void setTransparentLight(short l)

read

public SidsEntry read()

write

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