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

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

Constructors in net.sf.latexdraw.generators.svg with parameters of type IDot
LDotSVGGenerator(IDot dot)
          Creates a generator of SVG dot.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IDot
(package private)  class LDot
          Defines a model of a dot.
 

Methods in net.sf.latexdraw.glib.models.impl that return IDot
 IDot LShapeFactory.createDot(IPoint pt, boolean isUniqueID)
           
 IDot LDot.duplicate()
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IDot
 IDot IShapeFactory.createDot(IPoint pt, boolean isUniqueID)
           
 IDot IDot.duplicate()
           
 

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

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IDot
LDotView(IDot model)
          Initialises the view of the dot.
 

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IDot
PSTDotView(IDot model)
          Creates and initialises a LDot PSTricks view.