-
- All Implemented Interfaces:
-
com.androidplot.xy.InterpolationParams
public class CatmullRomInterpolator.Params implements InterpolationParams
-
-
Field Summary
Fields Modifier and Type Field Description private intpointPerSegmentprivate CatmullRomInterpolator.Typetype
-
Constructor Summary
Constructors Constructor Description CatmullRomInterpolator.Params(int pointPerSegment, CatmullRomInterpolator.Type type)
-
Method Summary
Modifier and Type Method Description intgetPointPerSegment()voidsetPointPerSegment(int pointPerSegment)CatmullRomInterpolator.TypegetType()voidsetType(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()
-
-
-
-