Package | Description |
---|---|
org.jzy3d.maths.graphs | |
org.jzy3d.plot3d.primitives.graphs | |
org.jzy3d.plot3d.primitives.graphs.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraph<V,E> |
Modifier and Type | Method and Description |
---|---|
static IGraph<String,String> |
StringGraphGenerator.getGraph(int nodes,
int edges) |
Modifier and Type | Method and Description |
---|---|
static DefaultGraphLayout2d<String> |
StringGraphGenerator.getRandomLayout(IGraph<String,String> graph,
float size) |
Modifier and Type | Field and Description |
---|---|
protected IGraph<V,E> |
AbstractDrawableGraph2d.graph |
Modifier and Type | Method and Description |
---|---|
IGraph<V,E> |
IDrawableGraph2d.getGraphModel() |
IGraph<V,E> |
AbstractDrawableGraph2d.getGraphModel() |
Modifier and Type | Method and Description |
---|---|
void |
IDrawableGraph2d.setGraphModel(IGraph<V,E> graph) |
void |
AbstractDrawableGraph2d.setGraphModel(IGraph<V,E> graph) |
void |
IDrawableGraph2d.setGraphModel(IGraph<V,E> graph,
PickingSupport picking) |
void |
AbstractDrawableGraph2d.setGraphModel(IGraph<V,E> graph,
PickingSupport picking) |
Modifier and Type | Method and Description |
---|---|
void |
PointGraph2d.setGraphModel(IGraph<V,E> graph) |
void |
TextureGraph2d.setGraphModel(IGraph<V,E> graph,
PickingSupport picking) |
void |
PointGraph2d.setGraphModel(IGraph<V,E> graph,
PickingSupport picking) |
Copyright © 2016. All rights reserved.