kGLModel
クラス KGLtga.TgaHeader

java.lang.Object
  上位を拡張 kGLModel.KGLtga.TgaHeader
含まれているクラス:
KGLtga

 class KGLtga.TgaHeader
extends java.lang.Object

TGAファイルヘッダ

作成者:
kei

フィールドの概要
(package private)  byte bit_info
           
(package private)  short color_map_entry
           
(package private)  byte color_map_entry_size
           
(package private)  byte color_map_flag
           
(package private)  byte depth
           
(package private)  byte dmy_1
           
(package private)  byte dmy_2
           
(package private)  short height
           
(package private)  byte id
           
(package private)  byte type
           
(package private)  short width
           
(package private)  short x
           
(package private)  short y
           
 
コンストラクタの概要
KGLtga.TgaHeader()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

id

byte id

color_map_flag

byte color_map_flag

type

byte type

dmy_1

byte dmy_1

color_map_entry

short color_map_entry

color_map_entry_size

byte color_map_entry_size

dmy_2

byte dmy_2

x

short x

y

short y

width

short width

height

short height

depth

byte depth

bit_info

byte bit_info
コンストラクタの詳細

KGLtga.TgaHeader

KGLtga.TgaHeader()