Uses of Class
org.gephi.appearance.api.AppearanceModel.GraphFunction
-
Packages that use AppearanceModel.GraphFunction Package Description org.gephi.appearance.api API for manipulating element appearance. -
-
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.GraphFunction
GraphFunction. getGraphFunction()
static AppearanceModel.GraphFunction
AppearanceModel.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.
-