|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static int |
AVG
|
static int |
COUNT
|
static int |
MAX
|
static int |
MAX_OPS
|
static int |
MIN
|
static int |
SUM
|
| Method Summary | |
void |
addDrillDown(int cType,
int categoryIndex,
int seriesIndex,
int sumbyIndex,
boolean isDrill2D)
Adds a new drill-down definition to the end of the drill down list. |
int |
countDrillDownLevel()
Counts number of drill down levels If non drill-down chart return -1 |
int |
getAggregateOperator()
Returns the primary aggregate operator used for drill-down. |
java.lang.String |
getDrillName()
Returns the base drill-name |
void |
insertDrillDownAt(int number,
int cType,
int categoryIndex,
int seriesIndex,
int sumbyIndex,
boolean isDrill2D)
Inserts a new drill-down definition to the chart |
boolean |
isDynamicDrillDown()
This function is used to check if the dynamic drill down function is enabled or not |
boolean |
isPreSetDrillDown()
This function is used to check if the pre-set drill down function is enabled or not |
void |
removeDrillDown(int number)
Removes a drill-down from the chart. |
void |
resetDrillDown()
Resets the chart and remove all the drill down levels |
void |
setAggregateOperator(int aggOp)
Sets the primary aggregate operator to use when displaying summary charts. |
void |
setDrillName(java.lang.String drillBaseName)
Sets the base name for defining drill-down charts. |
void |
setDynamicDrillDown(boolean b)
Enables dynamic drill down function for chart viewer |
void |
setSecondaryAggregateOperator(int aggOp)
Sets the secondary AggregateOperator to use when displaying summary charts. |
| Field Detail |
public static final int MIN
public static final int MAX
public static final int AVG
public static final int SUM
public static final int COUNT
public static final int MAX_OPS
| Method Detail |
public void setDrillName(java.lang.String drillBaseName)
drillBaseName - The base drill name to use.public java.lang.String getDrillName()
public void resetDrillDown()
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException
public int countDrillDownLevel()
public boolean isPreSetDrillDown()
public void setDynamicDrillDown(boolean b)
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException
b - True if dynamic drill down function needs to be
enabled, False otherwisepublic boolean isDynamicDrillDown()
public void setAggregateOperator(int aggOp)
aggOp - The input primary aggregate operator, one of:
IDrillDown.SUM IDrillDown.AVG IDrillDown.MIN IDrillDown.MAX IDrillDown.COUNT
public int getAggregateOperator()
public void setSecondaryAggregateOperator(int aggOp)
aggOp - The input secondary aggregate operator.setAggregateOperator(int)
public void addDrillDown(int cType,
int categoryIndex,
int seriesIndex,
int sumbyIndex,
boolean isDrill2D)
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException
cType - The chartType to use for the new drill-down.seriesIndex - The series index for the new drill-down chart.
This can be set to -1 if no series is desired.sumbyIndex - The sumBy column index for the drill-down chart.
This can be set to -1 if no sumBy column is desired.categoryIndex - The category index for the drill-down chart.
This should be >= 0isDrill2D - The dimension for the drill-down chart.
This can be set to true if drill-down chart is 2D
else it can be set to false if drill-down chart is 3D
public void insertDrillDownAt(int number,
int cType,
int categoryIndex,
int seriesIndex,
int sumbyIndex,
boolean isDrill2D)
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException
number - Insert a new chart after that drill-down level number
public void removeDrillDown(int number)
throws java.io.IOException,
java.sql.SQLException,
java.lang.ClassNotFoundException
number - The drill-down number to remove (in the order entered).
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||