br.usp.iterador.plugin.setiterator
Class CurveSet

java.lang.Object
  extended by br.usp.iterador.plugin.setiterator.CurveSet

public class CurveSet
extends java.lang.Object

Set list

Author:
Guilherme Silveira

Constructor Summary
CurveSet()
           
 
Method Summary
 void addCurve(Curve curve)
          Adds a new curve
 java.util.List<Curve> getCurves()
          Returns a list of curves
 void removeCurve(int i)
          Removes a curve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurveSet

public CurveSet()
Method Detail

getCurves

public java.util.List<Curve> getCurves()
Returns a list of curves

Returns:
the list

addCurve

public void addCurve(Curve curve)
Adds a new curve

Parameters:
curve - the new curve

removeCurve

public void removeCurve(int i)
Removes a curve

Parameters:
i - the curve


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.