Uses of Interface
net.sf.latexdraw.glib.models.interfaces.IShapeFactory

Packages that use IShapeFactory
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of IShapeFactory in net.sf.latexdraw.glib.models.impl
 

Classes in net.sf.latexdraw.glib.models.impl that implement IShapeFactory
 class LShapeFactory
          This factory creates shapes.
 

Uses of IShapeFactory in net.sf.latexdraw.glib.models.interfaces
 

Fields in net.sf.latexdraw.glib.models.interfaces declared as IShapeFactory
private static IShapeFactory DrawingTK.factory
          The factory.
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IShapeFactory
static IShapeFactory DrawingTK.getFactory()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IShapeFactory
static void DrawingTK.setFactory(IShapeFactory factory)
          Sets the new factory.