Package com.illumon.iris.db.plot.errors
Class PlotInfo
java.lang.Object
com.illumon.iris.db.plot.errors.PlotInfo
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable,Serializable
public class PlotInfo extends Object implements Serializable, com.fishlib.base.log.LogOutputAppendable
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PlotInfo(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)PlotInfo(String figureName, String chartName, String seriesName) -
Method Summary