|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.modelling.group.editor.ui.SerieGraphicViewer
public class SerieGraphicViewer
This class allows to display a given SeriesOfDoubleCharacteristic as a 2D y=f(x) type plot using the JFreeChart library.
Constructor Summary | |
---|---|
SerieGraphicViewer()
Default constructor. |
Method Summary | |
---|---|
org.jfree.chart.ChartPanel |
getPlotPanel()
Get the panel containing the plot. |
void |
initPlot()
Initialise the plot. |
static void |
main(String[] args)
For test purpose only |
void |
setSerie(com.artenum.frida.characteristic.SeriesOfDoubleCharacteristic serie)
Set the series to be plotted. |
void |
showInFrame()
Show the plot in a frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerieGraphicViewer()
Method Detail |
---|
public void setSerie(com.artenum.frida.characteristic.SeriesOfDoubleCharacteristic serie)
serie
- - SeriesOfDoubleCharacteristic to be plotted.public void initPlot()
public org.jfree.chart.ChartPanel getPlotPanel()
public void showInFrame()
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |