JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
kermor.visual.Plotter Class Reference

Basic methods for plotting results of dynamical sytem simulations. More...

Inheritance diagram for kermor.visual.Plotter:

Public Member Functions

 Plotter (final String title)
 A demonstration application showing how to create a simple time series chart. More...
 
void plotResult (double[] times, RealMatrix y, ReducedModel rm)
 
void plotResult (double[] times, double[][] y, ReducedModel rm)
 
void plot (double[] times, RealMatrix y, String chartname)
 
void plot (double[] times, double[][] y, String chartname)
 
void plot (double[] x, double[] fx, String chartname)
 

Detailed Description

Basic methods for plotting results of dynamical sytem simulations.

This class uses the JFreeChart classes for plot generation.

Author
Daniel Wirtz
Date
2013-08-07

Definition at line 24 of file Plotter.java.

Constructor & Destructor Documentation

kermor.visual.Plotter.Plotter ( final String  title)

A demonstration application showing how to create a simple time series chart.

Parameters
titlethe frame title.

Definition at line 37 of file Plotter.java.

Member Function Documentation

void kermor.visual.Plotter.plot ( double[]  times,
RealMatrix  y,
String  chartname 
)

Definition at line 50 of file Plotter.java.

void kermor.visual.Plotter.plot ( double[]  times,
double  y[][],
String  chartname 
)

Definition at line 55 of file Plotter.java.

void kermor.visual.Plotter.plot ( double[]  x,
double[]  fx,
String  chartname 
)

Definition at line 60 of file Plotter.java.

void kermor.visual.Plotter.plotResult ( double[]  times,
RealMatrix  y,
ReducedModel  rm 
)

Definition at line 42 of file Plotter.java.

void kermor.visual.Plotter.plotResult ( double[]  times,
double  y[][],
ReducedModel  rm 
)

Definition at line 46 of file Plotter.java.


The documentation for this class was generated from the following file: