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

Packages that use IFreehand
net.sf.latexdraw.generators.svg   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.pst   
 

Uses of IFreehand in net.sf.latexdraw.generators.svg
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IFreehand
LFreeHandSVGGenerator(IFreehand fh)
           
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IFreehand
(package private)  class LFreehand
          Defines a model of a free hand shape.
 

Methods in net.sf.latexdraw.glib.models.impl that return IFreehand
 IFreehand LShapeFactory.createFreeHand(IPoint pt, boolean uniqueID)
           
 IFreehand LFreehand.duplicate()
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IFreehand
 IFreehand IShapeFactory.createFreeHand(IPoint pt, boolean uniqueID)
          Creates and initialises a freehand model.
 IFreehand IFreehand.duplicate()
           
 

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

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IFreehand
LFreeHandView(IFreehand model)
          Creates and initialises a view of a free hand model.
 

Uses of IFreehand in net.sf.latexdraw.glib.views.pst
 

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IFreehand
PSTFreeHandView(IFreehand model)
          Creates and initialises a LFreeHand PSTricks view.