Class Plot.Lines
java.lang.Object
edu.duke.cs.osprey.tools.resultdoc.Plot.Series
edu.duke.cs.osprey.tools.resultdoc.Plot.Lines
- Direct Known Subclasses:
Plot.LinesX,Plot.LinesY
- Enclosing class:
- Plot
-
Field Summary
Fields inherited from class edu.duke.cs.osprey.tools.resultdoc.Plot.Series
axisInfos, color, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringrenderData1D(List<Double> data, Double neginf, Double posinf) renderStyle(int seriesIndex, List<Plot.Color> colors) Methods inherited from class edu.duke.cs.osprey.tools.resultdoc.Plot.Series
pickColor, renderCols, renderData
-
Constructor Details
-
Lines
public Lines()
-
-
Method Details
-
renderData1D
-
renderStyle
- Specified by:
renderStylein classPlot.Series
-