Uses of Interface
org.graffiti.attributes.AttributeConsumer
| Package | Description |
|---|---|
| org.graffiti.graph |
Contains graph interfaces and classes.
|
| org.graffiti.plugins.views.matrix |
-
Uses of AttributeConsumer in org.graffiti.graph
Methods in org.graffiti.graph with parameters of type AttributeConsumer Modifier and Type Method Description voidAbstractGraph. addAttributeConsumer(AttributeConsumer attConsumer)Adds the given attribute consumer to the list of attribute consumers.voidGraph. addAttributeConsumer(AttributeConsumer attConsumer)Adds the given attribute consumer to the list of attribute consumers.booleanAbstractGraph. removeAttributeConsumer(AttributeConsumer attConsumer)Returnstrue, if the given attribute consumer was in the list of attribute consumers and could be removed.booleanGraph. removeAttributeConsumer(AttributeConsumer attConsumer)Returnstrue, if the given attribute consumer was in the list of attribute consumers and could be removed. -
Uses of AttributeConsumer in org.graffiti.plugins.views.matrix
Classes in org.graffiti.plugins.views.matrix that implement AttributeConsumer Modifier and Type Class Description classMatrixViewProvides a matrix view for the given graph.