Uses of Interface
org.gephi.graph.spi.LayoutData
-
Packages that use LayoutData Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of LayoutData in org.gephi.graph.api
Methods in org.gephi.graph.api with type parameters of type LayoutData Modifier and Type Method Description <T extends LayoutData>
TNodeProperties. getLayoutData()Returns the layout-specific data, if any.Methods in org.gephi.graph.api with parameters of type LayoutData Modifier and Type Method Description voidNodeProperties. setLayoutData(LayoutData layoutData)Sets the layout data.
-