| Package | Description |
|---|---|
| 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 |
|---|---|
LayoutProperty[] |
YifanHuLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
ForceAtlasLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
ForceAtlas2.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
FruchtermanReingold.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
LabelAdjust.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
NoverlapLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
OpenOrdLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
RandomLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
RotateLayout.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LayoutProperty[] |
AbstractScaleLayout.getProperties() |
| 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. |
LayoutProperty[] |
Layout.getProperties()
The properties for this layout.
|
Copyright © 2007–2017. All rights reserved.