public class SinePlot extends Object
Two alternative ways of setting up the plot are provided by way of example, but they have the same effect.
To use this class invoke the main() method from the command line. Use the -h flag for options.
Modifier and Type | Class and Description |
---|---|
static interface |
SinePlot.PlanePlotter
Abstracts the way that the table is turned into a 2d plot component.
|
Constructor and Description |
---|
SinePlot(SinePlot.PlanePlotter planePlotter,
int count)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method.
|
void |
run(int updateMillis)
Constructs a plot and posts it to the screen.
|
public SinePlot(SinePlot.PlanePlotter planePlotter, int count) throws Exception
planePlotter
- object that does the plotcount
- number of points to plotException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.