Uses of Class
org.gephi.appearance.AppearanceModelImpl
-
Packages that use AppearanceModelImpl Package Description org.gephi.appearance -
-
Uses of AppearanceModelImpl in org.gephi.appearance
Fields in org.gephi.appearance declared as AppearanceModelImpl Modifier and Type Field Description protected AppearanceModelImplFunctionImpl. modelMethods in org.gephi.appearance that return AppearanceModelImpl Modifier and Type Method Description AppearanceModelImplAppearanceControllerImpl. getModel()AppearanceModelImplAppearanceControllerImpl. getModel(org.gephi.project.api.Workspace workspace)AppearanceModelImplFunctionImpl. getModel()AppearanceModelImplAppearanceControllerImpl. newModel(org.gephi.project.api.Workspace workspace)Methods in org.gephi.appearance that return types with arguments of type AppearanceModelImpl Modifier and Type Method Description Class<AppearanceModelImpl>AppearanceControllerImpl. getModelClass()Methods in org.gephi.appearance with parameters of type AppearanceModelImpl Modifier and Type Method Description voidAppearanceModelPersistenceProvider. readXML(XMLStreamReader reader, AppearanceModelImpl model)protected voidAppearanceModelPersistenceProvider. writeXML(XMLStreamWriter writer, AppearanceModelImpl model)Constructors in org.gephi.appearance with parameters of type AppearanceModelImpl 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)
-