public class OpenOrd3dLayout extends Object implements org.gephi.layout.spi.Layout, org.gephi.utils.longtask.spi.LongTask
Constructor and Description |
---|
OpenOrd3dLayout(org.gephi.layout.spi.LayoutBuilder builder) |
public OpenOrd3dLayout(org.gephi.layout.spi.LayoutBuilder builder)
public void resetPropertiesValues()
resetPropertiesValues
in interface org.gephi.layout.spi.Layout
public void initAlgo()
initAlgo
in interface org.gephi.layout.spi.Layout
public void goAlgo()
goAlgo
in interface org.gephi.layout.spi.Layout
public void endAlgo()
endAlgo
in interface org.gephi.layout.spi.Layout
public boolean canAlgo()
canAlgo
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 org.gephi.layout.spi.LayoutProperty[] getProperties()
getProperties
in interface org.gephi.layout.spi.Layout
public Float getEdgeCut()
public void setEdgeCut(Float edgeCut)
public Integer getNumThreads()
public void setNumThreads(Integer numThreads)
public Long getRandSeed()
public void setRandSeed(Long randSeed)
public void setRunning(Boolean running)
public Integer getNumIterations()
public void setNumIterations(Integer numIterations)
public Float getRealTime()
public void setRealTime(Float realTime)
public Integer getLiquidStage()
public Integer getExpansionStage()
public Integer getCooldownStage()
public Integer getCrunchStage()
public Integer getSimmerStage()
public void setLiquidStage(Integer value)
public void setExpansionStage(Integer value)
public void setCooldownStage(Integer value)
public void setCrunchStage(Integer value)
public void setSimmerStage(Integer value)
public org.gephi.layout.spi.LayoutBuilder getBuilder()
getBuilder
in interface org.gephi.layout.spi.Layout
public Worker3d[] getWorkers()
public org.gephi.graph.api.Graph getGraph()
public Control3d getControl()
public boolean cancel()
cancel
in interface org.gephi.utils.longtask.spi.LongTask
public void setProgressTicket(org.gephi.utils.progress.ProgressTicket progressTicket)
setProgressTicket
in interface org.gephi.utils.longtask.spi.LongTask
Copyright © 2018. All rights reserved.