GrammarScope  4.0.0
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E > Class Template Reference
Inheritance diagram for grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >:
Collaboration graph
[legend]

Classes

class  DestinationOffsetFunction
 
class  SourceOffsetFunction
 

Public Member Functions

 EdgeOffsetFunctionsImpl2 (final Comparator< E > edgeComparator)
 
EdgeOffsetFunction< V, E > getSourceOffsetFunction ()
 
EdgeOffsetFunction< V, E > getDestOffsetFunction ()
 

Protected Member Functions

void init (final Graph< V, E > graph)
 
Map< V, Map< E, Integer > > allocate (final Graph< V, E > graph)
 

Protected Attributes

Map< V, Map< E, Integer > > edgeOffsets
 
final SourceOffsetFunction sourceOffsetFunction
 
final DestinationOffsetFunction destinationOffsetFunction
 
final Comparator< E > edgeComparator
 

Detailed Description

Edge offset functions. Offsets are here horizontal offsets applied to edge's x anchor point to node. This allows edges not to merge and improves visibility of edges' end points, notably arrows' tips.

Parameters
<V>vertex type
<E>edge type
Author
Bernard Bou

Constructor & Destructor Documentation

◆ EdgeOffsetFunctionsImpl2()

grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.EdgeOffsetFunctionsImpl2 ( final Comparator< E >  edgeComparator)

Constructor

Parameters
edgeComparatoredge comparator that determines allocation order

Member Function Documentation

◆ allocate()

Map<V, Map<E, Integer> > grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.allocate ( final Graph< V, E >  graph)
protected

Allocate node offset slots

Parameters
graphgraph
Returns
allocation scheme : node to (edge to slot number)

◆ getDestOffsetFunction()

EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.getDestOffsetFunction ( )

Destination-end offset function

Returns
offset function for destination end

Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.

◆ getSourceOffsetFunction()

EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.getSourceOffsetFunction ( )

Source-end offset function

Returns
offset function for source end

Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.

◆ init()

void grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.init ( final Graph< V, E >  graph)
protected

Initialize

Parameters
graphgraph

Member Data Documentation

◆ destinationOffsetFunction

final DestinationOffsetFunction grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.destinationOffsetFunction
protected

Destination offset function

◆ edgeComparator

final Comparator<E> grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.edgeComparator
protected

Edge comparator

◆ edgeOffsets

Map<V, Map<E, Integer> > grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.edgeOffsets
protected

(Vertex-Edge)-indexed edge anchor-point offsets

◆ sourceOffsetFunction

final SourceOffsetFunction grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.sourceOffsetFunction
protected

Source offset function


The documentation for this class was generated from the following file: