|
| 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 | initialize () |
|
void | reset () |
|
| 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) |
|
|
int | margin = 20 |
|
float | base = 0.5f |
|
Comparator< V > | comparator = Comparator.comparingInt(Object::hashCode) |
|
◆ HLinearLayout() [1/5]
◆ HLinearLayout() [2/5]
◆ HLinearLayout() [3/5]
◆ HLinearLayout() [4/5]
◆ HLinearLayout() [5/5]
◆ getBase()
◆ initialize()
◆ reset()
◆ setBase()
◆ base
◆ margin
The documentation for this class was generated from the following file: