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

Packages that use IPicture
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 IPicture in net.sf.latexdraw.generators.svg
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IPicture
LPictureSVGGenerator(IPicture shape)
           
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IPicture
(package private)  class LPicture
          Defines a model of a picture.
 

Methods in net.sf.latexdraw.glib.models.impl that return IPicture
 IPicture LShapeFactory.createPicture(boolean isUniqueID, IPoint pt)
           
 IPicture LPicture.duplicate()
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IPicture
 IPicture IShapeFactory.createPicture(boolean isUniqueID, IPoint pt)
          Creates a picture and the corresponding EPS picture.
 IPicture IPicture.duplicate()
           
 

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

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IPicture
LPictureView(IPicture model)
          Initialises a view of a picture.
 

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IPicture
PSTPictureView(IPicture model)
          Creates and initialises a LPicture PSTricks view.