Serialized Form


Package com.mebigfatguy.patchanim

Class com.mebigfatguy.patchanim.PatchAnimDocument extends java.lang.Object implements Serializable

serialVersionUID: -7412254429829665944L

Serialized Fields

dirty

boolean dirty

order

int order

useAlpha

boolean useAlpha

patches

java.util.List<E> patches

width

int width

height

int height

animationType

AnimationType animationType

outOfBoundsColor

OutOfBoundsColor outOfBoundsColor

tweenCount

int tweenCount

tweenStyle

TweenStyle tweenStyle

Package com.mebigfatguy.patchanim.gui

Class com.mebigfatguy.patchanim.gui.DoubleDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 2390424803444456428L

Class com.mebigfatguy.patchanim.gui.ExportFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: 3111097499092146056L

Serialized Fields

bar

javax.swing.JProgressBar bar

Class com.mebigfatguy.patchanim.gui.IntegerDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 4081253155490713536L

Class com.mebigfatguy.patchanim.gui.JColorControlPatchPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2524694507912574529L

Serialized Fields

coords

PatchCoords coords

color

PatchColor color

sample

JPatchSamplePanel sample

colorLabel

javax.swing.JLabel colorLabel

colorField

javax.swing.JTextField colorField

selectedXPt

int selectedXPt

selectedYPt

int selectedYPt

Class com.mebigfatguy.patchanim.gui.JPatchAnimFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -4610407923936772733L

Serialized Fields

newItem

javax.swing.JMenuItem newItem

openItem

javax.swing.JMenuItem openItem

saveItem

javax.swing.JMenuItem saveItem

saveAsItem

javax.swing.JMenuItem saveAsItem

exportMenu

javax.swing.JMenu exportMenu

exportJpgsItem

javax.swing.JMenuItem exportJpgsItem

exportPngsItem

javax.swing.JMenuItem exportPngsItem

exportGifsItem

javax.swing.JMenuItem exportGifsItem

exportAnimatedGifItem

javax.swing.JMenuItem exportAnimatedGifItem

exportAnimatedPngItem

javax.swing.JMenuItem exportAnimatedPngItem

exportAnimatedMngItem

javax.swing.JMenuItem exportAnimatedMngItem

quitItem

javax.swing.JMenuItem quitItem

document

PatchAnimDocument document

documentLocation

java.io.File documentLocation

Class com.mebigfatguy.patchanim.gui.JPatchAnimPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3030850111559417377L

Class com.mebigfatguy.patchanim.gui.JPatchControlPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5968231995166721151L

Serialized Fields

document

PatchAnimDocument document

widthField

javax.swing.JTextField widthField

heightField

javax.swing.JTextField heightField

animationCB

javax.swing.JComboBox animationCB

outOfBoundsColorCB

javax.swing.JComboBox outOfBoundsColorCB

tweenFramesField

javax.swing.JTextField tweenFramesField

tweenStyleCB

javax.swing.JComboBox tweenStyleCB

testButton

javax.swing.JButton testButton

Class com.mebigfatguy.patchanim.gui.JPatchListPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5365174588964238457L

Serialized Fields

patchList

javax.swing.JList patchList

patchListModel

PatchListModel patchListModel

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

Class com.mebigfatguy.patchanim.gui.JPatchSamplePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 8057501623261814175L

Serialized Fields

color

PatchColor color

rgb

java.awt.Color rgb

oob

OutOfBoundsColor oob

decorator

PatchDecorator decorator

redrawLock

java.lang.Object redrawLock

redrawing

boolean redrawing

dragging

boolean dragging

Class com.mebigfatguy.patchanim.gui.JTestFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -7975149184522257748L

Serialized Fields

testPanel

com.mebigfatguy.patchanim.gui.JTestFrame.TestPanel testPanel

document

PatchAnimDocument document

lastRedraw

long lastRedraw

Class com.mebigfatguy.patchanim.gui.NewDocumentDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 6141957372893989399L

Serialized Fields

orderCombo

javax.swing.JComboBox orderCombo

useAlpha

javax.swing.JCheckBox useAlpha

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

isOk

boolean isOk

Class com.mebigfatguy.patchanim.gui.PatchListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: -4980398874234658317L

Serialized Fields

doc

PatchAnimDocument doc

Class com.mebigfatguy.patchanim.gui.SourcePatchesPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6986592027015551508L

Serialized Fields

redPatch

JColorControlPatchPanel redPatch

greenPatch

JColorControlPatchPanel greenPatch

bluePatch

JColorControlPatchPanel bluePatch

alphaPatch

JColorControlPatchPanel alphaPatch

Package com.mebigfatguy.patchanim.gui.events

Class com.mebigfatguy.patchanim.gui.events.ActivePatchChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: -6329025951907079541L

Serialized Fields

patch

CombinedPatch patch

Class com.mebigfatguy.patchanim.gui.events.DocumentChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 7694516648407911200L

Serialized Fields

document

PatchAnimDocument document

Class com.mebigfatguy.patchanim.gui.events.ExportEvent extends java.util.EventObject implements Serializable

serialVersionUID: 2626267094073359857L

Serialized Fields

index

int index

total

int total

Class com.mebigfatguy.patchanim.gui.events.PatchCompletionEvent extends java.util.EventObject implements Serializable

serialVersionUID: -565663620059754119L

Class com.mebigfatguy.patchanim.gui.events.SettingsChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 2005167344637800832L

Serialized Fields

doc

PatchAnimDocument doc

Package com.mebigfatguy.patchanim.surface

Class com.mebigfatguy.patchanim.surface.CombinedPatch extends java.lang.Object implements Serializable

serialVersionUID: 3521025714125245036L

Serialized Fields

patches

java.util.EnumMap<K extends java.lang.Enum<K>,V> patches

name

java.lang.String name

Class com.mebigfatguy.patchanim.surface.Coordinate extends java.lang.Object implements Serializable

serialVersionUID: 5211344767856486552L

Serialized Fields

x

double x

y

double y

color

double color

Class com.mebigfatguy.patchanim.surface.PatchCoords extends java.lang.Object implements Serializable

serialVersionUID: -4052789167154764908L

Serialized Fields

order

int order

coords

Coordinate[][] coords



Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.