Uses of Interface
org.gephi.appearance.api.Function
-
Packages that use Function Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.appearance.spi Interfaces that define the different ways the appearance of elements can be transformed. -
-
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(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(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.
-