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

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

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

Classes in net.sf.latexdraw.glib.models.impl that implement ISetShapes
(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 ISetShapes in net.sf.latexdraw.glib.models.interfaces
 

Subinterfaces of ISetShapes in net.sf.latexdraw.glib.models.interfaces
 interface IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
 interface IGroup
          Defines an interface that classes defining a group of shapes should implement.