org.pentaho.platform.uifoundation.chart
Class ThermometerWidgetDefinition

java.lang.Object
  extended by DefaultValueDataset
      extended by org.pentaho.platform.uifoundation.chart.WidgetDefinition
          extended by org.pentaho.platform.uifoundation.chart.ThermometerWidgetDefinition

public class ThermometerWidgetDefinition
extends WidgetDefinition


Constructor Summary
ThermometerWidgetDefinition(double value, double minimum, double maximum)
           
 
Method Summary
 Font getValueFont()
           
 
Methods inherited from class org.pentaho.platform.uifoundation.chart.WidgetDefinition
getMaximum, getMinimum, getNoDataMessage, setMaximum, setMinimum
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThermometerWidgetDefinition

public ThermometerWidgetDefinition(double value,
                                   double minimum,
                                   double maximum)
Method Detail

getValueFont

public Font getValueFont()
Specified by:
getValueFont in class WidgetDefinition