public class AbstractDotAttributesProvider extends Object implements IDotAttributesProvider
| Constructor and Description |
|---|
AbstractDotAttributesProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDotEdgeAttributes(TermID id1,
TermID id2) |
String |
getDotNodeAttributes(TermID id)
Returns the dot attributes for the given term.
|
public String getDotNodeAttributes(TermID id)
getDotNodeAttributes in interface IDotAttributesProviderpublic String getDotEdgeAttributes(TermID id1, TermID id2)
getDotEdgeAttributes in interface IDotAttributesProviderid1 - the term id of the source of the edgeid2 - the term id of the destination of the edgeCopyright © 2017. All rights reserved.