![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
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 () |
![]() | |
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 () |
![]() | |
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 | |
HWeighingLinearLayout (final Graph< V, E > graph, @SuppressWarnings("SameParameterValue") final float base) | |
![]() | |
HLinearLayout (final Graph< V, E > graph, final float base) | |
![]() | |
OrderedLayout (final Graph< V, E > graph) | |
Private Attributes | |
VertexWeightFunction< V > | function = v -> 1.d |
Additional Inherited Members | |
![]() | |
int | margin = 20 |
float | base = 0.5f |
![]() | |
Comparator< V > | comparator = Comparator.comparingInt(Object::hashCode) |
grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.HWeighingLinearLayout | ( | final Graph< V, E > | graph | ) |
grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.HWeighingLinearLayout | ( | final Graph< V, E > | graph, |
final Dimension | size | ||
) |
grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.HWeighingLinearLayout | ( | final Graph< V, E > | graph, |
final Transformer< V, Point2D > | initializer, | ||
final Dimension | size | ||
) |
grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.HWeighingLinearLayout | ( | final Graph< V, E > | graph, |
final Transformer< V, Point2D > | initializer | ||
) |
|
protected |
VertexWeightFunction<V> grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.getWeightFunction | ( | ) |
Get vertex weight function
Implements grammarscope.jung2.VertexWeightFunction< V >.HasVertexWeightFunction< V >.
void grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.initialize | ( | ) |
Reimplemented from grammarscope.jung2.layout.HLinearLayout< V, E >.
void grammarscope.jung2.layout.HWeighingLinearLayout< V, E >.setWeightFunction | ( | final VertexWeightFunction< V > | function | ) |
Set vertex weight function
function | vertex weight function |
Implements grammarscope.jung2.VertexWeightFunction< V >.HasVertexWeightFunction< V >.
|
private |