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 void
AbstractGraph. addAttributeConsumer(AttributeConsumer attConsumer)
Adds the given attribute consumer to the list of attribute consumers.void
Graph. addAttributeConsumer(AttributeConsumer attConsumer)
Adds the given attribute consumer to the list of attribute consumers.boolean
AbstractGraph. removeAttributeConsumer(AttributeConsumer attConsumer)
Returnstrue
, if the given attribute consumer was in the list of attribute consumers and could be removed.boolean
Graph. 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 class
MatrixView
Provides a matrix view for the given graph.