|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.data.general.AbstractDataset org.jfree.data.general.DefaultValueDataset org.pentaho.platform.uifoundation.chart.WidgetDefinition org.pentaho.platform.uifoundation.chart.DialWidgetDefinition
public class DialWidgetDefinition
This class represents the definition of a dashboard dial. It holds:
org.pentaho.core.ui.component.JFreeChartEngine
Example Dial
Field Summary |
---|
Constructor Summary | |
---|---|
DialWidgetDefinition(org.dom4j.Document document,
double value,
int width,
int height,
IPentahoSession session)
TODO: PROBLEM HERE! See the note on the constructor above. |
|
DialWidgetDefinition(double value,
double minimum,
double maximum,
boolean rangeLimited)
|
|
DialWidgetDefinition(org.pentaho.commons.connection.IPentahoResultSet data,
boolean byRow,
org.dom4j.Node chartAttributes,
int width,
int height,
IPentahoSession session)
TODO PROBLEM HERE! If you use this constructor, the XML schema for the chart attributes is different than if you use the constructor with the arguments public DialWidgetDefinition( Document document, double value, int width, int height, IPentahoSession session). |
Method Summary | |
---|---|
void |
addInterval(org.jfree.chart.plot.MeterInterval interval)
Add an interval (MeterInterval) to the dial definition. |
void |
addSubTitle(String subTitle)
|
void |
addSubTitles(List subTitleNodes)
|
static void |
createDial(DialWidgetDefinition widgetDefinition,
org.dom4j.Node dialNode,
int width,
int height,
IPentahoSession session)
Create a dial definition object from an XML document |
void |
deriveMinMax(double value)
|
Float |
getBackgroundAlpha()
|
Paint |
getBorderPaint()
|
Image |
getChartBackgroundImage()
|
Paint |
getChartBackgroundPaint()
|
org.jfree.chart.plot.DialShape |
getDialShape()
Return the shape to be used for the dial. |
Float |
getForegroundAlpha()
|
int |
getHeight()
|
List |
getIntervals()
Return a list of the intervals for the dial. |
Font |
getLegendFont()
Return the java.awt.Font to be used to display the legend items |
org.jfree.ui.RectangleEdge |
getLegendPosition()
|
static org.apache.commons.logging.Log |
getLogger()
|
Paint |
getNeedlePaint()
Return the java.awt.Paint used to paint the needle of the dial image |
Paint[] |
getPaintSequence()
|
Image |
getPlotBackgroundImage()
|
Paint |
getPlotBackgroundPaint()
Return the java.awt.Paint object to be used to paint the backound of the dial. |
List |
getSubtitles()
|
Paint |
getTickPaint()
|
int |
getTickSize()
|
String |
getTitle()
|
Font |
getTitleFont()
Return the java.awt.Font to be used to display the dial title |
org.jfree.ui.RectangleEdge |
getTitlePosition()
|
String |
getUnits()
|
Font |
getValueFont()
|
Paint |
getValuePaint()
|
int |
getWidth()
|
boolean |
isBorderVisible()
|
boolean |
isDisplayLabels()
|
boolean |
isLegendBorderVisible()
Return the boolen that states if the legend border is visible |
boolean |
isLegendIncluded()
|
boolean |
isThreeD()
|
void |
setBackgroundAlpha(org.dom4j.Node backgroundAlphaNode)
|
void |
setChartBackgroundPaint(Paint chartBackgroundPaint)
|
void |
setDialShape(org.jfree.chart.plot.DialShape dialShape)
Sets the shape to be used for the dial. |
void |
setForegroundAlpha(org.dom4j.Node foregroundAlphaNode)
|
void |
setLegendBorderVisible(boolean legendBorderVisible)
|
void |
setLegendBorderVisible(org.dom4j.Node legendBorderVisibleNode)
|
void |
setLegendFont(Font legendFont)
Set java.awt.Font to be used to display the legend items |
void |
setLegendFont(org.dom4j.Node legendFontNode)
|
void |
setNeedlePaint(Paint needlePaint)
Sets the java.awt.Paint object to be used to paint the needle of the dial image. |
void |
setPlotBackgroundPaint(Paint plotBackgroundPaint)
Return the java.awt.Paint object to be used to paint the backound of the dial. |
void |
setTickPaint(Paint tickPaint)
|
void |
setTickSize(int tickSize)
|
void |
setTitleFont(Font tFont)
|
void |
setUnits(String units)
|
void |
setValue(double value)
Sets the value to be displayed on the dial image |
void |
setValueFont(Font valueFont)
|
void |
setValuePaint(Paint valuePaint)
|
Methods inherited from class org.pentaho.platform.uifoundation.chart.WidgetDefinition |
---|
getMaximum, getMinimum, getNoDataMessage, setMaximum, setMinimum |
Methods inherited from class org.jfree.data.general.DefaultValueDataset |
---|
equals, getValue, hashCode, setValue |
Methods inherited from class org.jfree.data.general.AbstractDataset |
---|
addChangeListener, clone, getGroup, hasListener, removeChangeListener, setGroup, validateObject |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.platform.uifoundation.chart.ChartDefinition |
---|
getNoDataMessage |
Methods inherited from interface org.jfree.data.general.Dataset |
---|
addChangeListener, getGroup, removeChangeListener, setGroup |
Methods inherited from interface org.jfree.util.PublicCloneable |
---|
clone |
Constructor Detail |
---|
public DialWidgetDefinition(double value, double minimum, double maximum, boolean rangeLimited)
public DialWidgetDefinition(org.pentaho.commons.connection.IPentahoResultSet data, boolean byRow, org.dom4j.Node chartAttributes, int width, int height, IPentahoSession session)
data
- byRow
- chartAttributes
- width
- height
- session
- public DialWidgetDefinition(org.dom4j.Document document, double value, int width, int height, IPentahoSession session)
document
- value
- width
- height
- session
- Method Detail |
---|
public static org.apache.commons.logging.Log getLogger()
public static void createDial(DialWidgetDefinition widgetDefinition, org.dom4j.Node dialNode, int width, int height, IPentahoSession session)
doc
- definition XML documentpublic void setUnits(String units)
public String getUnits()
public void deriveMinMax(double value)
public void addInterval(org.jfree.chart.plot.MeterInterval interval)
interval
- A MeterInterval that defines an interval (range) on the dialpublic void setValue(double value)
value
- The value to be displayedpublic Paint getPlotBackgroundPaint()
getPlotBackgroundPaint
in interface ChartDefinition
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)
public Paint getNeedlePaint()
public void setNeedlePaint(Paint needlePaint)
needlePaint
- The Paint to use for ths needle of this dialpublic org.jfree.chart.plot.DialShape getDialShape()
public Font getTitleFont()
getTitleFont
in interface ChartDefinition
public void setTitleFont(Font tFont)
public void setDialShape(org.jfree.chart.plot.DialShape dialShape)
dialShape
- The shape for this dialpublic List getIntervals()
public Paint[] getPaintSequence()
getPaintSequence
in interface ChartDefinition
public Image getPlotBackgroundImage()
getPlotBackgroundImage
in interface ChartDefinition
public List getSubtitles()
getSubtitles
in interface ChartDefinition
public void addSubTitles(List subTitleNodes)
public void addSubTitle(String subTitle)
public Paint getChartBackgroundPaint()
getChartBackgroundPaint
in interface ChartDefinition
public Image getChartBackgroundImage()
getChartBackgroundImage
in interface ChartDefinition
public boolean isBorderVisible()
isBorderVisible
in interface ChartDefinition
public Paint getBorderPaint()
getBorderPaint
in interface ChartDefinition
public org.jfree.ui.RectangleEdge getTitlePosition()
getTitlePosition
in interface ChartDefinition
public org.jfree.ui.RectangleEdge getLegendPosition()
getLegendPosition
in interface ChartDefinition
public void setChartBackgroundPaint(Paint chartBackgroundPaint)
chartBackgroundPaint
- The chartBackgroundPaint to set.public int getHeight()
getHeight
in interface ChartDefinition
public int getWidth()
getWidth
in interface ChartDefinition
public String getTitle()
getTitle
in interface ChartDefinition
public boolean isLegendIncluded()
isLegendIncluded
in interface ChartDefinition
public boolean isThreeD()
isThreeD
in interface ChartDefinition
public Paint getValuePaint()
public Paint getTickPaint()
public int getTickSize()
public void setValuePaint(Paint valuePaint)
public void setTickPaint(Paint tickPaint)
public void setTickSize(int tickSize)
public Font getValueFont()
getValueFont
in class WidgetDefinition
public void setValueFont(Font valueFont)
public boolean isDisplayLabels()
isDisplayLabels
in interface ChartDefinition
public Font getLegendFont()
getLegendFont
in interface ChartDefinition
public void setLegendFont(Font legendFont)
Font
- The java.awt.Font for the legend itemspublic void setLegendFont(org.dom4j.Node legendFontNode)
public void setLegendBorderVisible(org.dom4j.Node legendBorderVisibleNode)
public void setLegendBorderVisible(boolean legendBorderVisible)
boolean
- legendBorderVisible
Set the visibility of the legend border.public boolean isLegendBorderVisible()
isLegendBorderVisible
in interface ChartDefinition
public Float getBackgroundAlpha()
getBackgroundAlpha
in interface ChartDefinition
public void setBackgroundAlpha(org.dom4j.Node backgroundAlphaNode)
public Float getForegroundAlpha()
getForegroundAlpha
in interface ChartDefinition
public void setForegroundAlpha(org.dom4j.Node foregroundAlphaNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |