Uses of Class
org.gephi.appearance.PartitionImpl
-
Packages that use PartitionImpl Package Description org.gephi.appearance -
-
Uses of PartitionImpl in org.gephi.appearance
Subclasses of PartitionImpl in org.gephi.appearance Modifier and Type Class Description classAttributePartitionImplclassEdgeTypePartitionImplFields in org.gephi.appearance declared as PartitionImpl Modifier and Type Field Description protected PartitionImplFunctionImpl. partitionMethods in org.gephi.appearance that return PartitionImpl Modifier and Type Method Description protected PartitionImpl[]AppearanceModelImpl. getEdgePartitions()protected PartitionImpl[]AppearanceModelImpl. getNodePartitions()PartitionImplGraphFunctionImpl. getPartition()Methods in org.gephi.appearance with parameters of type PartitionImpl Modifier and Type Method Description protected voidAppearanceModelPersistenceProvider. readPartitions(XMLStreamReader reader, PartitionImpl[] partitions)protected voidAppearanceModelPersistenceProvider. writePartitions(XMLStreamWriter writer, PartitionImpl[] partitions, String elementClass)Constructors in org.gephi.appearance with parameters of type PartitionImpl Constructor Description AttributeFunctionImpl(AppearanceModelImpl model, String name, org.gephi.graph.api.Column column, Transformer transformer, TransformerUI transformerUI, PartitionImpl partition)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)
-