|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspirals.data.viewers.TabletDataViewer
spirals.data.doubleViewers.DoubleViewer
spirals.data.doubleViewers.DoubleViewerDrag
spirals.data.doubleViewers.TimeTabletDataViewer
spirals.data.doubleViewers.TimeDifTabletDataViewer
spirals.data.doubleViewers.FFTTabletDataViewer
spirals.data.doubleViewers.KepsterTabletDataViewer
public class KepsterTabletDataViewer
Prohlížeč vykreslí kepstrum vypočítané z dat.
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ČVUT FEL, Prague
Field Summary | |
---|---|
protected ComplexVector |
kepstrum
|
Fields inherited from class spirals.data.doubleViewers.FFTTabletDataViewer |
---|
fft, fftSize, maxFrequency, maxPower |
Fields inherited from class spirals.data.doubleViewers.TimeDifTabletDataViewer |
---|
dif |
Fields inherited from class spirals.data.doubleViewers.TimeTabletDataViewer |
---|
angle, dcb, maxFi, minFi |
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 | |
---|---|
KepsterTabletDataViewer(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()
vybere všechna data |
Methods inherited from class spirals.data.doubleViewers.FFTTabletDataViewer |
---|
setBottom |
Methods inherited from class spirals.data.doubleViewers.TimeTabletDataViewer |
---|
disableControls, getControls, getEnd, getStart, changed, setBottom, setChanged, updateControls |
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 |
---|
repaint, setTabletData, setTabletInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ComplexVector kepstrum
Constructor Detail |
---|
public KepsterTabletDataViewer(javax.swing.JPanel screen, javax.swing.JPanel controls, Data data, boolean all, boolean showUp)
Method Detail |
---|
private void install()
public void updateData()
TimeTabletDataViewer
updateData
in class FFTTabletDataViewer
public java.lang.String getDescription()
TabletDataViewer
getDescription
in class FFTTabletDataViewer
|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |