直列化された形式


パッケージ <Unnamed>

Class Morphing extends java.applet.Applet implements Serializable

直列化されたフィールド

imageCount

int imageCount
イメージの数


mimg

MorphImage[] mimg
イメージを格納する配列


deform

Deform deform
変形を表すオブジェクト


time

int time
現在のステップ


dtime

int dtime
1ステップ当たりの時間 (ミリ秒)


image1

int image1
変形前イメージのポインタ


image2

int image2
変形後イメージのポインタ


waitTime

int waitTime
変形の間の待ち時間 (ミリ秒)


morphTime

int morphTime
変形に要する時間 (ミリ秒)


step

int step
変形のステップ数


threshold

int threshold
背景色の閾値


viewThread

java.lang.Thread viewThread
表示更新スレッド