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 Partition
AppearanceModel. getEdgePartition(Column column)
Returns the edge partition for this column.Partition
AppearanceModel. getNodePartition(Column column)
Returns the node partition for thid column.Partition
PartitionFunction. 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 void
PartitionTransformer. transform(E element, Partition partition, Object value)
Transforms the given element based on the provided partition configuration.
-