|
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.GraphTypeObject
|
+--com.elegantj.graphx.radar.RadarGraphTypeObject
|
+--com.elegantj.graphx.radar.StackedRadarGraph
RadarGraphTyepObject is used to render Radar Graph
| Field Summary | |
protected java.util.Vector |
m_RSDataMatrix
Data Matrix for Stacked Radar |
| Fields inherited from class com.elegantj.graphx.GraphTypeObject |
m_GraphicsEx |
| Constructor Summary | |
StackedRadarGraph(RadarGraph inGraphMain)
Creates the RadarGraphTypeObject with specified RadarGraph object |
|
| Method Summary | |
void |
drawGraph()
Draw 3D Radar Graph |
boolean |
drawMouseOverEffect(GraphicsEx inGraphicsEx,
DrillDownDetail inDDD,
boolean isMOEDraw,
boolean isMOTDraw,
boolean isRestore)
This method returns true If any shape is drawn on given graphics Object otherwize false |
java.awt.Rectangle |
drawStaticMouseOverText(GraphicsEx inGraphicsEx)
This method draws Static mouse over Text |
DrillDownDetail |
getDrillDetail(int click_x,
int click_y)
If Given Point on Graph then it will Return Drilldowndetail Object Otherwise Return null (Common function for 2D and 3D Graph) |
protected void |
initFields()
Initialization of the fields |
protected void |
setDataMatrix()
Numeric data queue is set |
| Methods inherited from class com.elegantj.graphx.radar.RadarGraphTypeObject |
drawDataPointCircle, drawExplanNotes, drawGraphAreaBackground, drawLine, drawMouseOverText, drawTitle, drawXAxisGridAndTick, drawXAxisLabels, drawXAxisLine, drawYAxisGridAndTick, drawYAxisLabels, drawYAxisLine, getClickedXAxisLabel, getClickedYAxisLabel, getDrillDownDetail, getGraphAreaPolygon, getNegValRepString, getPreferredWidth, getSeriesIndex, getTickHeight, init, initTitle, IsContain, reDrawing, setMouseOverPoint |
| Methods inherited from class com.elegantj.graphx.GraphTypeObject |
initDrawing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector m_RSDataMatrix
| Constructor Detail |
public StackedRadarGraph(RadarGraph inGraphMain)
throws GraphException
| Method Detail |
protected void initFields()
throws GraphException
initFields in class RadarGraphTypeObjectGraphExceptionpublic void drawGraph()
drawGraph in class RadarGraphTypeObjectprotected void setDataMatrix()
public DrillDownDetail getDrillDetail(int click_x,
int click_y)
getDrillDetail in class RadarGraphTypeObjectclick_x - x point on graphclick_y - y point on graph
public boolean drawMouseOverEffect(GraphicsEx inGraphicsEx,
DrillDownDetail inDDD,
boolean isMOEDraw,
boolean isMOTDraw,
boolean isRestore)
drawMouseOverEffect in class RadarGraphTypeObjectinGraphicsEx - GraphicsEx ObjectinDDD - DrillDownDetail ObjectisMOEDraw - true - to draw mouse over effectisMOTDraw - true - to draw mouse over TextisRestore - true - to draw mouse over effect or mouse over text, false - to remove mouse over effect or mouse over text
public java.awt.Rectangle drawStaticMouseOverText(GraphicsEx inGraphicsEx)
drawStaticMouseOverText in class RadarGraphTypeObjectinGraphicsEx - GraphicsEx Object
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||