| Package | Description |
|---|---|
| org.gephi.layout | |
| org.gephi.layout.api |
API for real-time layout algorithm tasks and proper user control.
|
| org.gephi.layout.plugin | |
| org.gephi.layout.plugin.force.yifanHu | |
| org.gephi.layout.plugin.forceAtlas | |
| org.gephi.layout.plugin.forceAtlas2 | |
| org.gephi.layout.plugin.fruchterman | |
| org.gephi.layout.plugin.labelAdjust | |
| org.gephi.layout.plugin.noverlap | |
| org.gephi.layout.plugin.openord | |
| org.gephi.layout.plugin.random | |
| org.gephi.layout.plugin.rotate | |
| org.gephi.layout.plugin.scale | |
| org.gephi.layout.spi |
Interfaces for creating new layout algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutModelImpl.getLayout(LayoutBuilder layoutBuilder) |
Layout |
LayoutModelImpl.getSelectedLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutModelImpl.loadProperties(Layout layout) |
void |
LayoutModelImpl.saveProperties(Layout layout) |
void |
LayoutControllerImpl.setLayout(Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutModel.getLayout(LayoutBuilder layoutBuilder)
Return a layout instance for the given
layoutBuilder. |
Layout |
LayoutModel.getSelectedLayout()
Returns the currently selected layout or
null if no
layout is selected. |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutController.setLayout(Layout layout)
Sets the Layout to execute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayout
Base class for layout algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoLayout.addLayout(Layout layout,
float ratio) |
void |
AutoLayout.addLayout(Layout layout,
float ratio,
AutoLayout.DynamicProperty[] properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
YifanHuLayout
Hu's basic algorithm
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForceAtlasLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
ForceAtlas2
ForceAtlas 2 Layout, manages each step of the computations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FruchtermanReingold |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelAdjust |
| Modifier and Type | Class and Description |
|---|---|
class |
NoverlapLayout |
| Modifier and Type | Method and Description |
|---|---|
Layout |
NoverlapLayoutBuilder.buildLayout() |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenOrdLayout |
| Modifier and Type | Method and Description |
|---|---|
Layout |
OpenOrdLayoutBuilder.buildLayout() |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomLayout |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Random.buildLayout() |
| Modifier and Type | Class and Description |
|---|---|
class |
RotateLayout
Sample layout that simply rotates the graph.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
Rotate.buildLayout() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScaleLayout
Sample layout that scales the graph.
|
class |
ContractLayout |
class |
ExpandLayout |
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutBuilder.buildLayout()
Builds an instance of the Layout.
|
| Modifier and Type | Method and Description |
|---|---|
static LayoutProperty |
LayoutProperty.createProperty(Layout layout,
Class valueType,
String propertyName,
String propertyCategory,
String propertyDescription,
String getMethod,
String setMethod)
Create a property.
|
static LayoutProperty |
LayoutProperty.createProperty(Layout layout,
Class valueType,
String propertyName,
String propertyCategory,
String propertyDescription,
String getMethod,
String setMethod,
Class<? extends PropertyEditor> editorClass)
Create a property, with a particular
PropertyEditor. |
static LayoutProperty |
LayoutProperty.createProperty(Layout layout,
Class valueType,
String propertyName,
String propertyCategory,
String propertyCanonicalName,
String propertyDescription,
String getMethod,
String setMethod)
Create a property.
|
static LayoutProperty |
LayoutProperty.createProperty(Layout layout,
Class valueType,
String propertyName,
String propertyCategory,
String propertyCanonicalName,
String propertyDescription,
String getMethod,
String setMethod,
Class<? extends PropertyEditor> editorClass)
Create a property, with a particular
PropertyEditor. |
JPanel |
LayoutUI.getSimplePanel(Layout layout)
A
LayoutUI can have a optional settings panel, that will be
displayed instead of the property sheet. |
Copyright © 2007–2017. All rights reserved.