Documentation of 'org.jgrapht.io.ComponentAttributeProvider' Java class
ComponentAttributeProvider
org.jgrapht.io

Interface ComponentAttributeProvider<T>

  • Type Parameters:
    T - the type for which attributes are provided for
    All Known Subinterfaces:
    ComponentAttributeProvider<T>


    public interface ComponentAttributeProvider<T>
    Provides display attributes for vertices and/or edges in a graph.
    • Method Detail

      • getComponentAttributes

        java.util.Map<java.lang.String,java.lang.String> getComponentAttributes(T component)
        Returns a set of attribute key/value pairs for a vertex or edge. If order is important in the output, be sure to use an order-deterministic map implementation.
        Parameters:
        component - vertex or edge for which attributes are to be obtained
        Returns:
        key/value pairs, or null if no attributes should be supplied

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.