|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.odesys.chart.ChartView | +--com.odesys.chart.bubblechart.BubbleChartView
BubbleChartView draws a Bubble Chart in the Graphics context provided by its parent Chart Component.
Fields inherited from class com.odesys.chart.ChartView |
m_chart |
Constructor Summary | |
BubbleChartView(Chart chart)
Creates a new BubbleChartView instance for the specified Chart. |
Method Summary | |
BubbleData |
bubbleDataFromPoint(java.awt.Point point)
Determines the BubbleData instance associated with the specified Point. |
Grid |
getGrid()
Gets the Grid instance used by this BubbleChartView. |
float |
getMaxValue()
Gets the max value in this BubbleChartView's data model. |
float |
getMaxX()
Gets the max X coordinate in this BubbleChartView's data model. |
float |
getMaxY()
Gets the max Y coordinate in this BubbleChartView's data model. |
float |
getMinX()
Gets the min X coordinate in this BubbleChartView's data model. |
float |
getMinY()
Gets the min Y coordinate in this BubbleChartView's data model. |
BubbleChartModel |
getModel()
|
int |
getRadius(float value)
Calculates the absolute radius of a bubble with the specified value. |
void |
paint(java.awt.Graphics g)
Draws the Bubble Chart in the specified Graphics context. |
void |
setModel(ChartModel model)
Sets the data Model of this ChartView. |
void |
updateAggregates()
Recalculates the aggregate values of the model. |
void |
updateDrawables()
Used internally to update the DrawableBubbles of this BubbleChartView. |
Methods inherited from class com.odesys.chart.ChartView |
getBackground, getFont, getForeground, getPreferredSize, isAutoScaleToFit, isContoursVisible, isLabelsVisible, location, repaint, reshape, setAutoScaleToFit, setBackground, setContoursVisible, setFont, setForeground, setLabelsVisible, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BubbleChartView(Chart chart)
Method Detail |
public int getRadius(float value)
public void updateAggregates()
updateAggregates
in class ChartView
public void updateDrawables()
updateDrawables
in class ChartView
public void paint(java.awt.Graphics g)
paint
in class ChartView
public Grid getGrid()
public void setModel(ChartModel model) throws java.lang.IllegalArgumentException
ChartView
setModel
in class ChartView
public BubbleChartModel getModel()
public BubbleData bubbleDataFromPoint(java.awt.Point point)
public float getMaxX()
public float getMinX()
public float getMaxY()
public float getMinY()
public float getMaxValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |