|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.math.matrix.viewer.renderer.MatrixChartRenderer
public class MatrixChartRenderer
Matrix chart renderer (based on jfreechart).
| Field Summary | |
|---|---|
protected org.jfree.chart.JFreeChart |
chart
|
protected JComboBox |
chartRendererComboBox
|
| Constructor Summary | |
|---|---|
MatrixChartRenderer()
|
|
| Method Summary | |
|---|---|
protected org.jfree.chart.axis.CategoryAxis |
getCategoryAxis(MatrixND matrix)
Abscisse (nom + valeur à la verticale). |
protected org.jfree.data.category.CategoryDataset |
getCategoryDataset(MatrixND matrix)
JFreechart data model. |
protected org.jfree.chart.plot.CategoryPlot |
getCategoryPlot(MatrixND matrix)
Category plot. |
protected org.jfree.chart.ChartPanel |
getChartPanel(org.jfree.chart.JFreeChart chart)
Build jfreechart panel. |
protected JComboBox |
getChartRendererComboBox()
Chart renderers combo box. |
Component |
getComponent(MatrixND matrix)
Renderer component for matrix. |
Icon |
getIcon()
Renderer icon (used in MatrixRendererSolution.ICON rendering). |
protected org.jfree.chart.JFreeChart |
getJFreeChart(MatrixND matrix)
Build chart. |
protected JPanel |
getJFreeChartPanel(MatrixND matrix)
|
String |
getName()
Renderer name (used in MatrixRendererSolution.RADIO_BUTTON rendering). |
protected org.jfree.chart.axis.ValueAxis |
getValueAxis(MatrixND matrix)
Ordonnées (valeur seule). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JComboBox chartRendererComboBox
protected org.jfree.chart.JFreeChart chart
| Constructor Detail |
|---|
public MatrixChartRenderer()
| Method Detail |
|---|
public Component getComponent(MatrixND matrix)
MatrixRenderer
getComponent in interface MatrixRenderermatrix - matrix to display
public Icon getIcon()
MatrixRendererMatrixRendererSolution.ICON rendering).
getIcon in interface MatrixRendererpublic String getName()
MatrixRendererMatrixRendererSolution.RADIO_BUTTON rendering).
getName in interface MatrixRendererprotected JPanel getJFreeChartPanel(MatrixND matrix)
protected JComboBox getChartRendererComboBox()
CategoryItemRendererprotected org.jfree.data.category.CategoryDataset getCategoryDataset(MatrixND matrix)
matrix -
CategoryDatasetprotected org.jfree.chart.axis.CategoryAxis getCategoryAxis(MatrixND matrix)
matrix -
protected org.jfree.chart.axis.ValueAxis getValueAxis(MatrixND matrix)
matrix -
protected org.jfree.chart.plot.CategoryPlot getCategoryPlot(MatrixND matrix)
matrix -
protected org.jfree.chart.JFreeChart getJFreeChart(MatrixND matrix)
protected org.jfree.chart.ChartPanel getChartPanel(org.jfree.chart.JFreeChart chart)
chart - chart to render
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||