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 LineDisplay
public void addPoint(String line, double x, double y, String scol)
addPoint
in interface LineDisplay
public void showFinal()
showFinal
in interface DataViewer
Copyright © 2020. All rights reserved.