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

Public Member Functions

 BiAggregateLayout (final Layout< V, E > delegate)
 
void put (final Layout< V, E > layout1, final Layout< V, E > layout2, final Pair< Rectangle > spaces)
 
void reassignSubgraphs (final Pair< Graph< V, E >> subGraphs)
 

Public Attributes

Layout< V, E > subGraphLayout1
 
Layout< V, E > subGraphLayout2
 

Constructor & Destructor Documentation

◆ BiAggregateLayout()

grammarscope.jung2.layout.BiAggregateLayout< V, E >.BiAggregateLayout ( final Layout< V, E >  delegate)

Member Function Documentation

◆ put()

void grammarscope.jung2.layout.BiAggregateLayout< V, E >.put ( final Layout< V, E >  layout1,
final Layout< V, E >  layout2,
final Pair< Rectangle >  spaces 
)

◆ reassignSubgraphs()

void grammarscope.jung2.layout.BiAggregateLayout< V, E >.reassignSubgraphs ( final Pair< Graph< V, E >>  subGraphs)

Member Data Documentation

◆ subGraphLayout1

Layout<V, E> grammarscope.jung2.layout.BiAggregateLayout< V, E >.subGraphLayout1

Sublayout 1

◆ subGraphLayout2

Layout<V, E> grammarscope.jung2.layout.BiAggregateLayout< V, E >.subGraphLayout2

Sublayout 2


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