spirals.data.doubleViewers
Class GraphPressureTabletDataViewer
java.lang.Object
spirals.data.viewers.TabletDataViewer
spirals.data.doubleViewers.DoubleViewer
spirals.data.doubleViewers.DoubleViewerBottomDrag
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pressure
private double[] pressure
GraphPressureTabletDataViewer
public GraphPressureTabletDataViewer(javax.swing.JPanel screen,
javax.swing.JPanel controls,
Data data,
boolean showUp)
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