|
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.surface.AreaGraphTypeObject
|
+--com.elegantj.graphx.surface.AreaStackGraph
|
+--com.elegantj.graphx.surface.AreaPercentageGraph
This Class provides functionality for Percentage Area Graph.
| Field Summary | |
protected java.util.Vector |
m_PercentageDataMatrix
|
| Fields inherited from class com.elegantj.graphx.GraphTypeObject |
m_GraphicsEx |
| Constructor Summary | |
AreaPercentageGraph(AreaGraph inGraphMain)
Creates the AreaPercentageGraph with specified AreaGraph object |
|
| Method Summary | |
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 |
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 |
protected java.util.Vector |
setPercentageDataMatrix()
This method returns the percentage data matrix Original Data Matrix --------------------------------------------- |L1 | L2 | L3 | L1 | L2 | L3 | L1 | L2 | L3 | --------------------------------------------- X1 | X2 | X3 --------------------------------------------- Precentage Data Matrix ------------------------------------------------------------------------- | (L1/(L1+ L2+ L3)* 100 | (L2/(L1+ L2+ L3)* 100 | (L3/(L1+ L2+ L3)* 100 | ------------------------------------------------------------------------- X1 ------------------------------------------------------------------------- |
| Methods inherited from class com.elegantj.graphx.surface.AreaStackGraph |
draw3DGraph, DrawFrontSurface, drawStaticMouseOverText, fillColorGradientAndDrawBorder, getPreferredWidth, getSeriesIndex |
| Methods inherited from class com.elegantj.graphx.surface.AreaGraphTypeObject |
drawDataPointCircle, drawExplanNotes, drawGraph, drawGraphAreaBackground, drawMouseOverText, drawPolygon, drawTitle, drawXAxisGridAndTick, drawXAxisLabels, drawXAxisLine, drawYAxisGridAndTick, drawYAxisLabels, drawYAxisLine, getClickedXAxisLabel, getClickedYAxisLabel, getDrillDownDetail, getDrillDownDetail, getGraphAreaPolygon, getNegValRepString, getPolygon, getTickHeight, init, initTitle, 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_PercentageDataMatrix
| Constructor Detail |
public AreaPercentageGraph(AreaGraph inGraphMain)
throws GraphException
| Method Detail |
protected void initFields()
throws GraphException
initFields in class AreaStackGraphGraphExceptionprotected java.util.Vector setPercentageDataMatrix()
protected void setDataMatrix()
setDataMatrix in class AreaStackGraph
public DrillDownDetail getDrillDetail(int click_x,
int click_y)
getDrillDetail in class AreaStackGraphclick_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 AreaStackGraphinGraphicsEx - 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
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||