Uses of Interface
org.gephi.project.api.Workspace
-
Packages that use Workspace Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.filters.api API for graph filtering.org.gephi.filters.spi Interfaces for creating new filter classes.org.gephi.graph.api Complete API description, whereGraphModel
is the entry point.org.gephi.io.exporter.api API for exporting data to any support.org.gephi.io.exporter.spi Interfaces for creating new data exporters.org.gephi.io.importer.api API for importing data from any support.org.gephi.io.processor.spi Interfaces that define the way data are unloaded from container and appened to the workspace.org.gephi.preview.api API for Preview rendering.org.gephi.preview.spi Interfaces for creating new renderers, item builders and render targets.org.gephi.project.api API for project and workspace management.org.gephi.project.spi SPI for workspace capabilities and project managment UI.org.gephi.statistics.api API for statistics and metrics tasks execution.org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
Uses of Workspace in org.gephi.appearance.api
Methods in org.gephi.appearance.api that return Workspace Modifier and Type Method Description Workspace
AppearanceModel. getWorkspace()
Return the workspace this model is associated withMethods in org.gephi.appearance.api with parameters of type Workspace Modifier and Type Method Description AppearanceModel
AppearanceController. getModel(Workspace workspace)
Returns the appearance model for the given workspace. -
Uses of Workspace in org.gephi.filters.api
Methods in org.gephi.filters.api that return Workspace Modifier and Type Method Description Workspace
FilterModel. getWorkspace()
Methods in org.gephi.filters.api with parameters of type Workspace Modifier and Type Method Description FilterModel
FilterController. getModel(Workspace workspace)
Returns the filter's model forworkspace
. -
Uses of Workspace in org.gephi.filters.spi
Methods in org.gephi.filters.spi with parameters of type Workspace Modifier and Type Method Description FilterBuilder[]
CategoryBuilder. getBuilders(Workspace workspace)
Returns the filter builders this category builder is building.Filter
FilterBuilder. getFilter(Workspace workspace)
Builds a newFilter
instance. -
Uses of Workspace in org.gephi.graph.api
Methods in org.gephi.graph.api with parameters of type Workspace Modifier and Type Method Description GraphModel
GraphController. getGraphModel(Workspace workspace)
Returns the graph model for the givenworkspace
. -
Uses of Workspace in org.gephi.io.exporter.api
Methods in org.gephi.io.exporter.api with parameters of type Workspace Modifier and Type Method Description void
ExportController. exportFile(File file, Workspace workspace)
-
Uses of Workspace in org.gephi.io.exporter.spi
Methods in org.gephi.io.exporter.spi that return Workspace Modifier and Type Method Description Workspace
Exporter. getWorkspace()
Returns the workspace from where data are exportedMethods in org.gephi.io.exporter.spi with parameters of type Workspace Modifier and Type Method Description void
Exporter. setWorkspace(Workspace workspace)
Sets the worksapce from where to export data -
Uses of Workspace in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api with parameters of type Workspace Modifier and Type Method Description void
ImportController. process(Container[] containers, Processor processor, Workspace workspace)
void
ImportController. process(Container container, Processor processor, Workspace workspace)
-
Uses of Workspace in org.gephi.io.processor.spi
Methods in org.gephi.io.processor.spi with parameters of type Workspace Modifier and Type Method Description void
Processor. setWorkspace(Workspace workspace)
Sets the destination workspace for the data in the containers. -
Uses of Workspace in org.gephi.preview.api
Methods in org.gephi.preview.api with parameters of type Workspace Modifier and Type Method Description PreviewModel
PreviewController. getModel(Workspace workspace)
Returns the preview model inworkspace
.RenderTarget
PreviewController. getRenderTarget(String name, Workspace workspace)
Creates a new render target of the given type in the preview model contained byworkspace
.void
PreviewController. refreshPreview(Workspace workspace)
Refreshes the preview model inworkspace
.void
PreviewController. render(RenderTarget target, Renderer[] renderers, Workspace workspace)
Renders the preview model inworkspace
totarget
.void
PreviewController. render(RenderTarget target, Workspace workspace)
Renders the preview model inworkspace
totarget
.boolean
PreviewController. sendMouseEvent(PreviewMouseEvent event, Workspace workspace)
Sends aPreviewMouseEvent
to the given workspace. -
Uses of Workspace in org.gephi.preview.spi
Methods in org.gephi.preview.spi with parameters of type Workspace Modifier and Type Method Description void
PreviewMouseListener. mouseClicked(PreviewMouseEvent event, PreviewProperties properties, Workspace workspace)
A single click event.void
PreviewMouseListener. mouseDragged(PreviewMouseEvent event, PreviewProperties properties, Workspace workspace)
If your listener needs to receive drag events, you must mark the previous press event as consumed.void
PreviewMouseListener. mousePressed(PreviewMouseEvent event, PreviewProperties properties, Workspace workspace)
A mouse press event.void
PreviewMouseListener. mouseReleased(PreviewMouseEvent event, PreviewProperties properties, Workspace workspace)
If your listener needs to receive release events, you must mark the previous press event as consumed. -
Uses of Workspace in org.gephi.project.api
Methods in org.gephi.project.api that return Workspace Modifier and Type Method Description Workspace
ProjectController. duplicateWorkspace(Workspace workspace)
Workspace
ProjectController. getCurrentWorkspace()
Workspace
WorkspaceProvider. getCurrentWorkspace()
Returns the current workspace or null if none.Workspace
WorkspaceProvider. getWorkspace(int id)
Retrieve a workspace based on its unique identifier.Workspace[]
WorkspaceProvider. getWorkspaces()
Returns all the workspaces.Workspace
ProjectController. newWorkspace(Project project)
Methods in org.gephi.project.api with parameters of type Workspace Modifier and Type Method Description void
WorkspaceListener. close(Workspace workspace)
Notify a workspace will be closed, all data must be destroyed.void
ProjectController. deleteWorkspace(Workspace workspace)
Workspace
ProjectController. duplicateWorkspace(Workspace workspace)
void
WorkspaceListener. initialize(Workspace workspace)
Notify a workspace has been created.void
ProjectController. openWorkspace(Workspace workspace)
void
ProjectController. renameWorkspace(Workspace workspace, String name)
void
WorkspaceListener. select(Workspace workspace)
Notify a workspace has become the selected workspace.void
ProjectController. setSource(Workspace workspace, String source)
void
WorkspaceListener. unselect(Workspace workspace)
Notify another workspace will be selected. -
Uses of Workspace in org.gephi.project.spi
Methods in org.gephi.project.spi with parameters of type Workspace Modifier and Type Method Description void
WorkspaceDuplicateProvider. duplicate(Workspace source, Workspace destination)
void
WorkspaceBytesPersistenceProvider. readBytes(DataInputStream stream, Workspace workspace)
This is automatically called when loading a project file.void
WorkspaceXMLPersistenceProvider. readXML(XMLStreamReader reader, Workspace workspace)
This is automatically called when a start element with the tag name provided in yourgetIdentifier
method.void
WorkspaceBytesPersistenceProvider. writeBytes(DataOutputStream stream, Workspace workspace)
This is automatically called when saving a project file.void
WorkspaceXMLPersistenceProvider. writeXML(XMLStreamWriter writer, Workspace workspace)
This is automatically called when saving a project file. -
Uses of Workspace in org.gephi.statistics.api
Methods in org.gephi.statistics.api with parameters of type Workspace Modifier and Type Method Description StatisticsModel
StatisticsController. getModel(Workspace workspace)
Returns theStatisticsModel
forworkspace
-
Uses of Workspace in org.gephi.timeline.api
Methods in org.gephi.timeline.api with parameters of type Workspace Modifier and Type Method Description TimelineModel
TimelineController. getModel(Workspace workspace)
Returns the timeline model fromworkspace
.
-