|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.graphx.DrillDownDetail
This class contains the detailed description of portion of Graph where the mouse is clicked.
| Constructor Summary | |
DrillDownDetail(int DrilledZLabelIndex,
java.lang.Object DrilledZLabelName,
int DrilledXLabelIndex,
java.lang.Object DrilledXLabelName,
double DrilledDataValue,
java.awt.Color DrilledColor)
Constructor |
|
| Method Summary | |
double |
getDataValue()
Drilled Data value can be retrieved using this method |
java.awt.Color |
getDrilledColor()
Drilled Region Color can be returned using this method |
int |
getDrilledItemIndex()
This method returns Drilled Item index (Z axis label index) |
java.lang.Object |
getDrilledItemName()
Drilled Item Name (Z axis label Name) can be returned using this method |
int |
getDrilledSeriesIndex()
Drilled Series index (X axis label index) ) can be returned using this method |
java.lang.Object |
getDrilledSeriesName()
This method returns Drilled Series Name (X axis label Name) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DrillDownDetail(int DrilledZLabelIndex,
java.lang.Object DrilledZLabelName,
int DrilledXLabelIndex,
java.lang.Object DrilledXLabelName,
double DrilledDataValue,
java.awt.Color DrilledColor)
| Method Detail |
public int getDrilledItemIndex()
public int getDrilledSeriesIndex()
public java.lang.Object getDrilledItemName()
public java.lang.Object getDrilledSeriesName()
public double getDataValue()
public java.awt.Color getDrilledColor()
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||