Uses of Class
org.gephi.appearance.api.AppearanceModel.GraphFunction
-
Packages that use AppearanceModel.GraphFunction Package Description org.gephi.appearance org.gephi.appearance.api -
-
Uses of AppearanceModel.GraphFunction in org.gephi.appearance
Fields in org.gephi.appearance declared as AppearanceModel.GraphFunction Modifier and Type Field Description private AppearanceModel.GraphFunctionGraphFunctionImpl. graphFunctionMethods in org.gephi.appearance that return AppearanceModel.GraphFunction Modifier and Type Method Description private AppearanceModel.GraphFunctionAppearanceModelImpl. convertColumnToGraphFunction(org.gephi.graph.api.Column column)AppearanceModel.GraphFunctionGraphFunctionImpl. getGraphFunction()Constructors in org.gephi.appearance with parameters of type AppearanceModel.GraphFunction Constructor Description GraphFunctionImpl(AppearanceModelImpl model, AppearanceModel.GraphFunction graphFunction, String name, String displayName, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI, PartitionImpl partition)GraphFunctionImpl(AppearanceModelImpl model, AppearanceModel.GraphFunction graphFunction, String name, String displayName, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI, RankingImpl ranking) -
Uses of AppearanceModel.GraphFunction in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return AppearanceModel.GraphFunction Modifier and Type Method Description AppearanceModel.GraphFunctionGraphFunction. getGraphFunction()static AppearanceModel.GraphFunctionAppearanceModel.GraphFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AppearanceModel.GraphFunction[]AppearanceModel.GraphFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-