public abstract class GraphShapeScheme
extends java.lang.Object
Constructor and Description |
---|
GraphShapeScheme() |
Modifier and Type | Method and Description |
---|---|
void |
applyShapeScheme(Graph graph,
GraphDrawer drawer) |
abstract java.util.Optional<Shape> |
getShapeForNode(Node node) |
public void applyShapeScheme(Graph graph, GraphDrawer drawer)