|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.additionalResults.CorrelationGraphCreator
public class CorrelationGraphCreator
This class creates a graph representing a regression analysis, with a cloud of points and an adjusted function
Constructor Summary | |
---|---|
CorrelationGraphCreator(Regression reg)
Constructs the graph based on a given regression |
Method Summary | |
---|---|
org.jfree.chart.JFreeChart |
getChart()
Returns the regression chart |
org.jfree.chart.ChartPanel |
getChartPanel()
Returns a panel containing the chart |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorrelationGraphCreator(Regression reg)
reg
- the regressionMethod Detail |
---|
public org.jfree.chart.ChartPanel getChartPanel()
public org.jfree.chart.JFreeChart getChart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |