Uses of Interface
org.gephi.appearance.api.Ranking
-
Packages that use Ranking Package Description org.gephi.appearance org.gephi.appearance.api org.gephi.appearance.spi -
-
Uses of Ranking in org.gephi.appearance
Classes in org.gephi.appearance that implement Ranking Modifier and Type Class Description classAttributeRankingImplclassDegreeRankingImplclassEdgeWeightRankingImplclassInDegreeRankingImplclassOutDegreeRankingImplclassRankingImplclassTimesetRankingImplMethods in org.gephi.appearance that return Ranking Modifier and Type Method Description protected RankingAppearanceModelImpl. getEdgeRanking(org.gephi.graph.api.Column column)protected RankingAppearanceModelImpl. getEdgeWeightRanking()protected RankingAppearanceModelImpl. getInDegreeRanking()protected RankingAppearanceModelImpl. getOutDegreeRanking()RankingAttributeFunctionImpl. getRanking() -
Uses of Ranking in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return Ranking Modifier and Type Method Description RankingRankingFunction. 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 voidRankingTransformer. transform(E element, Ranking ranking, Number value, float normalisedValue)Transforms the given element based on the provided ranking parameters.
-