Package com.illumon.iris.db.plot
Class DynamicChartTitle.ChartTitleTable
java.lang.Object
com.illumon.iris.db.plot.ChartTitle
com.illumon.iris.db.plot.DynamicChartTitle
com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
com.illumon.iris.db.plot.DynamicChartTitle.ChartTitleTable
- All Implemented Interfaces:
TableSnapshotChangeListener
,Serializable
- Enclosing class:
- DynamicChartTitle
public static class DynamicChartTitle.ChartTitleTable extends DynamicChartTitle.DynamicChartTitleTable
A dynamic chart title from
Table
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.plot.DynamicChartTitle
DynamicChartTitle.ChartTitleSwappableTable, DynamicChartTitle.ChartTitleTable, DynamicChartTitle.DynamicChartTitleTable
-
Method Summary
Modifier and Type Method Description TableHandle
getTableHandle()
void
updateChartTitle()
Methods inherited from class com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
notifyTableSnapshotChanged
Methods inherited from class com.illumon.iris.db.plot.DynamicChartTitle
addChartTitleChangeListener, getTitle, onClose
-
Method Details
-
getTableHandle
-
updateChartTitle
public void updateChartTitle()- Overrides:
updateChartTitle
in classChartTitle
-