public interface IGraphRenderer
Modifier and Type | Method and Description |
---|---|
org.jzy3d.plot3d.primitives.LineStrip |
createEdgeLine(org.jzy3d.maths.Coord3d c1,
org.jzy3d.maths.Coord3d c2,
org.jzy3d.colors.Color color,
float width) |
org.jzy3d.plot3d.primitives.Sphere |
createNodeSphere(org.jzy3d.maths.Coord3d c,
org.jzy3d.colors.Color color,
org.jzy3d.colors.Color wireframe,
float radius,
int slicing) |
void |
createOrUpdateEdge(org.gephi.graph.api.Edge e) |
void |
createOrUpdateNode(org.gephi.graph.api.Node n) |
void createOrUpdateNode(org.gephi.graph.api.Node n)
void createOrUpdateEdge(org.gephi.graph.api.Edge e)
org.jzy3d.plot3d.primitives.Sphere createNodeSphere(org.jzy3d.maths.Coord3d c, org.jzy3d.colors.Color color, org.jzy3d.colors.Color wireframe, float radius, int slicing)
org.jzy3d.plot3d.primitives.LineStrip createEdgeLine(org.jzy3d.maths.Coord3d c1, org.jzy3d.maths.Coord3d c2, org.jzy3d.colors.Color color, float width)
Copyright © 2018. All rights reserved.