| org.pentaho.plugin.jfreechart.WidgetDefinition
All known Subclasses: org.pentaho.ui.component.ThermometerWidgetDefinition, org.pentaho.plugin.jfreechart.DialWidgetDefinition,
WidgetDefinition | abstract public class WidgetDefinition extends DefaultValueDataset (Code) | | |
Constructor Summary | |
public | WidgetDefinition(double value, double minimum, double maximum) |
WidgetDefinition | public WidgetDefinition(double value, double minimum, double maximum)(Code) | | |
getMaximum | public double getMaximum()(Code) | | Gets the maximum value the widget can display
The maximum value the widget can display |
getMinimum | public double getMinimum()(Code) | | Gets the minimum value the widget can display
The minimum value the widget can display |
getValueFont | abstract public Font getValueFont()(Code) | | |
setMaximum | public void setMaximum(double maximum)(Code) | | Sets the minimum value the widget can display
Parameters: maximum - The maximum value the widget can display |
setMinimum | public void setMinimum(double minimum)(Code) | | Sets the minimum value the widget can display
Parameters: minimum - The minimum value the widget can display |
|
|