| Package | Description |
|---|---|
| graph.layout |
Layouters which are invoked in order to lay out graphs.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyEnums.BalloonProperties
All configurable properties of the balloon tree layout algorithm
|
static class |
PropertyEnums.BoxProperties
All configurable properties of the box layouter
|
static class |
PropertyEnums.CircleProperties
All configurable properties of the circular layout algorithm
|
static class |
PropertyEnums.CompactTreeProperties
All configurable properties of the compact tree layout algorithm
|
static class |
PropertyEnums.FastOrganicProperties
All configurable properties of the fast organic layout algorithm
|
static class |
PropertyEnums.FruchtermanReingoldProperties
All configurable properties of the Fruchterman-Reingold layout algorithm
|
static class |
PropertyEnums.HierarchicalProperties
All configurable properties of the hierarchical layout algorithm
|
static class |
PropertyEnums.KamadaKawaiProperties
All configurable properties of the Kamada-Kawai layout algorithm
|
static class |
PropertyEnums.NodeLinkTreeProperties
All configurable properties of the node-link tree layout algorithm
|
static class |
PropertyEnums.OrganicProperties
All configurable properties of the organic layout algorithm
|
static class |
PropertyEnums.RadialTree2Properties
All configurable properties of the second radial tree layout algorithm
|
static class |
PropertyEnums.RadialTreeProperties
All configurable properties of the radial tree layout algorithm
|
static class |
PropertyEnums.SpringProperties
All configurable properties of the spring layout algorithm
|
static class |
PropertyEnums.SymmetricProperties
All configurable properties of the symetric layout algorithm
|
static class |
PropertyEnums.TreeProperties
All configurable properties of the standard tree layout algorithm
|
static class |
PropertyEnums.TutteProperties
All configurable properties of Tutte's algorithm
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
GraphLayoutProperties.getProperty(PropertyEnums key)
Return value of the property given its key
|
void |
GraphLayoutProperties.setProperty(PropertyEnums key,
java.lang.Object value)
Sets a value of a property with the given key
|