public class PowerGraph extends AbstractGraph<java.lang.String>
| Constructor and Description |
|---|
PowerGraph(Lab lab)
Instantiates a new power graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getChannel() |
Lab |
getLab()
Gets the lab.
|
javafx.scene.layout.Region |
getLayout()
Gets the layout.
|
protected void |
graphAccept(double[][] samples)
Graph accept.
|
protected void |
postSetConnection()
Post set connection.
|
void |
setLab(Lab lab)
Sets the lab.
|
protected void |
start()
Start.
|
protected void |
stop()
Stop.
|
connectionError, connectionEventPerformed, getButtons, getConnection, preSetConnection, preStart, setConnection, showConnectionError, startStop, toolTippublic PowerGraph(Lab lab)
lab - the labpublic javafx.scene.layout.Region getLayout()
AbstractGraphgetLayout in class AbstractGraph<java.lang.String>public Lab getLab()
protected int getChannel()
getChannel in class AbstractGraph<java.lang.String>public void setLab(Lab lab)
lab - the new labprotected void start()
AbstractGraphstart in class AbstractGraph<java.lang.String>protected void stop()
AbstractGraphstop in class AbstractGraph<java.lang.String>protected void postSetConnection()
AbstractGraphpostSetConnection in class AbstractGraph<java.lang.String>protected void graphAccept(double[][] samples)
AbstractGraphgraphAccept in class AbstractGraph<java.lang.String>samples - the samples