|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object DefaultValueDataset org.pentaho.platform.uifoundation.chart.WidgetDefinition
public abstract class WidgetDefinition
Constructor Summary | |
---|---|
WidgetDefinition(double value,
double minimum,
double maximum)
|
Method Summary | |
---|---|
double |
getMaximum()
Gets the maximum value the widget can display |
double |
getMinimum()
Gets the minimum value the widget can display |
String |
getNoDataMessage()
|
abstract Font |
getValueFont()
|
void |
setMaximum(double maximum)
Sets the minimum value the widget can display |
void |
setMinimum(double minimum)
Sets the minimum value the widget can display |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WidgetDefinition(double value, double minimum, double maximum)
Method Detail |
---|
public double getMinimum()
public void setMinimum(double minimum)
minimum
- The minimum value the widget can displaypublic double getMaximum()
public void setMaximum(double maximum)
maximum
- The maximum value the widget can displaypublic abstract Font getValueFont()
public String getNoDataMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |