Serialized Form


Package com.mebigfatguy.pixelle

Class com.mebigfatguy.pixelle.PixelleFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -2993532609001467136L

Serialized Fields

fileMenu

javax.swing.JMenu fileMenu

newItem

javax.swing.JMenuItem newItem

openItem

javax.swing.JMenuItem openItem

closeItem

javax.swing.JMenuItem closeItem

saveItem

javax.swing.JMenuItem saveItem

saveAsItem

javax.swing.JMenuItem saveAsItem

pageSetupItem

javax.swing.JMenuItem pageSetupItem

printItem

javax.swing.JMenuItem printItem

quitItem

javax.swing.JMenuItem quitItem

viewMenu

javax.swing.JMenu viewMenu

oneEighthItem

javax.swing.JCheckBoxMenuItem oneEighthItem

oneFourthItem

javax.swing.JCheckBoxMenuItem oneFourthItem

oneHalfItem

javax.swing.JCheckBoxMenuItem oneHalfItem

fullSizeItem

javax.swing.JCheckBoxMenuItem fullSizeItem

twoTimesItem

javax.swing.JCheckBoxMenuItem twoTimesItem

fourTimesItem

javax.swing.JCheckBoxMenuItem fourTimesItem

eightTimesItem

javax.swing.JCheckBoxMenuItem eightTimesItem

fitToWindowItem

javax.swing.JCheckBoxMenuItem fitToWindowItem

transformMenu

javax.swing.JMenu transformMenu

transformNewWindowItem

javax.swing.JCheckBoxMenuItem transformNewWindowItem

optionsItem

javax.swing.JMenuItem optionsItem

transformItem

javax.swing.JMenuItem transformItem

goodiesMenu

javax.swing.JMenu goodiesMenu

inspectorItem

javax.swing.JCheckBoxMenuItem inspectorItem

imageFile

java.io.File imageFile

scroll

javax.swing.JScrollPane scroll

panel

PixelleFrame.ImagePanel panel

inspector

PixelInspector inspector

doNewWindow

boolean doNewWindow

pixelleFrameId

int pixelleFrameId

Class com.mebigfatguy.pixelle.PixelleFrame.ImagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1004811680136095184L

Serialized Fields

zoom

ZoomLevel zoom

color

int[] color

lastPoint

java.awt.Point lastPoint

frozen

boolean frozen

Class com.mebigfatguy.pixelle.PixelleTransformException extends java.lang.Exception implements Serializable

serialVersionUID: -7209029044223677078L


Package com.mebigfatguy.pixelle.actions

Class com.mebigfatguy.pixelle.actions.CloseFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -6860345801345095089L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.InspectorAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2938266078773417057L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.NewFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2300557759679077906L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.OpenFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -143429629947905056L

Serialized Fields

frame

PixelleFrame frame

lastDir

java.io.File lastDir

Class com.mebigfatguy.pixelle.actions.OptionsAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -4788815421907339556L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.PageSetupAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3397949264743769800L

Class com.mebigfatguy.pixelle.actions.PrintAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 5826553084556182790L

Class com.mebigfatguy.pixelle.actions.QuitAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -8604632433532502563L

Class com.mebigfatguy.pixelle.actions.SaveFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -8339987202623985741L

Serialized Fields

frame

PixelleFrame frame

saveAsAction

SaveFileAsAction saveAsAction

Class com.mebigfatguy.pixelle.actions.SaveFileAsAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 548030636198842553L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.TransformAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 3609590839274864129L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.TransformNewWindowAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -906223935291758331L

Serialized Fields

frame

PixelleFrame frame

Class com.mebigfatguy.pixelle.actions.ZoomAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -4154911527858500196L

Serialized Fields

frame

PixelleFrame frame

zoom

ZoomLevel zoom

Package com.mebigfatguy.pixelle.dialogs

Class com.mebigfatguy.pixelle.dialogs.AlgorithmEditor extends javax.swing.JDialog implements Serializable

serialVersionUID: 7704059483753204128L

Serialized Fields

algo

javax.swing.JEditorPane algo

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

origValue

java.lang.String origValue

shortcutTrigger

javax.swing.JLabel shortcutTrigger

shortcuts

javax.swing.JPopupMenu shortcuts

isOK

boolean isOK

Class com.mebigfatguy.pixelle.dialogs.ColorButton extends javax.swing.JButton implements Serializable

serialVersionUID: -8845705944739341059L

Serialized Fields

color

java.awt.Color color

Class com.mebigfatguy.pixelle.dialogs.PixelInspector extends javax.swing.JFrame implements Serializable

serialVersionUID: 713537909520529431L

Serialized Fields

frame

PixelleFrame frame

swatchPanel

javax.swing.JPanel swatchPanel

xField

javax.swing.JTextField xField

yField

javax.swing.JTextField yField

colorField

javax.swing.JTextField colorField

sb

java.lang.StringBuilder sb

Class com.mebigfatguy.pixelle.dialogs.PixelleExpressionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -4273352119079307059L

Serialized Fields

rgbLHS

java.util.Map<K,V> rgbLHS

rgbEditor

java.util.Map<K,V> rgbEditor

rgbLabels

java.util.Map<K,V> rgbLabels

gsLHS

java.util.Map<K,V> gsLHS

gsEditor

java.util.Map<K,V> gsEditor

gsLabels

java.util.Map<K,V> gsLabels

frame

PixelleFrame frame

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

reset

javax.swing.JButton reset

sourcePanel

com.mebigfatguy.pixelle.dialogs.PixelleExpressionDialog.SourcePanel sourcePanel

selectedRGBAlgorithm

javax.swing.JTextField selectedRGBAlgorithm

savedRGBAlgorithms

javax.swing.JPopupMenu savedRGBAlgorithms

selectedGSAlgorithm

javax.swing.JTextField selectedGSAlgorithm

savedGSAlgorithms

javax.swing.JPopupMenu savedGSAlgorithms

tabbedPane

javax.swing.JTabbedPane tabbedPane

widthField

javax.swing.JTextField widthField

heightField

javax.swing.JTextField heightField

save

javax.swing.JButton save

delete

javax.swing.JButton delete

clickedOK

boolean clickedOK

Class com.mebigfatguy.pixelle.dialogs.PixelleOptionsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -2593224982080676492L

Serialized Fields

colorBox

javax.swing.JCheckBox colorBox

borderColorBox

javax.swing.JCheckBox borderColorBox

wrappedColorBox

javax.swing.JCheckBox wrappedColorBox

colorButton

ColorButton colorButton

clipBox

javax.swing.JCheckBox clipBox

rollBox

javax.swing.JCheckBox rollBox

waveBox

javax.swing.JCheckBox waveBox

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

okClicked

boolean okClicked

color

java.awt.Color color

ioobOption

IndexOutOfBoundsOption ioobOption

coobOption

ColorOutOfBoundsOption coobOption

Class com.mebigfatguy.pixelle.dialogs.SaveAlgorithmDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -6991592080722431427L

Serialized Fields

labels

javax.swing.JLabel[] labels

imageType

ImageType imageType

groupBox

javax.swing.JComboBox groupBox

nameField

javax.swing.JTextField nameField

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

okClicked

boolean okClicked

Package com.mebigfatguy.pixelle.utils

Class com.mebigfatguy.pixelle.utils.IntegerDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: -4300414460486882975L



Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.