Uses of Class
y25.view.ViewMode25D

Packages that use ViewMode25D
y25.view Enriches layered layout graphs with realizers and handles rendering through OpenGL. 
y25.view.viewmodes Implementations of view modes. 
 

Uses of ViewMode25D in y25.view
 

Methods in y25.view with parameters of type ViewMode25D
 void Graph25DView.addViewMode25D(ViewMode25D vm)
          Adds the given view mode to this view and makes it active.
 void Graph25DView.setActiveViewMode(ViewMode25D vm)
          Sets the given view mode as the active view mode.
 

Uses of ViewMode25D in y25.view.viewmodes
 

Subclasses of ViewMode25D in y25.view.viewmodes
 class NavigationMode25D
          Provides navigation inside a Graph25DView by changing its camera parameters.