Uses of Class
jline.io.ModelVisualizer.ModelEdge
Packages that use ModelVisualizer.ModelEdge
-
Uses of ModelVisualizer.ModelEdge in jline.io
Methods in jline.io that return types with arguments of type ModelVisualizer.ModelEdgeModifier and TypeMethodDescriptionedu.uci.ics.jung.graph.Graph<ModelVisualizer.ModelVertex, ModelVisualizer.ModelEdge> ModelVisualizer.buildGraph()Builds a JUNG graph from the underlying model.edu.uci.ics.jung.algorithms.layout.Layout<ModelVisualizer.ModelVertex, ModelVisualizer.ModelEdge> ModelVisualizer.createHierarchicalLayout(int width, int height) Creates a hierarchical layout appropriate for the model type.edu.uci.ics.jung.algorithms.layout.Layout<ModelVisualizer.ModelVertex, ModelVisualizer.ModelEdge> ModelVisualizer.createHierarchicalLayout(int width, int height, double vSpaceFactor) Creates a hierarchical layout with vertical spacing factor.com.google.common.base.Function<ModelVisualizer.ModelEdge, Paint> ModelVisualizer.getEdgePaintTransformer()Returns a transformer for edge colors.com.google.common.base.Function<ModelVisualizer.ModelEdge, Stroke> ModelVisualizer.getEdgeStrokeTransformer()Returns a transformer for edge strokes based on edge type.edu.uci.ics.jung.graph.Graph<ModelVisualizer.ModelVertex, ModelVisualizer.ModelEdge> ModelVisualizer.getGraph()Returns the underlying JUNG graph.Method parameters in jline.io with type arguments of type ModelVisualizer.ModelEdgeModifier and TypeMethodDescriptionvoidModelVisualizer.showWithLayout(edu.uci.ics.jung.algorithms.layout.Layout<ModelVisualizer.ModelVertex, ModelVisualizer.ModelEdge> layout, String title, int width, int height, boolean showToolbars) Displays the graph using the specified layout with optional toolbars.