Package org.gephi.desktop.statistics
Class StatisticsUIPersistenceProvider
- java.lang.Object
-
- org.gephi.desktop.statistics.StatisticsUIPersistenceProvider
-
- All Implemented Interfaces:
org.gephi.project.spi.WorkspacePersistenceProvider,org.gephi.project.spi.WorkspaceXMLPersistenceProvider
public class StatisticsUIPersistenceProvider extends Object implements org.gephi.project.spi.WorkspaceXMLPersistenceProvider
- Author:
- Mathieu Bastian
-
-
Constructor Summary
Constructors Constructor Description StatisticsUIPersistenceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()voidreadXML(XMLStreamReader reader, org.gephi.project.api.Workspace workspace)voidwriteXML(XMLStreamWriter writer, org.gephi.project.api.Workspace workspace)
-
-
-
Method Detail
-
writeXML
public void writeXML(XMLStreamWriter writer, org.gephi.project.api.Workspace workspace)
- Specified by:
writeXMLin interfaceorg.gephi.project.spi.WorkspaceXMLPersistenceProvider
-
readXML
public void readXML(XMLStreamReader reader, org.gephi.project.api.Workspace workspace)
- Specified by:
readXMLin interfaceorg.gephi.project.spi.WorkspaceXMLPersistenceProvider
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceorg.gephi.project.spi.WorkspacePersistenceProvider
-
-