Parkinson Disease Database

spirals.data.doubleViewers
Class PressureTabletDataViewer

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

public class PressureTabletDataViewer
extends DoubleViewerDrag

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.DoubleViewerDrag
dragging
 
Fields inherited from class spirals.data.doubleViewers.DoubleViewer
bottom, bottomViewer, top, topControls, topViewer
 
Fields inherited from class spirals.data.viewers.TabletDataViewer
all, controls, data, screen, showUp, tabletData, ti
 
Constructor Summary
PressureTabletDataViewer(javax.swing.JPanel screen, javax.swing.JPanel controls, Data data, boolean all, boolean showUp)
           
 
Method Summary
 java.lang.String getDescription()
          vrátí textový popis prohlížeče
private  void install()
           
 void updateData()
          Volá se vždy při změně dat.
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewerDrag
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewer
paint
 
Methods inherited from class spirals.data.viewers.TabletDataViewer
disableControls, repaint, setTabletData, setTabletInfo, updateControls
 
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

PressureTabletDataViewer

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

install

private void install()

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

getDescription

public java.lang.String getDescription()
Description copied from class: TabletDataViewer
vrátí textový popis prohlížeče

Overrides:
getDescription in class TabletDataViewer
Returns:
String

Parkinson Disease Database