Uses of Interface
org.gephi.graph.api.GraphModel
-
Packages that use GraphModel Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers.org.gephi.datalab.spi.columns org.gephi.graph.api Complete API description, whereGraphModelis the entry point.org.gephi.layout.spi Interfaces for creating new layout algorithms.org.gephi.statistics.spi Interfaces for creating new statistics and metrics algorihms. -
-
Uses of GraphModel in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return GraphModel Modifier and Type Method Description GraphModelAppearanceModel. getGraphModel()Returns the graph model this model is associated with. -
Uses of GraphModel in org.gephi.datalab.api
Methods in org.gephi.datalab.api with parameters of type GraphModel Modifier and Type Method Description voidDataLaboratoryHelper. executeAttributeColumnsManipulator(AttributeColumnsManipulator m, GraphModel graphModel, Table table, Column column)Prepares the dialog UI of a AttributeColumnsManipulator if it has one and executes the manipulator in a separate Thread when the dialog is accepted or directly if there is no UI. -
Uses of GraphModel in org.gephi.datalab.spi.columns
Methods in org.gephi.datalab.spi.columns with parameters of type GraphModel Modifier and Type Method Description voidAttributeColumnsManipulatorUI. setup(AttributeColumnsManipulator m, GraphModel graphModel, Table table, Column column, DialogControls dialogControls)Prepare this UI to be able to interact with its AttributeColumnsManipulator. -
Uses of GraphModel in org.gephi.graph.api
Methods in org.gephi.graph.api that return GraphModel Modifier and Type Method Description GraphModelGraphController. getGraphModel()Returns the graph model for the current workspace, ornullif project is empty.GraphModelGraphController. getGraphModel(Workspace workspace)Returns the graph model for the givenworkspace.GraphModelGraphView. getGraphModel()Gets the graph model this view belongs to.GraphModelGraph. getModel()Returns the model this graph belongs to.static GraphModelGraphModel.Serialization. read(DataInput input)Read theinputand return the read graph model.static GraphModelGraphModel.Serialization. read(DataInput input, GraphModel graphModel)Read theinputinto the given graph model.static GraphModelGraphModel.Serialization. readWithoutVersionHeader(DataInput input, float graphStoreVersion)Read theinputand return the read graph model without an explicit version header in the input.Methods in org.gephi.graph.api with parameters of type GraphModel Modifier and Type Method Description static GraphModelGraphModel.Serialization. read(DataInput input, GraphModel graphModel)Read theinputinto the given graph model.static voidGraphModel.Serialization. write(DataOutput output, GraphModel graphModel)WritegraphModeltooutput. -
Uses of GraphModel in org.gephi.layout.spi
Methods in org.gephi.layout.spi with parameters of type GraphModel Modifier and Type Method Description voidLayout. setGraphModel(GraphModel graphModel)Injects the graph model for the graph this Layout should operate on. -
Uses of GraphModel in org.gephi.statistics.spi
Methods in org.gephi.statistics.spi with parameters of type GraphModel Modifier and Type Method Description voidDynamicStatistics. execute(GraphModel graphModel)First method to be executed in the dynamic statistic process.voidStatistics. execute(GraphModel graphModel)Executes the statistics algorithm.
-