Uses of Interface
org.gephi.appearance.api.Function
-
Packages that use Function Package Description org.gephi.appearance org.gephi.appearance.api org.gephi.appearance.spi -
-
Uses of Function in org.gephi.appearance
Classes in org.gephi.appearance that implement Function Modifier and Type Class Description classAttributeFunctionImplclassFunctionImplclassGraphFunctionImplclassSimpleFunctionImplMethods in org.gephi.appearance that return Function Modifier and Type Method Description FunctionAppearanceModelImpl. getEdgeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)Function[]AppearanceModelImpl. getEdgeFunctions()private FunctionAppearanceModelImpl. getFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)FunctionAppearanceModelImpl. getNodeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)Function[]AppearanceModelImpl. getNodeFunctions()Methods in org.gephi.appearance with parameters of type Function Modifier and Type Method Description voidAppearanceControllerImpl. transform(Function function) -
Uses of Function in org.gephi.appearance.api
Subinterfaces of Function in org.gephi.appearance.api Modifier and Type Interface Description interfaceAttributeFunctionAttribute functions are based on attribute columns.interfaceGraphFunctionA graph function operates based on graph attributes such as edge type or node degree.interfacePartitionFunctionPartition function.interfaceRankingFunctionRanking function.interfaceSimpleFunctionSimple functions are neither ranking nor partition.Methods in org.gephi.appearance.api that return Function Modifier and Type Method Description FunctionAppearanceModel. getEdgeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)Returns the edge function for the given column and transformer.Function[]AppearanceModel. getEdgeFunctions()Returns all edge functions for the given graph.FunctionAppearanceModel. getNodeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)Returns the node function for the given column and transformer.Function[]AppearanceModel. getNodeFunctions()Returns all node functions for the given graph.Methods in org.gephi.appearance.api with parameters of type Function Modifier and Type Method Description voidAppearanceController. transform(Function function)Apply the function's transformer. -
Uses of Function in org.gephi.appearance.spi
Methods in org.gephi.appearance.spi with parameters of type Function Modifier and Type Method Description JPanelTransformerUI. getPanel(Function function)Returns the transformer panel for the given function.
-