public static class CatmullRomInterpolator.Params extends java.lang.Object implements InterpolationParams
Constructor and Description |
---|
Params(int pointPerSegment,
CatmullRomInterpolator.Type type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CatmullRomInterpolator> |
getInterpolatorClass() |
int |
getPointPerSegment() |
CatmullRomInterpolator.Type |
getType() |
void |
setPointPerSegment(int pointPerSegment) |
void |
setType(CatmullRomInterpolator.Type type) |
public Params(int pointPerSegment, CatmullRomInterpolator.Type type)
public java.lang.Class<CatmullRomInterpolator> getInterpolatorClass()
getInterpolatorClass
in interface InterpolationParams
public int getPointPerSegment()
public void setPointPerSegment(int pointPerSegment)
public CatmullRomInterpolator.Type getType()
public void setType(CatmullRomInterpolator.Type type)