|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.usp.iterador.plugin.setiterator.CurveSet
public class CurveSet
Set list
| 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 |
|---|
public CurveSet()
| Method Detail |
|---|
public java.util.List<Curve> getCurves()
public void addCurve(Curve curve)
curve - the new curvepublic void removeCurve(int i)
i - the curve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||