Uses of Interface
org.gephi.graph.api.GraphModel
-
Packages that use GraphModel Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of GraphModel in org.gephi.graph.api
Methods in org.gephi.graph.api that return GraphModel Modifier and Type Method Description 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.
-