Parkinson Disease Database

spirals.data.doubleViewers
Class DoubleViewerBottom2

java.lang.Object
  extended by spirals.data.doubleViewers.DoubleViewerBottom
      extended by spirals.data.doubleViewers.DoubleViewerBottom2

public class DoubleViewerBottom2
extends DoubleViewerBottom

Vykresluje data v závislosti na řadě x.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ČVUT FEL, Prague

See Also:
DoubleViewer

Field Summary
protected  double[] x
           
 
Fields inherited from class spirals.data.doubleViewers.DoubleViewerBottom
begin, data, end, max, min, screen, size, whiteX
 
Constructor Summary
DoubleViewerBottom2(javax.swing.JPanel screen, double[] x, double[] data)
           
 
Method Summary
protected  void paintGraph(java.awt.Graphics g, int scrWidth, int offsetFi, double koef)
          vykreslení vlastních dat
 
Methods inherited from class spirals.data.doubleViewers.DoubleViewerBottom
getOffset, getSize, paint, setBegin, setDrawColor, setEnd, setMax, setMin, setWhiteX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double[] x
Constructor Detail

DoubleViewerBottom2

public DoubleViewerBottom2(javax.swing.JPanel screen,
                           double[] x,
                           double[] data)
Method Detail

paintGraph

protected void paintGraph(java.awt.Graphics g,
                          int scrWidth,
                          int offsetFi,
                          double koef)
Description copied from class: DoubleViewerBottom
vykreslení vlastních dat

Overrides:
paintGraph in class DoubleViewerBottom
Parameters:
g - Graphics
scrWidth - int
offsetFi - int
koef - double

Parkinson Disease Database