draw.graphique
Class VuePalette.ChangeSlider

java.lang.Object
  extended by draw.graphique.VuePalette.ChangeSlider
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener
Enclosing class:
VuePalette

private class VuePalette.ChangeSlider
extends java.lang.Object
implements javax.swing.event.ChangeListener


Field Summary
private  int n
           
 
Constructor Summary
VuePalette.ChangeSlider(int n)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

private int n
Constructor Detail

VuePalette.ChangeSlider

public VuePalette.ChangeSlider(int n)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener