|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ChartTextOptions
public class ChartTextOptions
This object allows you to set and get the text options for the chart title, subtitle, and
footnote. When possible, use the IChartTextOptions interface.
| Constructor Summary | |
|---|---|
ChartTextOptions()
|
|
ChartTextOptions(IChartTextOptions src)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
IFontColor |
getDataLabelFont()
For internal use only |
java.lang.String |
getDataTitle()
For internal use only |
IFontColor |
getDataTitleFont()
For internal use only |
java.lang.String |
getFootnote()
Returns the chart footnote text. |
IFontColor |
getFootnoteFont()
Returns the font used for the chart footnote. |
IFontColor |
getGroupLabelFont()
For internal use only |
java.lang.String |
getGroupTitle()
For internal use only |
IFontColor |
getGroupTitleFont()
For internal use only |
IFontColor |
getLegendFont()
For internal use only |
IFontColor |
getSeriesLabelFont()
For internal use only |
java.lang.String |
getSeriesTitle()
For internal use only |
IFontColor |
getSeriesTitleFont()
For internal use only |
java.lang.String |
getSubtitle()
Returns the chart subtitle text. |
IFontColor |
getSubtitleFont()
Returns the font used for the chart subtitle. |
java.lang.String |
getTitle()
Returns the chart title text. |
IFontColor |
getTitleFont()
Returns the font used for the chart title. |
boolean |
hasContent(java.lang.Object srcChartTextOptions)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setDataLabelFont(IFontColor dataLabelFont)
For internal use only |
void |
setDataTitle(java.lang.String DataTitle)
For internal use only |
void |
setDataTitleFont(IFontColor dataTitleFont)
For internal use only |
void |
setFootnote(java.lang.String footnote)
Sets the chart footnote text. |
void |
setFootnoteFont(IFontColor footnoteFont)
Sets the font used for the chart footnote. |
void |
setGroupLabelFont(IFontColor groupLabelFont)
For internal use only |
void |
setGroupTitle(java.lang.String groupTitle)
For internal use only |
void |
setGroupTitleFont(IFontColor groupTitleFont)
For internal use only |
void |
setLegendFont(IFontColor legendFont)
For internal use only |
void |
setSeriesLabelFont(IFontColor seriesLabelFont)
For internal use only |
void |
setSeriesTitle(java.lang.String seriesTitle)
For internal use only |
void |
setSeriesTitleFont(IFontColor seriesTitleFont)
For internal use only |
void |
setSubtitle(java.lang.String subtitle)
Sets the chart subtitle text. |
void |
setSubtitleFont(IFontColor subtitleFont)
Sets the font used for the chart subtitle. |
void |
setTitle(java.lang.String title)
Sets the chart title text. |
void |
setTitleFont(IFontColor titleFont)
Sets the font used for the chart title. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartTextOptions(IChartTextOptions src)
public ChartTextOptions()
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only.
public void endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
public java.lang.String getFootnote()
IChartTextOptionsReturns the chart footnote text. By default, the footnote is placed at the bottom right corner of your chart.
getFootnote in interface IChartTextOptionsString that specifies the chart footnote text.public IFontColor getFootnoteFont()
IChartTextOptionsReturns the font used for the chart footnote. The default color is black.
getFootnoteFont in interface IChartTextOptionsIFontColor object that specifies the font and color used for the chart footnote.public java.lang.String getSubtitle()
IChartTextOptionsReturns the chart subtitle text. A subtitle can provide additional information about your chart. By default, the subtitle is placed at the top center of your chart, directly below the chart title.
getSubtitle in interface IChartTextOptionsString containing the chart subtitle text.public IFontColor getSubtitleFont()
IChartTextOptionsReturns the font used for the chart subtitle. The default color is blue.
getSubtitleFont in interface IChartTextOptionsIFontColor object that specifies the font and color used for the chart subtitle.public java.lang.String getTitle()
IChartTextOptionsReturns the chart title text. The title is placed at the top center of your chart.
getTitle in interface IChartTextOptionsString containing the chart title text.public IFontColor getTitleFont()
IChartTextOptionsReturns the font used for the chart title. The default color is black and style is bold.
getTitleFont in interface IChartTextOptionsIFontColor object that specifies the font and color used for the chart title.public boolean hasContent(java.lang.Object srcChartTextOptions)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOExceptionpublic void setFootnote(java.lang.String footnote)
IChartTextOptionsSets the chart footnote text. By default, the footnote is placed at the bottom right corner of your chart.
setFootnote in interface IChartTextOptionsfootnote - A String that specifies the chart footnote text.public void setFootnoteFont(IFontColor footnoteFont)
IChartTextOptionsSets the font used for the chart footnote. The default color is black.
setFootnoteFont in interface IChartTextOptionsfootnoteFont - An IFontColor object that specifies the font and color used for the chart footnote.public void setSubtitle(java.lang.String subtitle)
IChartTextOptionsSets the chart subtitle text. A subtitle can provide additional information about your chart. By default, the subtitle is placed at the top center of your chart, directly below the chart title.
setSubtitle in interface IChartTextOptionssubtitle - A String containing the chart subtitle text.public void setSubtitleFont(IFontColor subtitleFont)
IChartTextOptionsSets the font used for the chart subtitle. The default color is blue.
setSubtitleFont in interface IChartTextOptionssubtitleFont - An IFontColor object that specifies the font and color used for the chart subtitle.public void setTitle(java.lang.String title)
IChartTextOptionsSets the chart title text. The title is placed at the top center of your chart.
setTitle in interface IChartTextOptionstitle - A String containing the chart title text.public void setTitleFont(IFontColor titleFont)
IChartTextOptionsSets the font used for the chart title. The default color is black and style is bold.
setTitleFont in interface IChartTextOptionstitleFont - An IFontColor object that specifies the font and color used for the chart title.
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
public IFontColor getDataLabelFont()
IChartTextOptions
getDataLabelFont in interface IChartTextOptionspublic IFontColor getSeriesLabelFont()
IChartTextOptions
getSeriesLabelFont in interface IChartTextOptionspublic IFontColor getDataTitleFont()
IChartTextOptions
getDataTitleFont in interface IChartTextOptionspublic IFontColor getGroupLabelFont()
IChartTextOptions
getGroupLabelFont in interface IChartTextOptionspublic java.lang.String getGroupTitle()
IChartTextOptions
getGroupTitle in interface IChartTextOptionspublic IFontColor getGroupTitleFont()
IChartTextOptions
getGroupTitleFont in interface IChartTextOptionspublic IFontColor getLegendFont()
IChartTextOptions
getLegendFont in interface IChartTextOptionspublic java.lang.String getSeriesTitle()
IChartTextOptions
getSeriesTitle in interface IChartTextOptionspublic IFontColor getSeriesTitleFont()
IChartTextOptions
getSeriesTitleFont in interface IChartTextOptionspublic void setDataTitle(java.lang.String DataTitle)
IChartTextOptions
setDataTitle in interface IChartTextOptionspublic void setDataLabelFont(IFontColor dataLabelFont)
IChartTextOptions
setDataLabelFont in interface IChartTextOptionspublic void setSeriesLabelFont(IFontColor seriesLabelFont)
IChartTextOptions
setSeriesLabelFont in interface IChartTextOptionspublic void setDataTitleFont(IFontColor dataTitleFont)
IChartTextOptions
setDataTitleFont in interface IChartTextOptionspublic void setGroupLabelFont(IFontColor groupLabelFont)
IChartTextOptions
setGroupLabelFont in interface IChartTextOptionspublic void setGroupTitle(java.lang.String groupTitle)
IChartTextOptions
setGroupTitle in interface IChartTextOptionspublic void setGroupTitleFont(IFontColor groupTitleFont)
IChartTextOptions
setGroupTitleFont in interface IChartTextOptionspublic void setSeriesTitleFont(IFontColor seriesTitleFont)
IChartTextOptions
setSeriesTitleFont in interface IChartTextOptionspublic void setLegendFont(IFontColor legendFont)
IChartTextOptions
setLegendFont in interface IChartTextOptionspublic void setSeriesTitle(java.lang.String seriesTitle)
IChartTextOptions
setSeriesTitle in interface IChartTextOptionspublic java.lang.String getDataTitle()
IChartTextOptions
getDataTitle in interface IChartTextOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||