![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| VLinearLayout (final Graph< V, E > graph) | |
| VLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer) | |
| VLinearLayout (final Graph< V, E > graph, final Dimension size) | |
| VLinearLayout (final Graph< V, E > graph, final Transformer< V, Point2D > initializer, final Dimension size) | |
| float | getBase () |
| void | setBase (final float base) |
| void | initialize () |
| 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) |
Protected Member Functions | |
| VLinearLayout (final Graph< V, E > graph, @SuppressWarnings("SameParameterValue") final float base) | |
Protected Member Functions inherited from grammarscope.jung2.layout.OrderedLayout< V, E > | |
| OrderedLayout (final Graph< V, E > graph) | |
Protected Attributes | |
| final 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.VLinearLayout< V, E >.VLinearLayout | ( | final Graph< V, E > | graph | ) |
|
protected |
| grammarscope.jung2.layout.VLinearLayout< V, E >.VLinearLayout | ( | final Graph< V, E > | graph, |
| final Transformer< V, Point2D > | initializer | ||
| ) |
| grammarscope.jung2.layout.VLinearLayout< V, E >.VLinearLayout | ( | final Graph< V, E > | graph, |
| final Dimension | size | ||
| ) |
| grammarscope.jung2.layout.VLinearLayout< V, E >.VLinearLayout | ( | final Graph< V, E > | graph, |
| final Transformer< V, Point2D > | initializer, | ||
| final Dimension | size | ||
| ) |
| float grammarscope.jung2.layout.VLinearLayout< V, E >.getBase | ( | ) |
| void grammarscope.jung2.layout.VLinearLayout< V, E >.initialize | ( | ) |
Reimplemented from grammarscope.jung2.layout.OrderedLayout< V, E >.
| void grammarscope.jung2.layout.VLinearLayout< V, E >.reset | ( | ) |
Reimplemented from grammarscope.jung2.layout.OrderedLayout< V, E >.
| void grammarscope.jung2.layout.VLinearLayout< V, E >.setBase | ( | final float | base | ) |
|
protected |
|
protected |
1.8.17