Package com.fluendo.jkate
Class KateCurveType
- java.lang.Object
-
- com.fluendo.jkate.KateCurveType
-
public class KateCurveType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static KateCurveTypekate_curve_bezier_cubic_splinestatic KateCurveTypekate_curve_bsplinestatic KateCurveTypekate_curve_catmull_rom_splinestatic KateCurveTypekate_curve_linearstatic KateCurveTypekate_curve_nonestatic KateCurveTypekate_curve_static
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KateCurveTypeCreateCurveType(int idx)Create a KateCurveType object from an integer.
-
-
-
Field Detail
-
kate_curve_none
public static final KateCurveType kate_curve_none
-
kate_curve_static
public static final KateCurveType kate_curve_static
-
kate_curve_linear
public static final KateCurveType kate_curve_linear
-
kate_curve_catmull_rom_spline
public static final KateCurveType kate_curve_catmull_rom_spline
-
kate_curve_bezier_cubic_spline
public static final KateCurveType kate_curve_bezier_cubic_spline
-
kate_curve_bspline
public static final KateCurveType kate_curve_bspline
-
-
Method Detail
-
CreateCurveType
public static KateCurveType CreateCurveType(int idx) throws com.fluendo.jkate.KateException
Create a KateCurveType object from an integer.- Throws:
com.fluendo.jkate.KateException
-
-