public class PrintDataViewer extends Object implements DataViewer
| Constructor and Description |
|---|
PrintDataViewer(String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(String line,
double x,
double y) |
void |
addPoint(String line,
double x,
double y,
String scol) |
void |
showFinal() |
public PrintDataViewer(String s)
public void addPoint(String line, double x, double y)
addPoint in interface LineDisplaypublic void addPoint(String line, double x, double y, String scol)
addPoint in interface LineDisplaypublic void showFinal()
showFinal in interface DataViewerCopyright © 2019. All rights reserved.