This package implements the graph component, represented by the mxGraph
  class. The graph holds an mxGraphModel which contains mxCells and caches the
  state of the cells in mxGraphView. The cells are painted using a canvas from
  the canvas package. The style of the graph is represented by the mxStylesheet
  class.