Uses of Interface
org.gephi.appearance.spi.Transformer
-
Packages that use Transformer Package Description org.gephi.appearance org.gephi.appearance.api org.gephi.appearance.spi -
-
Uses of Transformer in org.gephi.appearance
Fields in org.gephi.appearance declared as Transformer Modifier and Type Field Description protected TransformerFunctionImpl. transformerFields in org.gephi.appearance with type parameters of type Transformer Modifier and Type Field Description private List<Transformer>AppearanceModelImpl. edgeTransformersprivate List<Transformer>AppearanceModelImpl. nodeTransformersMethods in org.gephi.appearance that return Transformer Modifier and Type Method Description TransformerAppearanceControllerImpl. getTransformer(TransformerUI ui)TransformerFunctionImpl. getTransformer()Methods in org.gephi.appearance that return types with arguments of type Transformer Modifier and Type Method Description private List<Transformer>AppearanceModelImpl. initEdgeTransformers()private List<Transformer>AppearanceModelImpl. initNodeTransformers()Methods in org.gephi.appearance with parameters of type Transformer Modifier and Type Method Description private List<AttributeFunctionImpl>AppearanceModelImpl. getAttributeFunctions(org.gephi.graph.api.Column column, Transformer transformer)private List<GraphFunctionImpl>AppearanceModelImpl. getDegreeFunctions(Transformer transformer)private StringAppearanceModelImpl. getId(String prefix, Transformer transformer, String suffix)private StringAppearanceModelImpl. getId(String prefix, Transformer transformer, org.gephi.graph.api.Column column)private List<AttributeFunctionImpl>AppearanceModelImpl. getTimesetFunctions(org.gephi.graph.api.Column column, Transformer transformer)protected TransformerUIAppearanceModelImpl. getTransformerUI(Transformer transformer)Method parameters in org.gephi.appearance with type arguments of type Transformer Modifier and Type Method Description FunctionAppearanceModelImpl. getEdgeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)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)Constructors in org.gephi.appearance with parameters of type Transformer Constructor Description AttributeFunctionImpl(AppearanceModelImpl model, String name, org.gephi.graph.api.Column column, Transformer transformer, TransformerUI transformerUI, PartitionImpl partition)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, 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)SimpleFunctionImpl(AppearanceModelImpl model, String name, Class<? extends org.gephi.graph.api.Element> elementClass, Transformer transformer, TransformerUI transformerUI) -
Uses of Transformer in org.gephi.appearance.api
Methods in org.gephi.appearance.api with type parameters of type Transformer Modifier and Type Method Description <T extends Transformer>
TFunction. getTransformer()Returns the transformer associated with this function.Methods in org.gephi.appearance.api that return Transformer Modifier and Type Method Description TransformerAppearanceController. getTransformer(TransformerUI ui)Returns the transformer associated with the given transformer UI.Method parameters in org.gephi.appearance.api with type arguments of type Transformer 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.FunctionAppearanceModel. getNodeFunction(org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)Returns the node function for the given column and transformer. -
Uses of Transformer in org.gephi.appearance.spi
Classes in org.gephi.appearance.spi with type parameters of type Transformer Modifier and Type Interface Description interfaceTransformerUI<T extends Transformer>Defines the user interface associated with a transformer.Subinterfaces of Transformer in org.gephi.appearance.spi Modifier and Type Interface Description interfacePartitionTransformer<E extends org.gephi.graph.api.Element>Partition transformer that transforms an element based on a categorical partition column.interfaceRankingTransformer<E extends org.gephi.graph.api.Element>Ranking transformer that transforms an element based on a numerical ranking column.interfaceSimpleTransformer<E extends org.gephi.graph.api.Element>Basic transformer that takes only an element to transform it.
-