|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, 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, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
public IText getDescription()
public ILabel getTitle()
public ILegend getLegend()
public ICategory getCategory()
public boolean isColorByCategory()
public void setColorByCategory(boolean byCategory)
byCategory
- true by category, false by seriespublic java.lang.String getOutputType()
public void setOutputType(java.lang.String type)
type
- output typepublic java.lang.String getDimension()
org.eclipse.birt.chart.model.attribute.ChartDimension
public void setDimension(java.lang.String dimensionName)
dimensionName
- dimension nameorg.eclipse.birt.chart.model.attribute.ChartDimension
public IComponentFactory getFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |