|
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.line.LineGraphTypeObject
|
+--com.elegantj.graphx.scatter.XYScatterGraphTypeObject
|
+--com.elegantj.graphx.scatter.StackedXYScatterGraph
StackedXYScatterGraph class provides the basic functionality to render the Graphs line
| Field Summary | |
protected java.util.Vector |
m_SBDataMatrix
contain graph data for stacked bar graph |
| Fields inherited from class com.elegantj.graphx.scatter.XYScatterGraphTypeObject |
m_MinusXClipLabels, m_PlusXClipLabels, m_XAbsGradLabel, m_XClipLabels, m_XMaxLabelValue, m_XMinLabelValue, m_XYScatterGraph |
| Fields inherited from class com.elegantj.graphx.GraphTypeObject |
m_GraphicsEx |
| Constructor Summary | |
StackedXYScatterGraph(XYScatterGraph inGraphMain)
Creates the StackedXYScatterGraph with specified XYScatterGraph object |
|
| Method Summary | |
protected void |
drawGraph()
Draws the 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) |
void |
initFields()
Initialization of the fields |
protected void |
setDataMatrix()
Numeric data queue is set |
| Methods inherited from class com.elegantj.graphx.scatter.XYScatterGraphTypeObject |
drawXAxisGridAndTick, drawXAxisLabels, drawXAxisLine, getClickedXAxisLabel, getDrillDownDetail, getDrillDownDetail, getGraphAreaPolygon, getSeriesIndex, init, setMouseOverPoint |
| Methods inherited from class com.elegantj.graphx.line.LineGraphTypeObject |
calcLinePoints, computeSplineSlopePoints, DraeDataPointShape, drawExplanNotes, drawGraph, drawGraphAreaBackground, DrawLineGraph, DrawLineGraphShadow, drawMouseOverText, DrawPointGraph, DrawStripGraph, DrawStyledGraphLine, drawTitle, drawYAxisGridAndTick, drawYAxisLabels, drawYAxisLine, getClickedYAxisLabel, getPolygon, getPolygon, getPreferredSize, getTickAt, getTickHeight, initTitle, reDrawing, ZoomIn_DataPointShape |
| 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_SBDataMatrix
| Constructor Detail |
public StackedXYScatterGraph(XYScatterGraph inGraphMain)
throws GraphException
| Method Detail |
public void initFields()
throws GraphException
initFields in class XYScatterGraphTypeObjectGraphExceptionprotected void setDataMatrix()
protected void drawGraph()
drawGraph in class XYScatterGraphTypeObjectpublic java.awt.Rectangle drawStaticMouseOverText(GraphicsEx inGraphicsEx)
drawStaticMouseOverText in class XYScatterGraphTypeObjectinGraphicsEx - GraphicsEx Object
public DrillDownDetail getDrillDetail(int click_x,
int click_y)
getDrillDetail in class XYScatterGraphTypeObjectclick_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 XYScatterGraphTypeObjectinGraphicsEx - 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 | |||||||||