| 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 |
|---|---|
LayoutBuilder |
LayoutModelImpl.getSelectedBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutModelImpl.getLayout(LayoutBuilder layoutBuilder) |
| Modifier and Type | Method and Description |
|---|---|
LayoutBuilder |
LayoutModel.getSelectedBuilder()
Returns the builder used for building the currently selected layout or
null if no layout is selected. |
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutModel.getLayout(LayoutBuilder layoutBuilder)
Return a layout instance for the given
layoutBuilder. |
| Modifier and Type | Method and Description |
|---|---|
LayoutBuilder |
AbstractLayout.getBuilder() |
| Constructor and Description |
|---|
AbstractLayout(LayoutBuilder layoutBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
YifanHu |
class |
YifanHuProportional |
| Constructor and Description |
|---|
YifanHuLayout(LayoutBuilder layoutBuilder,
Displacement displacement) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForceAtlas |
| Constructor and Description |
|---|
ForceAtlasLayout(LayoutBuilder layoutBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForceAtlas2Builder
Layout Builder
|
| Modifier and Type | Method and Description |
|---|---|
LayoutBuilder |
ForceAtlas2.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
FruchtermanReingoldBuilder |
| Constructor and Description |
|---|
FruchtermanReingold(LayoutBuilder layoutBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelAdjustBuilder |
| Constructor and Description |
|---|
LabelAdjust(LayoutBuilder layoutBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoverlapLayoutBuilder |
| Constructor and Description |
|---|
NoverlapLayout(LayoutBuilder layoutBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenOrdLayoutBuilder |
| Modifier and Type | Method and Description |
|---|---|
LayoutBuilder |
OpenOrdLayout.getBuilder() |
| Constructor and Description |
|---|
OpenOrdLayout(LayoutBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
class |
Random |
| Constructor and Description |
|---|
RandomLayout(LayoutBuilder layoutBuilder,
double size) |
| Modifier and Type | Class and Description |
|---|---|
class |
Rotate |
| Constructor and Description |
|---|
RotateLayout(LayoutBuilder layoutBuilder,
double angle) |
| Modifier and Type | Class and Description |
|---|---|
class |
Contract |
class |
Expand |
| Constructor and Description |
|---|
AbstractScaleLayout(LayoutBuilder layoutBuilder,
double scale) |
ContractLayout(LayoutBuilder layoutBuilder,
double scale) |
ExpandLayout(LayoutBuilder layoutBuilder,
double scale) |
| Modifier and Type | Method and Description |
|---|---|
LayoutBuilder |
Layout.getBuilder()
The reference to the LayoutBuilder that instanciated this Layout.
|
Copyright © 2007–2017. All rights reserved.