Gephi Toolkit Javadoc

org.gephi.preview.api
Interface CubicBezierCurve


public interface CubicBezierCurve

Interface of a cubic Bézier curve.

Author:
Jérémy Subtil

Method Summary
 Point getPt1()
          Returns the first boundary of the curve.
 Point getPt2()
          Returns the first checkpoint of the curve.
 Point getPt3()
          Returns the last checkpoint of the curve.
 Point getPt4()
          Returns the last boundary of the curve.
 

Method Detail

getPt1

Point getPt1()
Returns the first boundary of the curve.

Returns:
the first boundary of the curve

getPt2

Point getPt2()
Returns the first checkpoint of the curve.

Returns:
the first checkpoint of the curve

getPt3

Point getPt3()
Returns the last checkpoint of the curve.

Returns:
the last checkpoint of the curve

getPt4

Point getPt4()
Returns the last boundary of the curve.

Returns:
the last boundary of the curve

Gephi Toolkit Javadoc