|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultXYZDataset
org.pentaho.platform.uifoundation.chart.XYZSeriesCollectionChartDefinition
public class XYZSeriesCollectionChartDefinition
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
XYZSeriesCollectionChartDefinition(int chartType,
IPentahoResultSet data,
boolean byRow,
IPentahoSession session)
|
|
XYZSeriesCollectionChartDefinition(IPentahoSession session)
|
|
| Method Summary | |
|---|---|
void |
addSubTitle(String subTitle)
|
void |
addSubTitles(List subTitleNodes)
|
Paint |
getBorderPaint()
|
String |
getBubbleLabelContent()
|
Image |
getChartBackgroundImage()
|
Paint |
getChartBackgroundPaint()
|
int |
getChartType()
|
double |
getDomainMaximum()
Return the domain axis' maximum value |
double |
getDomainMinimum()
Return the domain axis' minimum value |
Font |
getDomainTickFont()
Return the java.awt.Font to be used to display the range axis tick labels |
NumberFormat |
getDomainTickFormat()
|
String |
getDomainTitle()
|
Font |
getDomainTitleFont()
|
int |
getDotHeight()
|
int |
getDotWidth()
|
int |
getHeight()
|
Font |
getLegendFont()
Return the java.awt.Font to be used to display the legend items |
static Log |
getLogger()
|
double |
getMaxBubbleSize()
|
double |
getMaxZValue()
|
String |
getNoDataMessage()
|
PlotOrientation |
getOrientation()
|
Paint[] |
getPaintSequence()
|
Image |
getPlotBackgroundImage()
|
Paint |
getPlotBackgroundPaint()
|
double |
getRangeMaximum()
Return the range axis' maximum value |
double |
getRangeMinimum()
Return the range axis' minimum value |
Font |
getRangeTickFont()
Return the java.awt.Font to be used to display the range axis tick labels |
NumberFormat |
getRangeTickFormat()
|
String |
getRangeTitle()
|
Font |
getRangeTitleFont()
|
IPentahoSession |
getSession()
|
List |
getSubtitles()
|
String |
getTitle()
|
Font |
getTitleFont()
Return the java.awt.Font to be used to display the dial title |
RectangleEdge |
getTitlePosition()
|
int |
getWidth()
|
NumberFormat |
getXFormat()
|
NumberFormat |
getYFormat()
|
NumberFormat |
getZFormat()
|
boolean |
isBorderVisible()
|
boolean |
isDisplayLabels()
|
boolean |
isDomainIncludesZero()
|
boolean |
isDomainStickyZero()
|
boolean |
isDomainVerticalTickLabels()
|
boolean |
isLegendBorderVisible()
Return the boolen that states if the legend border is visible |
boolean |
isLegendIncluded()
|
boolean |
isRangeIncludesZero()
|
boolean |
isRangeStickyZero()
|
boolean |
isStacked()
|
boolean |
isThreeD()
|
void |
setBorderPaint(Paint borderPaint)
|
void |
setBorderVisible(Node borderVisibleNode)
|
void |
setBubbleLabelContent(Node bubbleLabelContentNode)
|
void |
setChartBackground(Node chartBackgroundNode)
|
void |
setChartBackgroundImage(Node chartBackgroundImageNode)
|
void |
setChartBackgroundPaint(Paint chartBackgroundPaint)
|
void |
setChartType(Node chartTypeNode)
|
void |
setDomainIncludesZero(Node domainIncludesZeroNode)
|
void |
setDomainMaximum(Node domainMaximumNode)
|
void |
setDomainMinimum(Node domainMinimumNode)
|
void |
setDomainStickyZero(Node domainStickyZeroNode)
|
void |
setDomainTickFont(Font domainTickFont)
|
void |
setDomainTickFormat(NumberFormat domainTickFormat)
|
void |
setDomainTitle(Node titleNode)
|
void |
setDomainTitleFont(Node titleFontNode)
|
void |
setDomainVerticalTickLabels(Node domainVerticalTickLabelsNode)
|
void |
setDotHeight(Node heightNode)
|
void |
setDotWidth(Node widthNode)
|
void |
setHeight(Node heightNode)
|
void |
setLegendBorderVisible(Node legendBorderVisibleNode)
|
void |
setLegendFont(Font legendFont)
Set java.awt.Font to be used to display the legend items |
void |
setLegendIncluded(Node legendNode)
|
void |
setMaxBubbleSize(Node maxBubbleSizeNode)
|
void |
setOrientation(Node orientationNode)
|
void |
setPaintSequence(Node paletteNode)
|
void |
setPlotBackground(Node plotBackgroundNode)
|
void |
setPlotBackgroundImage(Node plotBackgroundImageNode)
|
void |
setPlotBackgroundPaint(Paint plotBackgroundPaint)
|
void |
setRangeIncludesZero(Node rangeIncludesZeroNode)
|
void |
setRangeMaximum(Node rangeMaximumNode)
|
void |
setRangeMinimum(Node rangeMinimumNode)
|
void |
setRangeStickyZero(boolean rangeStickyZero)
|
void |
setRangeTickFont(Font rangeTickFont)
|
void |
setRangeTickFormat(NumberFormat rangeTickFormat)
|
void |
setRangeTitle(Node titleNode)
|
void |
setRangeTitleFont(Node titleFontNode)
|
void |
setSession(IPentahoSession session)
|
void |
setStacked(Node stackedNode)
|
void |
setThreeD(Node threeDNode)
|
void |
setTitle(Node chartTitleNode)
|
void |
setTitleFont(Font titleFont)
|
void |
setTitlePosition(Node titlePositionNode)
|
void |
setWidth(Node widthNode)
|
void |
setXFormat(Node bubblelabelXFormat)
|
void |
setYFormat(Node bubblelabelYFormat)
|
void |
setZFormat(Node bubblelabelZFormat)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XYZSeriesCollectionChartDefinition(IPentahoSession session)
public XYZSeriesCollectionChartDefinition(int chartType,
IPentahoResultSet data,
boolean byRow,
IPentahoSession session)
| Method Detail |
|---|
public static Log getLogger()
public void setChartBackgroundPaint(Paint chartBackgroundPaint)
backgroundPaint - The backgroundPaint to set.public Font getTitleFont()
getTitleFont in interface ChartDefinitionpublic void setTitleFont(Font titleFont)
public Paint getChartBackgroundPaint()
getChartBackgroundPaint in interface ChartDefinitionpublic int getChartType()
public void setChartType(Node chartTypeNode)
public boolean isThreeD()
isThreeD in interface ChartDefinitionpublic void setThreeD(Node threeDNode)
public boolean isStacked()
public void setStacked(Node stackedNode)
public boolean isDomainVerticalTickLabels()
public void setDomainVerticalTickLabels(Node domainVerticalTickLabelsNode)
public boolean isDomainIncludesZero()
public void setDomainIncludesZero(Node domainIncludesZeroNode)
public boolean isDomainStickyZero()
public void setDomainStickyZero(Node domainStickyZeroNode)
public void setRangeStickyZero(boolean rangeStickyZero)
rangeStickyZero - The rangeStickyZero to set.public boolean isRangeStickyZero()
public int getHeight()
getHeight in interface ChartDefinitionpublic void setHeight(Node heightNode)
public int getWidth()
getWidth in interface ChartDefinitionpublic void setWidth(Node widthNode)
public int getDotHeight()
public void setDotHeight(Node heightNode)
public int getDotWidth()
public void setDotWidth(Node widthNode)
public String getTitle()
getTitle in interface ChartDefinitionpublic void setTitle(Node chartTitleNode)
public Paint[] getPaintSequence()
getPaintSequence in interface ChartDefinitionpublic void setPaintSequence(Node paletteNode)
public List getSubtitles()
getSubtitles in interface ChartDefinitionpublic void addSubTitles(List subTitleNodes)
public void addSubTitle(String subTitle)
public Image getChartBackgroundImage()
getChartBackgroundImage in interface ChartDefinitionpublic void setChartBackgroundImage(Node chartBackgroundImageNode)
public boolean isLegendIncluded()
isLegendIncluded in interface ChartDefinitionpublic void setLegendIncluded(Node legendNode)
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)
public Paint getPlotBackgroundPaint()
getPlotBackgroundPaint in interface ChartDefinitionpublic Image getPlotBackgroundImage()
getPlotBackgroundImage in interface ChartDefinitionpublic void setPlotBackgroundImage(Node plotBackgroundImageNode)
public PlotOrientation getOrientation()
public void setOrientation(Node orientationNode)
public boolean isBorderVisible()
isBorderVisible in interface ChartDefinitionpublic void setBorderVisible(Node borderVisibleNode)
public Paint getBorderPaint()
getBorderPaint in interface ChartDefinitionpublic void setBorderPaint(Paint borderPaint)
borderPaint - The borderPaint to set.public void setTitlePosition(Node titlePositionNode)
public RectangleEdge getTitlePosition()
getTitlePosition in interface ChartDefinitionpublic void setChartBackground(Node chartBackgroundNode)
public void setPlotBackground(Node plotBackgroundNode)
public void setDomainTitle(Node titleNode)
public String getDomainTitle()
public boolean isRangeIncludesZero()
public void setRangeIncludesZero(Node rangeIncludesZeroNode)
public void setRangeTitle(Node titleNode)
public String getRangeTitle()
public void setDomainTitleFont(Node titleFontNode)
public Font getDomainTitleFont()
public Font getDomainTickFont()
public void setDomainTickFont(Font domainTickFont)
domainTickFont - The domainTickFont to set.public void setRangeTitleFont(Node titleFontNode)
public Font getRangeTitleFont()
public NumberFormat getRangeTickFormat()
public void setRangeTickFormat(NumberFormat rangeTickFormat)
rangeTickFormat - The range tick number format to set.public Font getRangeTickFont()
public void setRangeTickFont(Font rangeTickFont)
rangeTitleFont - The rangeTitleFont to set.public NumberFormat getDomainTickFormat()
public void setDomainTickFormat(NumberFormat domainTickFormat)
rangeTickFormat - The range tick number format to set.public boolean isDisplayLabels()
isDisplayLabels in interface ChartDefinitionpublic IPentahoSession getSession()
public void setSession(IPentahoSession session)
public double getMaxZValue()
public void setMaxBubbleSize(Node maxBubbleSizeNode)
public double getMaxBubbleSize()
public String getBubbleLabelContent()
public void setBubbleLabelContent(Node bubbleLabelContentNode)
public NumberFormat getXFormat()
public void setXFormat(Node bubblelabelXFormat)
bubbleLabelContent - Definition of the bubble labels' x value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public NumberFormat getYFormat()
public void setYFormat(Node bubblelabelYFormat)
bubbleLabelContent - Definition of the bubble labels' y value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public NumberFormat getZFormat()
public void setZFormat(Node bubblelabelZFormat)
bubbleLabelContent - Definition of the bubble labels' z value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public Font getLegendFont()
getLegendFont in interface ChartDefinitionpublic void setLegendFont(Font legendFont)
Font - The java.awt.Font for the legend itemspublic void setLegendBorderVisible(Node legendBorderVisibleNode)
public boolean isLegendBorderVisible()
isLegendBorderVisible in interface ChartDefinitionpublic double getRangeMinimum()
public void setRangeMinimum(Node rangeMinimumNode)
public double getRangeMaximum()
public void setRangeMaximum(Node rangeMaximumNode)
public double getDomainMinimum()
public void setDomainMinimum(Node domainMinimumNode)
public double getDomainMaximum()
public void setDomainMaximum(Node domainMaximumNode)
public String getNoDataMessage()
getNoDataMessage in interface ChartDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||