tpp
Class SmoothSeries

java.lang.Object
  extended by tpp.SmoothSeries
All Implemented Interfaces:
java.io.Serializable, PerturbationPursuit

public class SmoothSeries
extends java.lang.Object
implements PerturbationPursuit

Smooth series in a scatter plot

See Also:
Serialized Form

Constructor Summary
SmoothSeries(ScatterPlotModel model)
           
 
Method Summary
 void pursuePerturbation()
          Find the perturbations necessary to untangle the currently viewed series by moving each point nearer to any connected ones.
 void setModel(TPPModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmoothSeries

public SmoothSeries(ScatterPlotModel model)
Method Detail

pursuePerturbation

public void pursuePerturbation()
                        throws TPPException
Find the perturbations necessary to untangle the currently viewed series by moving each point nearer to any connected ones.

Specified by:
pursuePerturbation in interface PerturbationPursuit
Throws:
TPPException

setModel

public void setModel(TPPModel model)