Uses of Interface
org.gephi.appearance.api.Partition
-
Packages that use Partition Package Description org.gephi.appearance org.gephi.appearance.api org.gephi.appearance.spi -
-
Uses of Partition in org.gephi.appearance
Classes in org.gephi.appearance that implement Partition Modifier and Type Class Description classAttributePartitionImplclassEdgeTypePartitionImplclassPartitionImplMethods in org.gephi.appearance that return Partition Modifier and Type Method Description PartitionAppearanceModelImpl. getEdgePartition(org.gephi.graph.api.Column column)protected PartitionAppearanceModelImpl. getEdgeTypePartition()PartitionAppearanceModelImpl. getNodePartition(org.gephi.graph.api.Column column)PartitionAttributeFunctionImpl. getPartition() -
Uses of Partition in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return Partition Modifier and Type Method Description PartitionAppearanceModel. getEdgePartition(org.gephi.graph.api.Column column)Returns the edge partition for this column.PartitionAppearanceModel. getNodePartition(org.gephi.graph.api.Column column)Returns the node partition for thid column.PartitionPartitionFunction. getPartition()Returns the partition configuration associated with this function. -
Uses of Partition in org.gephi.appearance.spi
Methods in org.gephi.appearance.spi with parameters of type Partition Modifier and Type Method Description voidPartitionTransformer. transform(E element, Partition partition, Object value)Transforms the given element based on the provided partition configuration.
-