Uses of Interface
net.sf.latexdraw.glib.views.Java2D.interfaces.IViewsFactory

Packages that use IViewsFactory
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.Java2D.interfaces   
 

Uses of IViewsFactory in net.sf.latexdraw.glib.views.Java2D.impl
 

Classes in net.sf.latexdraw.glib.views.Java2D.impl that implement IViewsFactory
 class LViewsFactory
          The factory that creates views from given models.
 

Uses of IViewsFactory in net.sf.latexdraw.glib.views.Java2D.interfaces
 

Fields in net.sf.latexdraw.glib.views.Java2D.interfaces declared as IViewsFactory
private static IViewsFactory View2DTK.factory
          The current view factory.
 

Methods in net.sf.latexdraw.glib.views.Java2D.interfaces that return IViewsFactory
static IViewsFactory View2DTK.getFactory()
           
 

Methods in net.sf.latexdraw.glib.views.Java2D.interfaces with parameters of type IViewsFactory
static void View2DTK.setFactory(IViewsFactory factory)
          Sets the view factory.