Package org.jgrapht.alg.drawing.model

Graph Drawing Basic Types and Models.
  • Interface Summary 
    Interface Description
    LayoutModel2D<V>
    A general interface for the 2D layout model.
  • Class Summary 
    Class Description
    Box2D
    A 2-dimensional box (rectangle).
    Boxes
    A collection of utilities to assist with boxes manipulation.
    ListenableLayoutModel2D<V>
    A layout model wrapper which adds support for listeners.
    MapLayoutModel2D<V>
    A layout model which uses a hashtable to store the vertices' locations.
    Point2D
    A 2-dimensional point in Euclidean space.
    Points
    A collection of utilities to assist with point manipulation.