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 voidaddPoint(java.lang.String line, double x, double y)voidaddPoint(java.lang.String line, double x, double y, java.lang.String scol)voidshowFinal()
-
-
-
Method Detail
-
addPoint
public void addPoint(java.lang.String line, double x, double y)- Specified by:
addPointin interfaceLineDisplay
-
addPoint
public void addPoint(java.lang.String line, double x, double y, java.lang.String scol)- Specified by:
addPointin interfaceLineDisplay
-
showFinal
public void showFinal()
- Specified by:
showFinalin interfaceDataViewer
-
-