|
|||||||||||
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. |
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 |