Package repast.simphony.chart2
Class OverflowLegendUpdater
java.lang.Object
repast.simphony.chart2.OverflowLegendUpdater
- All Implemented Interfaces:
- EventListener,- org.jfree.chart.event.PlotChangeListener
public class OverflowLegendUpdater
extends Object
implements org.jfree.chart.event.PlotChangeListener
Updates the a chart's overflow legend.
- Author:
- Nick Collier
- 
Constructor SummaryConstructorsConstructorDescriptionOverflowLegendUpdater(org.jfree.chart.JFreeChart chart, StaticHistogramDataset data) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidplotChanged(org.jfree.chart.event.PlotChangeEvent arg0) voidupdate()Updates the title to the latest overflow.
- 
Constructor Details- 
OverflowLegendUpdater- Parameters:
- chart-
- title-
- data-
 
 
- 
- 
Method Details- 
updatepublic void update()Updates the title to the latest overflow.
- 
plotChangedpublic void plotChanged(org.jfree.chart.event.PlotChangeEvent arg0) - Specified by:
- plotChangedin interface- org.jfree.chart.event.PlotChangeListener
 
 
-