|
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.bar.BarGraphTypeObject
|
+--com.elegantj.graphx.bar.VBarGraph
VBarGraph is used to render Vertical Bar Graph
| Field Summary |
| Fields inherited from class com.elegantj.graphx.GraphTypeObject |
m_GraphicsEx |
| Constructor Summary | |
VBarGraph(BarGraph inGraphMain)
Creates the VBarGraph with specified BarGraph object |
|
| Method Summary | |
void |
draw2DGraph()
Draws the 2D Graph |
void |
draw3DGraph()
Draw 3D Bar Graph |
DrillDownDetail |
getClickedXAxisLabel(int click_x,
int click_y)
If Given Point on X axis Label then it will Return Drilldowndetail Object Otherwise Return null |
DrillDownDetail |
getClickedYAxisLabel(int click_x,
int click_y)
If Given Point on Y axis Label then it will Return Drilldowndetail Object Otherwise Return null |
static int |
getPreferredWidth(BarGraph inBarGraph,
GraphicsEx inGraphicsEx,
int inWidth,
int inHeight,
int inBarWidth)
Return preferred width of Graph for given bar width. |
protected void |
initFields()
Initialization of the fields |
| Methods inherited from class com.elegantj.graphx.bar.BarGraphTypeObject |
drawExplanNotes, drawGraph, drawGraphAreaBackground, drawMouseOverEffect, drawMouseOverText, drawPolygon, drawStaticMouseOverText, drawTitle, drawXAxisGridAndTick, drawXAxisLabels, drawXAxisLine, drawYAxisGridAndTick, drawYAxisLabels, drawYAxisLine, getDrillDetail, getDrillDownDetail, getDrillDownDetail, getGraphAreaPolygon, getPolygon, getSeriesIndex, 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 |
| Constructor Detail |
public VBarGraph(BarGraph inGraphMain)
throws GraphException
| Method Detail |
protected void initFields()
throws GraphException
initFields in class BarGraphTypeObjectGraphExceptionpublic void draw3DGraph()
draw3DGraph in class BarGraphTypeObjectpublic void draw2DGraph()
draw2DGraph in class BarGraphTypeObject
public DrillDownDetail getClickedXAxisLabel(int click_x,
int click_y)
getClickedXAxisLabel in class BarGraphTypeObjectclick_x - x coordinate of mouse over pointclick_y - y coordinate of mouse over point
public DrillDownDetail getClickedYAxisLabel(int click_x,
int click_y)
getClickedYAxisLabel in class BarGraphTypeObjectclick_x - x coordinate of mouse over pointclick_y - y coordinate of mouse over point
public static int getPreferredWidth(BarGraph inBarGraph,
GraphicsEx inGraphicsEx,
int inWidth,
int inHeight,
int inBarWidth)
throws GraphException
BarGraphTypeObject
GraphException
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||