Uses of Interface
org.gephi.appearance.api.Ranking
-
Packages that use Ranking Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.appearance.spi Interfaces that define the different ways the appearance of elements can be transformed. -
-
Uses of Ranking in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return Ranking Modifier and Type Method Description Ranking
RankingFunction. getRanking()
Returns the ranking configuration associated with this function. -
Uses of Ranking in org.gephi.appearance.spi
Methods in org.gephi.appearance.spi with parameters of type Ranking Modifier and Type Method Description void
RankingTransformer. transform(E element, Ranking ranking, Number value, float normalisedValue)
Transforms the given element based on the provided ranking parameters.
-