fr.orsay.lri.varna.views
Class VueHighlightRegionEdit

java.lang.Object
  extended by fr.orsay.lri.varna.views.VueHighlightRegionEdit
All Implemented Interfaces:
ActionListener, EventListener, ChangeListener

public class VueHighlightRegionEdit
extends Object
implements ChangeListener, ActionListener


Field Summary
private  HighlightRegionAnnotation _an
           
(package private)  HighlightRegionAnnotation _backup
           
private  JSlider _fromSlider
           
private  JSlider _toSlider
           
private  VARNAPanel _vp
           
private static int CONTROL_HEIGHT
           
private static int CONTROL_WIDTH
           
private  JButton fillShow
           
private  JButton outlineShow
           
private  JPanel panel
           
(package private)  JSpinner rad
           
private static int TITLE_WIDTH
           
 
Constructor Summary
VueHighlightRegionEdit(VARNAPanel vp, HighlightRegionAnnotation an)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 VARNAPanel get_vp()
           
 double getAngle()
           
 JPanel getPanel()
           
 boolean show()
           
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

_fromSlider

private JSlider _fromSlider

_toSlider

private JSlider _toSlider

panel

private JPanel panel

_an

private HighlightRegionAnnotation _an

CONTROL_HEIGHT

private static int CONTROL_HEIGHT

TITLE_WIDTH

private static int TITLE_WIDTH

CONTROL_WIDTH

private static int CONTROL_WIDTH

fillShow

private JButton fillShow

outlineShow

private JButton outlineShow

rad

JSpinner rad

_backup

HighlightRegionAnnotation _backup
Constructor Detail

VueHighlightRegionEdit

public VueHighlightRegionEdit(VARNAPanel vp,
                              HighlightRegionAnnotation an)
Method Detail

getPanel

public JPanel getPanel()

getAngle

public double getAngle()

get_vp

public VARNAPanel get_vp()

show

public boolean show()

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener