|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the grouping for series in the scripting environment.
org.eclipse.birt.chart.model.data.SeriesGrouping
Method Summary | |
int |
getGroupInterval()
Gets the interval value between two groups. |
java.lang.String |
getGroupType()
Gets the type of group. |
java.lang.String |
getGroupUnit()
Gets the unit of group. |
boolean |
isEnabled()
Checks if grouping is enabled |
void |
setEnabled(boolean value)
Sets if grouping is enabled |
void |
setGroupInterval(int value)
Sets the interval value between two groups. |
void |
setGroupType(java.lang.String type)
Sets the type of group. |
void |
setGroupUnit(java.lang.String unit)
Sets the unit of group. |
Method Detail |
public boolean isEnabled()
public void setEnabled(boolean value)
value
- enable statepublic int getGroupInterval()
public void setGroupInterval(int value)
value
- group intervalpublic java.lang.String getGroupType()
org.eclipse.birt.chart.model.attribute.DataType
public void setGroupType(java.lang.String type)
type
- group typeorg.eclipse.birt.chart.model.attribute.DataType
public java.lang.String getGroupUnit()
org.eclipse.birt.chart.model.attribute.GroupingUnitType
public void setGroupUnit(java.lang.String unit)
unit
- group unitorg.eclipse.birt.chart.model.attribute.GroupingUnitType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |