| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--suvi.api.adt.layout.BSpline
Representation of a B-spline curve.
| Field Summary | |
 java.awt.geom.Point2D[] | 
controlPoints
The control points of the B-spline.  | 
| Constructor Summary | |
BSpline(BSpline other)
A new B-Spline curve representation that does not share objects with the other B-Spline representation.  | 
|
BSpline(java.awt.geom.Point2D[] controlPoints)
Constructs a first degree BSpline-curve from control points.  | 
|
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public java.awt.geom.Point2D[] controlPoints
The control points of the B-spline.
| Constructor Detail | 
public BSpline(java.awt.geom.Point2D[] controlPoints)
Constructs a first degree BSpline-curve from control points. The control point array is not copied.
public BSpline(BSpline other)
A new B-Spline curve representation that does not share objects with the other B-Spline representation.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||