|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISeriesGrouping
Represents the grouping for series in the scripting environment.
org.eclipse.birt.chart.model.data.SeriesGrouping
Method Summary | |
---|---|
double |
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(double 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 |
---|
boolean isEnabled()
void setEnabled(boolean value)
value
- enable statedouble getGroupInterval()
void setGroupInterval(double value)
value
- group intervaljava.lang.String getGroupType()
org.eclipse.birt.chart.model.attribute.DataType
void setGroupType(java.lang.String type)
type
- group typeorg.eclipse.birt.chart.model.attribute.DataType
java.lang.String getGroupUnit()
org.eclipse.birt.chart.model.attribute.GroupingUnitType
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 |