Uses of Class
org.gephi.appearance.RankingImpl
-
Packages that use RankingImpl Package Description org.gephi.appearance -
-
Uses of RankingImpl in org.gephi.appearance
Subclasses of RankingImpl in org.gephi.appearance Modifier and Type Class Description classAttributeRankingImplclassDegreeRankingImplclassEdgeWeightRankingImplclassInDegreeRankingImplclassOutDegreeRankingImplclassTimesetRankingImplFields in org.gephi.appearance declared as RankingImpl Modifier and Type Field Description protected RankingImplFunctionImpl. rankingMethods in org.gephi.appearance that return RankingImpl Modifier and Type Method Description protected RankingImplAppearanceModelImpl. getDegreeRanking()protected RankingImpl[]AppearanceModelImpl. getEdgeRankings()protected RankingImplAppearanceModelImpl. getNodeRanking(org.gephi.graph.api.Column column)protected RankingImpl[]AppearanceModelImpl. getNodeRankings()RankingImplGraphFunctionImpl. getRanking()Methods in org.gephi.appearance with parameters of type RankingImpl Modifier and Type Method Description protected voidAppearanceModelPersistenceProvider. readInterpolator(XMLStreamReader reader, RankingImpl ranking)protected voidAppearanceModelPersistenceProvider. readRankings(XMLStreamReader reader, RankingImpl[] rankings)protected voidAppearanceModelPersistenceProvider. writeRankings(XMLStreamWriter writer, RankingImpl[] rankings, String elementClass)Constructors in org.gephi.appearance with parameters of type RankingImpl Constructor Description AttributeFunctionImpl(AppearanceModelImpl model, String name, org.gephi.graph.api.Column column, Transformer transformer, TransformerUI transformerUI, RankingImpl ranking)FunctionImpl(AppearanceModelImpl model, String name, Class<? extends org.gephi.graph.api.Element> elementClass, org.gephi.graph.api.Column column, Transformer transformer, TransformerUI transformerUI, PartitionImpl partition, RankingImpl ranking)GraphFunctionImpl(AppearanceModelImpl model, AppearanceModel.GraphFunction graphFunction, String name, String displayName, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI, RankingImpl ranking)
-