Package org.gephi.appearance.api
Interface RankingFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpolatorgetInterpolator()Returns the interpolator.RankinggetRanking()Returns the ranking configuration associated with this function.voidsetInterpolator(Interpolator interpolator)Sets the interpolator for this function.-
Methods inherited from interface org.gephi.appearance.api.Function
getElementClass, getGraph, getId, getModel, getTransformer, getUI, hasChanged, isAttribute, isPartition, isRanking, isSimple, isValid, transform, transformAll
-
-
-
-
Method Detail
-
getRanking
Ranking getRanking()
Returns the ranking configuration associated with this function.- Returns:
- ranking
-
getInterpolator
Interpolator getInterpolator()
Returns the interpolator.By default, a
Interpolator.LINEARis used so no transformation is operated.- Returns:
- interpolator
-
setInterpolator
void setInterpolator(Interpolator interpolator)
Sets the interpolator for this function.- Parameters:
interpolator- interpolator
-
-