public interface ProjectMetaData
These information are also saved to the project file.
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Returns the author of this project.
|
String |
getDescription()
Returns the description of this project.
|
String |
getKeywords()
Returns the keywords of this project.
|
String |
getTitle()
Returns the title of this project.
|
void |
setAuthor(String author)
Sets the project's author.
|
void |
setDescription(String description)
Sets the project's description.
|
void |
setKeywords(String keywords)
Sets the project's keywords.
|
void |
setTitle(String title)
Sets the project's title.
|
String getKeywords()
String getAuthor()
The default value is the computer's user name.
String getDescription()
String getTitle()
void setAuthor(String author)
author - authorvoid setDescription(String description)
description - descriptionvoid setKeywords(String keywords)
keywords - keywordsvoid setTitle(String title)
title - titleCopyright © 2007–2017 Gephi Consortium. All rights reserved.