Package io.deephaven.plot.errors
Class PlotInfo
java.lang.Object
io.deephaven.plot.errors.PlotInfo
- All Implemented Interfaces:
LogOutputAppendable
,Serializable
Information about a plot. Has 3 pieces of information (all optional) Figure title, if it has one Chart title, if it
has one Series name
- See Also:
-
Constructor Summary
ConstructorDescriptionPlotInfo
(AxesImpl axes, Comparable seriesName) PlotInfo
(BaseFigureImpl figure, ChartImpl chart, SeriesInternal series) PlotInfo
(BaseFigureImpl figure, ChartImpl chart, Comparable seriesName) PlotInfo
(BaseFigureImpl figure, ChartImpl chart, String seriesName) -
Method Summary
-
Constructor Details
-
PlotInfo
-
PlotInfo
-
PlotInfo
-
PlotInfo
-
PlotInfo
-
-
Method Details
-
toString
-
append
- Specified by:
append
in interfaceLogOutputAppendable
-