Parkinson Disease Database

spirals.data.doubleViewers
Class GraphPressureTabletDataViewer

java.lang.Object
  extended by spirals.data.viewers.TabletDataViewer
      extended by spirals.data.doubleViewers.DoubleViewer
          extended by spirals.data.doubleViewers.DoubleViewerBottomDrag
              extended by spirals.data.doubleViewers.GraphPressureTabletDataViewer
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener

public class GraphPressureTabletDataViewer
extends DoubleViewerBottomDrag

Zobrazuje graf tlaku.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ČVUT FEL, Prague


Field Summary
private  double[] pressure
           
 
Fields inherited from class spirals.data.doubleViewers.DoubleViewerBottomDrag
dragging
 
Fields inherited from class spirals.data.doubleViewers.DoubleViewer
bottom, bottomViewer, top, topControls, topViewer
 
Fields inherited from class spirals.data.viewers.TabletDataViewer
controls, data, screen, showUp, tabletData, ti
 
Constructor Summary
GraphPressureTabletDataViewer(javax.swing.JPanel screen, javax.swing.JPanel controls, Data data, boolean showUp)
           
 
Method Summary
 void disableControls()
          Zablokuje panel s ovládacími prvky
 java.lang.String getDescription()
           
 void updateControls()
          call when controls have to change. e.g. when data has changed
 void updateData()
          Volá se vždy při změně dat.
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewerBottomDrag
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewer
paint
 
Methods inherited from class spirals.data.viewers.TabletDataViewer
repaint, setTabletData, setTabletInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pressure

private double[] pressure
Constructor Detail

GraphPressureTabletDataViewer

public GraphPressureTabletDataViewer(javax.swing.JPanel screen,
                                     javax.swing.JPanel controls,
                                     Data data,
                                     boolean showUp)
Method Detail

updateControls

public void updateControls()
Description copied from class: TabletDataViewer
call when controls have to change. e.g. when data has changed

Specified by:
updateControls in class TabletDataViewer

updateData

public void updateData()
Description copied from class: TabletDataViewer
Volá se vždy při změně dat. Všechny výpočty nad daty by měly být volány z této funkce

Overrides:
updateData in class TabletDataViewer

disableControls

public void disableControls()
Description copied from class: TabletDataViewer
Zablokuje panel s ovládacími prvky

Specified by:
disableControls in class TabletDataViewer

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class TabletDataViewer

Parkinson Disease Database