|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.odesys.chart.image.ChartImage
|
+--com.odesys.chart.image.BubbleChartImage
BubbleChartImage creates a Bubble Chart image in JPEG format and writes its data into an OutputStream.
| Constructor Summary | |
BubbleChartImage()
Creates new BubbleChartImage instance |
|
| Method Summary | |
protected Chart |
createChart()
Factory method that creates the Chart instance for this BubbleChartImage. |
Axis |
getAxisX()
Gets the X axis. |
Axis |
getAxisY()
Gets the Y axis. |
void |
setAxisXPosition(int pos)
Sets the position of the X axis. |
void |
setAxisYPosition(int pos)
Sets the position of the Y axis. |
void |
setDrawHorzLines(boolean draw)
Determines whether the horizontal coordinate lines should be drawn. |
void |
setDrawVertLines(boolean draw)
Determines whether the vertical coordinate lines should be drawn. |
| Methods inherited from class com.odesys.chart.image.ChartImage |
getChart, getModel, setBackground, setChartBackground, setChartContoursVisible, setChartFont, setChartForeground, setFont, setLabelsVisible, setLegendBackground, setLegendContoursVisible, setLegendFont, setLegendForeground, setLegendVisible, setModel, setQuality, setSize, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BubbleChartImage()
| Method Detail |
protected Chart createChart()
createChart in class ChartImagepublic Axis getAxisX()
public Axis getAxisY()
public void setAxisXPosition(int pos)
pos - The position of X axis.public void setAxisYPosition(int pos)
pos - The position of Y axis.public void setDrawHorzLines(boolean draw)
public void setDrawVertLines(boolean draw)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||