public class ForceAtlas23d extends Object implements org.gephi.layout.spi.Layout
Constructor and Description |
---|
ForceAtlas23d(ForceAtlas2Builder layoutBuilder) |
public ForceAtlas23d(ForceAtlas2Builder layoutBuilder)
public void initAlgo()
initAlgo
in interface org.gephi.layout.spi.Layout
public void goAlgo()
goAlgo
in interface org.gephi.layout.spi.Layout
public boolean canAlgo()
canAlgo
in interface org.gephi.layout.spi.Layout
public void endAlgo()
endAlgo
in interface org.gephi.layout.spi.Layout
public org.gephi.layout.spi.LayoutProperty[] getProperties()
getProperties
in interface org.gephi.layout.spi.Layout
public void resetPropertiesValues()
resetPropertiesValues
in interface org.gephi.layout.spi.Layout
public org.gephi.layout.spi.LayoutBuilder getBuilder()
getBuilder
in interface org.gephi.layout.spi.Layout
public void setGraphModel(org.gephi.graph.api.GraphModel graphModel)
setGraphModel
in interface org.gephi.layout.spi.Layout
public Double getBarnesHutTheta()
public void setBarnesHutTheta(Double barnesHutTheta)
public Double getEdgeWeightInfluence()
public void setEdgeWeightInfluence(Double edgeWeightInfluence)
public Double getJitterTolerance()
public void setJitterTolerance(Double jitterTolerance)
public Boolean isLinLogMode()
public void setLinLogMode(Boolean linLogMode)
public Double getScalingRatio()
public void setScalingRatio(Double scalingRatio)
public Boolean isStrongGravityMode()
public void setStrongGravityMode(Boolean strongGravityMode)
public Double getGravity()
public void setGravity(Double gravity)
public Integer getThreadsCount()
public void setThreadsCount(Integer threadCount)
public Boolean isOutboundAttractionDistribution()
public void setOutboundAttractionDistribution(Boolean outboundAttractionDistribution)
public Boolean isAdjustSizes()
public void setAdjustSizes(Boolean adjustSizes)
public Boolean isBarnesHutOptimize()
public void setBarnesHutOptimize(Boolean barnesHutOptimize)
Copyright © 2018. All rights reserved.