public class GraphComparatorStyleProvider extends Object implements StyleProvider
Modifier and Type | Field and Description |
---|---|
static Color |
CHANGED |
static Color |
IDENTICAL |
static Color |
META_CHANGED |
static Color |
SPEC_FIRST |
static Color |
SPEC_SECOND |
Modifier and Type | Method and Description |
---|---|
EdgeStyle |
getEdgeStyle(Edge edge,
EdgeStyle baseStyle)
Get the style used for an edge.
|
NodeStyle |
getNodeStyle(Object node,
NodeStyle baseStyle)
Get the style to use for a node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCSS
public static final Color SPEC_FIRST
public static final Color SPEC_SECOND
public static final Color CHANGED
public static final Color META_CHANGED
public static final Color IDENTICAL
public NodeStyle getNodeStyle(Object node, NodeStyle baseStyle)
StyleProvider
getNodeStyle
in interface StyleProvider
baseStyle
- the style to use as fallbackpublic EdgeStyle getEdgeStyle(Edge edge, EdgeStyle baseStyle)
StyleProvider
getEdgeStyle
in interface StyleProvider
baseStyle
- the style to use as fallbackCopyright © 2005–2020. All rights reserved.