V
- E
- public interface StyleProvider<V,E extends Edge<V>>
Modifier and Type | Method and Description |
---|---|
default String |
getCSS() |
EdgeStyle<V,E> |
getEdgeStyle(E edge,
EdgeStyle<V,E> baseStyle)
Get the style used for an edge.
|
NodeStyle<V> |
getNodeStyle(V node,
NodeStyle<V> baseStyle)
Get the style to use for a node.
|
NodeStyle<V> getNodeStyle(V node, NodeStyle<V> baseStyle)
node
- baseStyle
- the style to use as fallbackEdgeStyle<V,E> getEdgeStyle(E edge, EdgeStyle<V,E> baseStyle)
edge
- baseStyle
- the style to use as fallbackdefault String getCSS()
Copyright © 2005–2020. All rights reserved.