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

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

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

Classes in net.sf.latexdraw.glib.models.impl that implement Dottable
(package private)  class LDot
          Defines a model of a dot.
(package private)  class LDrawing
          Defines a drawing that contains a set of shapes and a set of selected shapes.
(package private)  class LGroup
          A Group is a group of IShape.
 

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

Subinterfaces of Dottable in net.sf.latexdraw.glib.models.interfaces
 interface IDot
          Defines an interface that classes defining a dot should implement.
 interface IGroup
          Defines an interface that classes defining a group of shapes should implement.