-
- All Implemented Interfaces:
-
com.androidplot.xy.InterpolationParams
public class CatmullRomInterpolator.Params implements InterpolationParams
-
-
Field Summary
Fields Modifier and Type Field Description private int
pointPerSegment
private CatmullRomInterpolator.Type
type
-
Constructor Summary
Constructors Constructor Description CatmullRomInterpolator.Params(int pointPerSegment, CatmullRomInterpolator.Type type)
-
Method Summary
Modifier and Type Method Description int
getPointPerSegment()
void
setPointPerSegment(int pointPerSegment)
CatmullRomInterpolator.Type
getType()
void
setType(CatmullRomInterpolator.Type type)
Class<CatmullRomInterpolator>
getInterpolatorClass()
-
-
Constructor Detail
-
CatmullRomInterpolator.Params
CatmullRomInterpolator.Params(int pointPerSegment, CatmullRomInterpolator.Type type)
-
-
Method Detail
-
getPointPerSegment
int getPointPerSegment()
-
setPointPerSegment
void setPointPerSegment(int pointPerSegment)
-
getType
CatmullRomInterpolator.Type getType()
-
setType
void setType(CatmullRomInterpolator.Type type)
-
getInterpolatorClass
Class<CatmullRomInterpolator> getInterpolatorClass()
-
-
-
-