public class KateCurveType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static KateCurveType |
kate_curve_bezier_cubic_spline |
static KateCurveType |
kate_curve_bspline |
static KateCurveType |
kate_curve_catmull_rom_spline |
static KateCurveType |
kate_curve_linear |
static KateCurveType |
kate_curve_none |
static KateCurveType |
kate_curve_static |
Modifier and Type | Method and Description |
---|---|
static KateCurveType |
CreateCurveType(int idx)
Create a KateCurveType object from an integer.
|
public static final KateCurveType kate_curve_none
public static final KateCurveType kate_curve_static
public static final KateCurveType kate_curve_linear
public static final KateCurveType kate_curve_catmull_rom_spline
public static final KateCurveType kate_curve_bezier_cubic_spline
public static final KateCurveType kate_curve_bspline
public static KateCurveType CreateCurveType(int idx) throws com.fluendo.jkate.KateException
com.fluendo.jkate.KateException