fr.orsay.lri.varna.views
Class VueGlobalRotation

java.lang.Object
  extended by fr.orsay.lri.varna.views.VueGlobalRotation

public class VueGlobalRotation
extends Object


Field Summary
private  VARNAPanel _vp
           
private  JPanel panel
           
private  JSlider rotationSlider
           
 
Constructor Summary
VueGlobalRotation(VARNAPanel vp)
           
 
Method Summary
 VARNAPanel get_vp()
           
 double getAngle()
           
 JPanel getPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

rotationSlider

private JSlider rotationSlider

panel

private JPanel panel
Constructor Detail

VueGlobalRotation

public VueGlobalRotation(VARNAPanel vp)
Method Detail

getPanel

public JPanel getPanel()

getAngle

public double getAngle()

get_vp

public VARNAPanel get_vp()