public class BarChart extends Object implements Serializable
Constructor and Description |
---|
BarChart() |
Modifier and Type | Method and Description |
---|---|
void |
addSeriesDef(int index,
SeriesDef vSeriesDef) |
void |
addSeriesDef(SeriesDef vSeriesDef) |
void |
addSubTitle(int index,
SubTitle vSubTitle) |
void |
addSubTitle(SubTitle vSubTitle) |
void |
deleteDrawBarOutline() |
void |
deleteShowLegend() |
void |
deleteShowToolTips() |
void |
deleteShowUrls() |
Enumeration<SeriesDef> |
enumerateSeriesDef()
Method enumerateSeriesDef.
|
Enumeration<SubTitle> |
enumerateSubTitle()
Method enumerateSubTitle.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
ChartBackgroundColor |
getChartBackgroundColor()
Returns the value of field 'chartBackgroundColor'.
|
String |
getDomainAxisLabel()
Returns the value of field 'domainAxisLabel'.
|
Boolean |
getDrawBarOutline()
Returns the value of field 'drawBarOutline'.
|
GridLines |
getGridLines()
Returns the value of field 'gridLines'.
|
ImageSize |
getImageSize()
Returns the value of field 'imageSize'.
|
String |
getName()
Returns the value of field 'name'.
|
PlotBackgroundColor |
getPlotBackgroundColor()
Returns the value of field 'plotBackgroundColor'.
|
String |
getPlotOrientation()
Returns the value of field 'plotOrientation'.
|
String |
getRangeAxisLabel()
Returns the value of field 'rangeAxisLabel'.
|
String |
getSeriesColorClass()
Returns the value of field 'seriesColorClass'.
|
SeriesDef[] |
getSeriesDef()
Method getSeriesDef.Returns the contents of the collection in an Array.
|
SeriesDef |
getSeriesDef(int index)
Method getSeriesDef.
|
List<SeriesDef> |
getSeriesDefCollection()
Method getSeriesDefCollection.Returns a reference to 'seriesDefList'.
|
int |
getSeriesDefCount()
Method getSeriesDefCount.
|
Boolean |
getShowLegend()
Returns the value of field 'showLegend'.
|
Boolean |
getShowToolTips()
Returns the value of field 'showToolTips'.
|
Boolean |
getShowUrls()
Returns the value of field 'showUrls'.
|
String |
getSubLabelClass()
Returns the value of field 'subLabelClass'.
|
SubTitle[] |
getSubTitle()
Method getSubTitle.Returns the contents of the collection in an Array.
|
SubTitle |
getSubTitle(int index)
Method getSubTitle.
|
List<SubTitle> |
getSubTitleCollection()
Method getSubTitleCollection.Returns a reference to 'subTitleList'.
|
int |
getSubTitleCount()
Method getSubTitleCount.
|
Title |
getTitle()
Returns the value of field 'title'.
|
String |
getVariation()
Returns the value of field 'variation'.
|
boolean |
hasDrawBarOutline()
Method hasDrawBarOutline.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasShowLegend()
Method hasShowLegend.
|
boolean |
hasShowToolTips()
Method hasShowToolTips.
|
boolean |
hasShowUrls()
Method hasShowUrls.
|
Boolean |
isDrawBarOutline()
Returns the value of field 'drawBarOutline'.
|
Boolean |
isShowLegend()
Returns the value of field 'showLegend'.
|
Boolean |
isShowToolTips()
Returns the value of field 'showToolTips'.
|
Boolean |
isShowUrls()
Returns the value of field 'showUrls'.
|
Iterator<SeriesDef> |
iterateSeriesDef()
Method iterateSeriesDef.
|
Iterator<SubTitle> |
iterateSubTitle()
Method iterateSubTitle.
|
void |
removeAllSeriesDef() |
void |
removeAllSubTitle() |
boolean |
removeSeriesDef(SeriesDef vSeriesDef)
Method removeSeriesDef.
|
SeriesDef |
removeSeriesDefAt(int index)
Method removeSeriesDefAt.
|
boolean |
removeSubTitle(SubTitle vSubTitle)
Method removeSubTitle.
|
SubTitle |
removeSubTitleAt(int index)
Method removeSubTitleAt.
|
void |
setChartBackgroundColor(ChartBackgroundColor chartBackgroundColor)
Sets the value of field 'chartBackgroundColor'.
|
void |
setDomainAxisLabel(String domainAxisLabel)
Sets the value of field 'domainAxisLabel'.
|
void |
setDrawBarOutline(Boolean drawBarOutline)
Sets the value of field 'drawBarOutline'.
|
void |
setGridLines(GridLines gridLines)
Sets the value of field 'gridLines'.
|
void |
setImageSize(ImageSize imageSize)
Sets the value of field 'imageSize'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPlotBackgroundColor(PlotBackgroundColor plotBackgroundColor)
Sets the value of field 'plotBackgroundColor'.
|
void |
setPlotOrientation(String plotOrientation)
Sets the value of field 'plotOrientation'.
|
void |
setRangeAxisLabel(String rangeAxisLabel)
Sets the value of field 'rangeAxisLabel'.
|
void |
setSeriesColorClass(String seriesColorClass)
Sets the value of field 'seriesColorClass'.
|
void |
setSeriesDef(int index,
SeriesDef vSeriesDef) |
void |
setSeriesDef(List<SeriesDef> vSeriesDefList)
Sets the value of 'seriesDefList' by copying the given Vector.
|
void |
setSeriesDef(SeriesDef[] vSeriesDefArray) |
void |
setSeriesDefCollection(List<SeriesDef> seriesDefList)
Deprecated.
|
void |
setShowLegend(Boolean showLegend)
Sets the value of field 'showLegend'.
|
void |
setShowToolTips(Boolean showToolTips)
Sets the value of field 'showToolTips'.
|
void |
setShowUrls(Boolean showUrls)
Sets the value of field 'showUrls'.
|
void |
setSubLabelClass(String subLabelClass)
Sets the value of field 'subLabelClass'.
|
void |
setSubTitle(int index,
SubTitle vSubTitle) |
void |
setSubTitle(List<SubTitle> vSubTitleList)
Sets the value of 'subTitleList' by copying the given Vector.
|
void |
setSubTitle(SubTitle[] vSubTitleArray) |
void |
setSubTitleCollection(List<SubTitle> subTitleList)
Deprecated.
|
void |
setTitle(Title title)
Sets the value of field 'title'.
|
void |
setVariation(String variation)
Sets the value of field 'variation'.
|
public void addSeriesDef(SeriesDef vSeriesDef) throws IndexOutOfBoundsException
vSeriesDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addSeriesDef(int index, SeriesDef vSeriesDef) throws IndexOutOfBoundsException
index
- vSeriesDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addSubTitle(SubTitle vSubTitle) throws IndexOutOfBoundsException
vSubTitle
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addSubTitle(int index, SubTitle vSubTitle) throws IndexOutOfBoundsException
index
- vSubTitle
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteDrawBarOutline()
public void deleteShowLegend()
public void deleteShowToolTips()
public void deleteShowUrls()
public Enumeration<SeriesDef> enumerateSeriesDef()
public Enumeration<SubTitle> enumerateSubTitle()
public boolean equals(Object obj)
public ChartBackgroundColor getChartBackgroundColor()
public String getDomainAxisLabel()
public Boolean getDrawBarOutline()
public GridLines getGridLines()
public ImageSize getImageSize()
public String getName()
public PlotBackgroundColor getPlotBackgroundColor()
public String getPlotOrientation()
public String getRangeAxisLabel()
public String getSeriesColorClass()
public SeriesDef getSeriesDef(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic SeriesDef[] getSeriesDef()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<SeriesDef> getSeriesDefCollection()
public int getSeriesDefCount()
public Boolean getShowLegend()
public Boolean getShowToolTips()
public Boolean getShowUrls()
public String getSubLabelClass()
public SubTitle getSubTitle(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic SubTitle[] getSubTitle()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<SubTitle> getSubTitleCollection()
public int getSubTitleCount()
public Title getTitle()
public String getVariation()
public boolean hasDrawBarOutline()
public boolean hasShowLegend()
public boolean hasShowToolTips()
public boolean hasShowUrls()
public int hashCode()
public Boolean isDrawBarOutline()
public Boolean isShowLegend()
public Boolean isShowToolTips()
public Boolean isShowUrls()
public Iterator<SeriesDef> iterateSeriesDef()
public Iterator<SubTitle> iterateSubTitle()
public void removeAllSeriesDef()
public void removeAllSubTitle()
public boolean removeSeriesDef(SeriesDef vSeriesDef)
vSeriesDef
- public SeriesDef removeSeriesDefAt(int index)
index
- public boolean removeSubTitle(SubTitle vSubTitle)
vSubTitle
- public SubTitle removeSubTitleAt(int index)
index
- public void setChartBackgroundColor(ChartBackgroundColor chartBackgroundColor)
chartBackgroundColor
- the value of field 'chartBackgroundColor'.public void setDomainAxisLabel(String domainAxisLabel)
domainAxisLabel
- the value of field 'domainAxisLabel'.public void setDrawBarOutline(Boolean drawBarOutline)
drawBarOutline
- the value of field 'drawBarOutline'.public void setGridLines(GridLines gridLines)
gridLines
- the value of field 'gridLines'.public void setImageSize(ImageSize imageSize)
imageSize
- the value of field 'imageSize'.public void setName(String name)
name
- the value of field 'name'.public void setPlotBackgroundColor(PlotBackgroundColor plotBackgroundColor)
plotBackgroundColor
- the value of field 'plotBackgroundColor'.public void setPlotOrientation(String plotOrientation)
plotOrientation
- the value of field 'plotOrientation'.public void setRangeAxisLabel(String rangeAxisLabel)
rangeAxisLabel
- the value of field 'rangeAxisLabel'.public void setSeriesColorClass(String seriesColorClass)
seriesColorClass
- the value of field 'seriesColorClass'.public void setSeriesDef(int index, SeriesDef vSeriesDef) throws IndexOutOfBoundsException
index
- vSeriesDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setSeriesDef(SeriesDef[] vSeriesDefArray)
vSeriesDefArray
- public void setSeriesDef(List<SeriesDef> vSeriesDefList)
vSeriesDefList
- the Vector to copy.public void setSeriesDefCollection(List<SeriesDef> seriesDefList)
seriesDefList
- the Vector to set.public void setShowLegend(Boolean showLegend)
showLegend
- the value of field 'showLegend'.public void setShowToolTips(Boolean showToolTips)
showToolTips
- the value of field 'showToolTips'.public void setShowUrls(Boolean showUrls)
showUrls
- the value of field 'showUrls'.public void setSubLabelClass(String subLabelClass)
subLabelClass
- the value of field 'subLabelClass'.public void setSubTitle(int index, SubTitle vSubTitle) throws IndexOutOfBoundsException
index
- vSubTitle
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setSubTitle(SubTitle[] vSubTitleArray)
vSubTitleArray
- public void setSubTitle(List<SubTitle> vSubTitleList)
vSubTitleList
- the Vector to copy.public void setSubTitleCollection(List<SubTitle> subTitleList)
subTitleList
- the Vector to set.public void setTitle(Title title)
title
- the value of field 'title'.public void setVariation(String variation)
variation
- the value of field 'variation'.Copyright © 2017. All rights reserved.