Serialized Form


Package draw.graphique

Class draw.graphique.Draw extends javax.swing.JFrame implements Serializable

Serialized Fields

boite

Boite boite

cadre

Cadre cadre

palette

Palette palette

lastWidth

int lastWidth

lastHeight

int lastHeight

scroll

javax.swing.JScrollPane scroll

vueCadre

VueCadre vueCadre

fichier

java.lang.String fichier

image

Image image

itemEnregistrer

javax.swing.JMenuItem itemEnregistrer

Class draw.graphique.VueBoite extends javax.swing.JDialog implements Serializable

Serialized Fields

boite

Boite boite

cadre

Cadre cadre

boutons

javax.swing.JButton[][] boutons

fenetres

javax.swing.JDialog[][] fenetres

sousBoutons

javax.swing.JButton[][][] sousBoutons

panels

javax.swing.JPanel[][] panels

liste1

java.lang.String[][] liste1

liste2

java.lang.String[][][] liste2

Class draw.graphique.VueCadre extends javax.swing.JPanel implements Serializable

Serialized Fields

cadre

Cadre cadre

boite

Boite boite

palette

Palette palette

x0

int x0

y0

int y0

x

int x

y

int y

lastWidth

int lastWidth

lastHeight

int lastHeight

g

java.awt.Graphics g

g2d

java.awt.Graphics2D g2d

c

java.awt.Color c

inv

java.awt.Color inv

p1

Particule p1

p2

Particule p2

p3

Particule p3

p4

Particule p4

Class draw.graphique.VuePalette extends javax.swing.JDialog implements Serializable

Serialized Fields

palette

Palette palette

slide

javax.swing.DefaultBoundedRangeModel[] slide

sliders

javax.swing.JSlider[] sliders

couleur

javax.swing.JLabel couleur

rgb

javax.swing.JLabel[] rgb

panelHaut

javax.swing.JPanel panelHaut