Uses of Interface
org.gephi.appearance.spi.TransformerUI
-
Packages that use TransformerUI Package Description org.gephi.appearance org.gephi.appearance.api -
-
Uses of TransformerUI in org.gephi.appearance
Fields in org.gephi.appearance declared as TransformerUI Modifier and Type Field Description protected TransformerUIFunctionImpl. transformerUIFields in org.gephi.appearance with type parameters of type TransformerUI Modifier and Type Field Description private Map<Class,TransformerUI>AppearanceModelImpl. transformerUIsMethods in org.gephi.appearance that return TransformerUI Modifier and Type Method Description protected TransformerUIAppearanceModelImpl. getTransformerUI(Transformer transformer)TransformerUIFunctionImpl. getUI()Methods in org.gephi.appearance that return types with arguments of type TransformerUI Modifier and Type Method Description private Map<Class,TransformerUI>AppearanceModelImpl. initTransformerUIs()Methods in org.gephi.appearance with parameters of type TransformerUI Modifier and Type Method Description TransformerAppearanceControllerImpl. getTransformer(TransformerUI ui)Constructors in org.gephi.appearance with parameters of type TransformerUI 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 TransformerUI in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return TransformerUI Modifier and Type Method Description TransformerUIFunction. getUI()Returns the transformer user interface associated with this function.Methods in org.gephi.appearance.api with parameters of type TransformerUI Modifier and Type Method Description TransformerAppearanceController. getTransformer(TransformerUI ui)Returns the transformer associated with the given transformer UI.
-