Serialized Form


Package jaitools.demo

Class jaitools.demo.SimpleImagePane extends JPanel implements Serializable

Serialized Fields

image

RenderedImage image

transform

AffineTransform transform

lock

Object lock

Package jaitools.demo.jiffle

Class jaitools.demo.jiffle.GameOfLife extends JFrame implements Serializable

Serialized Fields

worldType

jaitools.demo.jiffle.GameOfLife.WorldType worldType

toroidRuntime

JiffleDirectRuntime toroidRuntime

edgeRuntime

JiffleDirectRuntime edgeRuntime

activeRuntime

JiffleDirectRuntime activeRuntime

patterns

List<E> patterns

curWorld

javax.media.jai.TiledImage curWorld

nextWorld

javax.media.jai.TiledImage nextWorld

imagePane

SimpleImagePane imagePane

runExecutor

ScheduledExecutorService runExecutor

running

AtomicBoolean running

itemsDisabledWhenRunning

List<E> itemsDisabledWhenRunning

Class jaitools.demo.jiffle.JiffleDemo extends JFrame implements Serializable

Serialized Fields

imagePane

SimpleImagePane imagePane

scriptPane

JTextArea scriptPane

splitPane

JSplitPane splitPane

imageWidth

int imageWidth

imageHeight

int imageHeight



Copyright © 2009-2011. All Rights Reserved.