packageDescription
 com.yworks.bridge.geom
 com.yworks.bridge.util
 com.yworks.geom.util
 com.yworks.graph.anim
 com.yworks.graph.model
 com.yworks.mxml
 com.yworks.util
 com.yworks.yfiles.algo
 com.yworks.yfiles.baseProvides the fundamental classes and interfaces that model an efficient graph data type (class com.yworks.yfiles.base.Graph), its nodes and edges (classes com.yworks.yfiles.base.Node and com.yworks.yfiles.base.Edge), and related container structures and iteration mechanisms (class com.yworks.yfiles.base.YList and interface com.yworks.yfiles.base.YCursor). 
 com.yworks.yfiles.geomProvides classes for defining and performing operations related to two-dimensional geometry. 
 com.yworks.yfiles.layoutProvides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation. 
 com.yworks.yfiles.layout.circularProvides circular layout style algorithms. 
 com.yworks.yfiles.layout.genealogyProvides layout algorithms that are especially suited for genealogical family trees. 
 com.yworks.yfiles.layout.gridProvides classes and interfaces that are necessary for layout calculation of graphs with a partition grid. 
 com.yworks.yfiles.layout.groupingProvides classes and interfaces that are necessary for layout calculation of grouped graphs. 
 com.yworks.yfiles.layout.hierarchicProvides hierarchical layout style algorithms which aim to highlight the main direction or flow within a directed graph. 
 com.yworks.yfiles.layout.hierarchic.incrementalThis package encapsulates all classes that make up the new Hierarchic Layouter facilities
 com.yworks.yfiles.layout.labelingProvides classes for the automatic placement of node and edge labels. 
 com.yworks.yfiles.layout.multipageProvides layout algorithms that sub-divide a (large) graph into a set of smaller graphs that fit into a given width and height. 
 com.yworks.yfiles.layout.organicProvides organic layout style algorithms that are based on the force-directed layout paradigm. 
 com.yworks.yfiles.layout.orthogonalProvides orthogonal layout style algorithms. 
 com.yworks.yfiles.layout.partialProvides layout algorithms that arrange only subsets of a given graph structure. 
 com.yworks.yfiles.layout.planarThis package provides classes for handling planar graphs and creating planar graph layouts. 
 com.yworks.yfiles.layout.radialProvides the radial layout algorithm. 
 com.yworks.yfiles.layout.randomProvides random layout style algorithms. 
 com.yworks.yfiles.layout.routerProvides classes for automatic routing of a graph's edges. 
 com.yworks.yfiles.layout.router.polylineProvides classes and interfaces for automatic polylinear routing of a graph's edges. 
 com.yworks.yfiles.layout.seriesparallelProvides the series-parallel layout algorithm. 
 com.yworks.yfiles.layout.transformerProvides a layouter that performs geometric transformations like scaling, rotating and mirroring. 
 com.yworks.yfiles.layout.treeProvides tree layout style algorithms. 
 com.yworks.yfiles.utilProvides utility classes that are used throughout the yFiles library. 
 com.yworks.yfiles.util.pq