A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
HierarchicalLayoutDrawing — Class in package org.un.flex.graphLayout.layout
This class holds all the parameters needed for a drawing representation of a graph drawing with a Hierarchical Layout according to
HierarchicalLayoutDrawing() — Constructor in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
The constructor just initializes the internal data structures.
HierarchicalLayouter — Class in package org.un.flex.graphLayout.layout
This layouter implements the drawing of generalized trees in a hierarchical fashion using the algorithm by Christoph Buchheim, Michael Juenger and Sebastian Leipert presented in their paper "Improving Walker's Algorithm to run in linear time"
HierarchicalLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.HierarchicalLayouter
The constructor only initialises some data structures.
honorNodeSize — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
Hyperbolic2DLayouter — Class in package org.un.flex.graphLayout.layout
This is an implementation of the Hyperbolic 2D layouting algorithm.
For this iterative layout, most of default mouse behavior, namely:
(1) scrolling while background drag, and
(2) node drag-drop
should be turned-off in VisualGraph.
Hyperbolic2DLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
Initialization - Constructors, resets
HyperbolicEdgeRenderer — Class in package org.un.flex.graphLayout.visual
This is an edge renderer for Hyperbolic2DLayout, which draws the edges as curved lines from one node to another.
HyperbolicEdgeRenderer(projector:org.un.flex.utils.geom:IProjector) — Constructor in class org.un.flex.graphLayout.visual.HyperbolicEdgeRenderer
Constructor of the Edge Renderer that sets the projector
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z