Package org.gephi.appearance.api
Interface RankingFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interpolator
getInterpolator()
Returns the interpolator.Ranking
getRanking()
Returns the ranking configuration associated with this function.void
setInterpolator(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, 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.LINEAR
is used so no transformation is operated.- Returns:
- interpolator
-
setInterpolator
void setInterpolator(Interpolator interpolator)
Sets the interpolator for this function.- Parameters:
interpolator
- interpolator
-
-