![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| BottomHWeighingLinearLayout (final Graph< V, E > graph) | |
Public Member Functions inherited from grammarscope.jung2.layout.HWeighingLinearLayout< V, E > | |
| HWeighingLinearLayout (final Graph< V, E > graph) | |
| HWeighingLinearLayout (final Graph< V, E > graph, final Dimension size) | |
| HWeighingLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer, final Dimension size) | |
| HWeighingLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer) | |
| VertexWeightFunction< V > | getWeightFunction () |
| void | setWeightFunction (final VertexWeightFunction< V > function) |
| void | initialize () |
Public Member Functions inherited from grammarscope.jung2.layout.HLinearLayout< V, E > | |
| HLinearLayout (final Graph< V, E > graph) | |
| HLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer) | |
| HLinearLayout (final Graph< V, E > graph, final Dimension size) | |
| HLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer, final Dimension size) | |
| float | getBase () |
| void | setBase (final float base) |
| void | reset () |
Public Member Functions inherited from grammarscope.jung2.layout.OrderedLayout< V, E > | |
| OrderedLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer) | |
| OrderedLayout (final Graph< V, E > graph, final Dimension size) | |
| OrderedLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer, final Dimension size) | |
| Comparator< V > | getComparator () |
| void | setComparator (final Comparator< V > comparator) |
Additional Inherited Members | |
Protected Member Functions inherited from grammarscope.jung2.layout.HWeighingLinearLayout< V, E > | |
| HWeighingLinearLayout (final Graph< V, E > graph, @SuppressWarnings("SameParameterValue") final float base) | |
Protected Member Functions inherited from grammarscope.jung2.layout.HLinearLayout< V, E > | |
| HLinearLayout (final Graph< V, E > graph, final float base) | |
Protected Member Functions inherited from grammarscope.jung2.layout.OrderedLayout< V, E > | |
| OrderedLayout (final Graph< V, E > graph) | |
Protected Attributes inherited from grammarscope.jung2.layout.HLinearLayout< V, E > | |
| int | margin = 20 |
| float | base = 0.5f |
Protected Attributes inherited from grammarscope.jung2.layout.OrderedLayout< V, E > | |
| Comparator< V > | comparator = Comparator.comparingInt(Object::hashCode) |
| grammarscope.jung2.layout.BottomHWeighingLinearLayout< V, E >.BottomHWeighingLinearLayout | ( | final Graph< V, E > | graph | ) |
1.8.17