public class Graph extends Object
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
static void |
extractAndShowGraph(LayerSet ls)
Shows a dialog to pick which classes is one interested in.
|
static <T extends Displayable> |
extractAndShowGraph(LayerSet ls,
Set<Class<T>> only)
Extract the graph based on connectors; leave @param only null to include all types.
|
static <T extends Displayable> |
extractGraph(LayerSet ls,
Set<Class<T>> only) |
public static final <T extends Displayable> Map<String,StringBuilder> extractGraph(LayerSet ls, Set<Class<T>> only)
public static final <T extends Displayable> void extractAndShowGraph(LayerSet ls, Set<Class<T>> only)
public static final void extractAndShowGraph(LayerSet ls)
Copyright © 2015–2021 Fiji. All rights reserved.