|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChart
Represents the design of a Chart in the scripting environment
| Method Summary | |
|---|---|
ICategory |
getCategory()
Gets the Category that represents category(X) series in Chart model |
IText |
getDescription()
Gets the description of Chart |
java.lang.String |
getDimension()
Gets the name of ChartDimension. |
IComponentFactory |
getFactory()
Gets factory to create simple API classes. |
ILegend |
getLegend()
Gets Legend in Chart model |
java.lang.String |
getOutputType()
Gets the output type of Chart |
ILabel |
getTitle()
Gets the title of Chart |
boolean |
isColorByCategory()
Checks if color in value series is ordered by category |
void |
setColorByCategory(boolean byCategory)
Sets the color in value series is ordered by category |
void |
setDimension(java.lang.String dimensionName)
Sets ChartDimension by dimension name. |
void |
setOutputType(java.lang.String type)
Sets the output type of Chart. |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem |
|---|
addFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditions |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IReportItem |
|---|
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setCurrentView, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IReportElement |
|---|
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setName |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement |
|---|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
| Method Detail |
|---|
IText getDescription()
ILabel getTitle()
ILegend getLegend()
ICategory getCategory()
boolean isColorByCategory()
void setColorByCategory(boolean byCategory)
byCategory - true by category, false by seriesjava.lang.String getOutputType()
void setOutputType(java.lang.String type)
type - output typejava.lang.String getDimension()
org.eclipse.birt.chart.model.attribute.ChartDimensionvoid setDimension(java.lang.String dimensionName)
dimensionName - dimension nameorg.eclipse.birt.chart.model.attribute.ChartDimensionIComponentFactory getFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||