Uses of Package
y25.view

Packages that use y25.view
y25.io Provides means for storing and loading graphs created with the y25 package. 
y25.view Enriches layered layout graphs with realizers and handles rendering through OpenGL. 
y25.view.realizer Implementations of realizers. 
y25.view.viewmodes Implementations of view modes. 
 

Classes in y25.view used by y25.io
Graph25D
          Represents a LayeredLayoutGraph with additional 2.5D support.
 

Classes in y25.view used by y25.view
Graph25D
          Represents a LayeredLayoutGraph with additional 2.5D support.
Graph25DView
          Displays and navigates a Graph25D.
LayerEdgeRealizer25D
          Provides a mechanism for rendering layer edges into an OpenGL context.
LayerRealizer25D
          Provides a mechanism for rendering layers into an OpenGL context.
ViewMode25D
          Handles mouse events coming from a Graph25DView.
 

Classes in y25.view used by y25.view.realizer
EdgeRealizer25D
          Provides a mechanism for rendering edges into an OpenGL context.
LayerEdgeRealizer25D
          Provides a mechanism for rendering layer edges into an OpenGL context.
LayerRealizer25D
          Provides a mechanism for rendering layers into an OpenGL context.
NodeRealizer25D
          Provides a mechanism for rendering nodes into an OpenGL context.
 

Classes in y25.view used by y25.view.viewmodes
ViewMode25D
          Handles mouse events coming from a Graph25DView.