-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Layout API
Eduardo Ramos edited this page Jan 8, 2015
·
1 revision
Layout API/SPI provides real-time layout algorithms execution.
The API let users control execution of a layout algorithms. It also gathers various information about an algorithm to present it to the user in a pleasant way.
How must a Layout algorithm look like is defined in the org.gephi.layout.spi
package. Layout algorithm have access to the graph structure and can define properties users can change in real-time when algorithm is running. Utility graph transformations like Random or Rotate can also be defined as Layout algorithms.
- Developer Handbook
- Build
- Code Style
- Localization
- Datasets
- Import CSV Data
- Import Dynamic Data
- Scripting Plugin
- Quick Start
- Démarrage rapide (FR)
- Layout
- Spatialisations (FR)
- Statistics
- Import
- Spigot importer with Wizard
- Export
- Generator
- Filter
- Extend Data Laboratory
- Preview renderer
- Add a module panel
- Add a submenu
- Build a plugin without Gephi source code
- Update a plugin
- Code Sharing Strategy
- Graph Streaming