Constructor and Description |
---|
Plotter()
Construct a plotter with the default plot name
|
Plotter(String name)
Construct a plotter with a specific plot name
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getColumnName()
Get the column name for the plotted point
|
abstract int |
getValue()
Get the current value for the plotted point.
|
int |
hashCode() |
void |
reset()
Called after the website graphs have been updated
|
public Plotter()
public Plotter(String name)
name
- the name of the plotter to use, which will show up on the websitepublic abstract int getValue()
public String getColumnName()
public void reset()
Copyright © 2016. All rights reserved.