Package org.lemsml.jlems.core.display
Class PrintDataViewer
- java.lang.Object
-
- org.lemsml.jlems.core.display.PrintDataViewer
-
- All Implemented Interfaces:
DataViewer
,LineDisplay
public class PrintDataViewer extends java.lang.Object implements DataViewer
-
-
Constructor Summary
Constructors Constructor Description PrintDataViewer(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPoint(java.lang.String line, double x, double y)
void
addPoint(java.lang.String line, double x, double y, java.lang.String scol)
void
showFinal()
-
-
-
Method Detail
-
addPoint
public void addPoint(java.lang.String line, double x, double y)
- Specified by:
addPoint
in interfaceLineDisplay
-
addPoint
public void addPoint(java.lang.String line, double x, double y, java.lang.String scol)
- Specified by:
addPoint
in interfaceLineDisplay
-
showFinal
public void showFinal()
- Specified by:
showFinal
in interfaceDataViewer
-
-