public class GephiLayoutFactory extends Object
Constructor and Description |
---|
GephiLayoutFactory() |
Modifier and Type | Method and Description |
---|---|
static org.gephi.layout.spi.Layout |
createForceAtlas1_2d(org.gephi.graph.api.GraphModel graph,
double repulsion) |
static org.gephi.layout.spi.Layout |
createForceAtlas1_3d(org.gephi.graph.api.GraphModel g,
double repulsion) |
static ForceAtlas23d |
createForceAtlas2_3d(org.gephi.graph.api.GraphModel g) |
static org.gephi.layout.spi.Layout |
createOpenOrd(org.gephi.graph.api.GraphModel g) |
static org.gephi.layout.spi.Layout |
createOpenOrd3d(org.gephi.graph.api.GraphModel g) |
public static ForceAtlas23d createForceAtlas2_3d(org.gephi.graph.api.GraphModel g)
public static org.gephi.layout.spi.Layout createForceAtlas1_3d(org.gephi.graph.api.GraphModel g, double repulsion)
public static org.gephi.layout.spi.Layout createForceAtlas1_2d(org.gephi.graph.api.GraphModel graph, double repulsion)
public static org.gephi.layout.spi.Layout createOpenOrd3d(org.gephi.graph.api.GraphModel g)
public static org.gephi.layout.spi.Layout createOpenOrd(org.gephi.graph.api.GraphModel g)
Copyright © 2018. All rights reserved.