Package org.lemsml.jlems.core.display
Interface LineDisplay
-
- All Known Subinterfaces:
DataViewer
- All Known Implementing Classes:
PrintDataViewer
,StandaloneViewer
public interface LineDisplay
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-