org.jcpsim.plotpath
Class Trace

java.lang.Object
  extended by org.jcpsim.plotpath.Trace

public class Trace
extends java.lang.Object


Constructor Summary
Trace(java.lang.String name, ResultParameter x, ResultParameter y, java.awt.Color color)
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.String getName()
           
 ResultParameter getX()
           
 double getX(int i)
           
 ResultParameter getY()
           
 double getY(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trace

public Trace(java.lang.String name,
             ResultParameter x,
             ResultParameter y,
             java.awt.Color color)
Method Detail

getName

public java.lang.String getName()

getX

public ResultParameter getX()

getY

public ResultParameter getY()

getColor

public java.awt.Color getColor()

size

public int size()

getX

public double getX(int i)

getY

public double getY(int i)


jCpSim (Java CardioPulmonary SIMulations), v0.2.01
Dr. Frank Fischer, frank@jcpsim.org, http://www.jcpsim.org