Uses of Interface
org.gephi.appearance.api.Partition
-
Packages that use Partition Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.appearance.spi Interfaces that define the different ways the appearance of elements can be transformed. -
-
Uses of Partition in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return Partition Modifier and Type Method Description PartitionAppearanceModel. getEdgePartition(Column column)Returns the edge partition for this column.PartitionAppearanceModel. getNodePartition(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.
-