Modifier and Type | Method and Description |
---|---|
static SocialNetworkArcStyle |
SocialNetworkArcStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocialNetworkArcStyle[] |
SocialNetworkArcStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialNetworkVisualization.setArcStyle(T from,
T to,
SocialNetworkArcStyle... styles) |
void |
SocialNetworkVisualization.setArcStyle(T from,
T to,
SocialNetworkArcStyle style) |
Modifier and Type | Method and Description |
---|---|
void |
GraphStreamSingleGraphSocialNetworkVisualizationImpl.setArcStyle(T from,
T to,
SocialNetworkArcStyle... styles) |
void |
GraphStreamSingleGraphSocialNetworkVisualizationImpl.setArcStyle(T from,
T to,
SocialNetworkArcStyle style) |
Modifier and Type | Method and Description |
---|---|
void |
GraphVizSocialNetworkVisualizationImpl.setArcStyle(T from,
T to,
SocialNetworkArcStyle... styles) |
void |
GraphVizSocialNetworkVisualizationImpl.setArcStyle(T from,
T to,
SocialNetworkArcStyle style) |