Class StatisticUnit

All Implemented Interfaces:
StatisticInterface, FeedUpdateListener, ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
StatisticDetourBus, StatisticEarlyBus, StatisticLateBus, StatisticPunctualBus, StatisticStoppedBus, StatisticTotalBus

public abstract class StatisticUnit extends JLabel implements StatisticInterface, FeedUpdateListener
Abstract class representing a statistic unit tile in the UI. Extends JLabel to display the statistic name, value, and unit. Implements StatisticInterface for getting/setting values and units, and FeedUpdateListener to update statistics based on feed data.
Author:
Davide Galilei
See Also: