public class TrackSchemeStylist extends Object
Constructor and Description |
---|
TrackSchemeStylist(Model model,
JGraphXAdapter graphx,
DisplaySettings displaySettings) |
Modifier and Type | Method and Description |
---|---|
void |
setStyle(String styleName) |
void |
updateEdgeStyle(Collection<com.mxgraph.model.mxCell> edges)
Change the style of the edge cells to reflect the currently set color
generator.
|
void |
updateVertexStyle(Collection<com.mxgraph.model.mxCell> vertices) |
public TrackSchemeStylist(Model model, JGraphXAdapter graphx, DisplaySettings displaySettings)
public void setStyle(String styleName)
public void updateEdgeStyle(Collection<com.mxgraph.model.mxCell> edges)
edges
- the mxCell
s.public void updateVertexStyle(Collection<com.mxgraph.model.mxCell> vertices)
Copyright © 2015–2021 Fiji. All rights reserved.