![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
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) | |
void | initialize () |
void | reset () |
Comparator< V > | getComparator () |
void | setComparator (final Comparator< V > comparator) |
Protected Member Functions | |
OrderedLayout (final Graph< V, E > graph) | |
Protected Attributes | |
Comparator< V > | comparator = Comparator.comparingInt(Object::hashCode) |
|
protected |
Constructor
graph | graph |
grammarscope.jung2.layout.OrderedLayout< V, E >.OrderedLayout | ( | final Graph< V, E > | graph, |
final Transformer< V, Point2D > | initializer | ||
) |
Constructor
graph | graph |
initializer | initializer |
grammarscope.jung2.layout.OrderedLayout< V, E >.OrderedLayout | ( | final Graph< V, E > | graph, |
final Dimension | size | ||
) |
Constructor
graph | graph |
size | size |
grammarscope.jung2.layout.OrderedLayout< V, E >.OrderedLayout | ( | final Graph< V, E > | graph, |
final Transformer< V, Point2D > | initializer, | ||
final Dimension | size | ||
) |
Constructor
graph | graph |
initializer | initializer |
size | size |
Comparator<V> grammarscope.jung2.layout.OrderedLayout< V, E >.getComparator | ( | ) |
void grammarscope.jung2.layout.OrderedLayout< V, E >.initialize | ( | ) |
void grammarscope.jung2.layout.OrderedLayout< V, E >.reset | ( | ) |
void grammarscope.jung2.layout.OrderedLayout< V, E >.setComparator | ( | final Comparator< V > | comparator | ) |
|
protected |