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

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

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

Classes in net.sf.latexdraw.glib.models.impl that implement Arcable
(package private)  class LArc
          Defines a model of an arc.
(package private)  class LCircleArc
          Defines a model of a rounded arc.
(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 Arcable in net.sf.latexdraw.glib.models.interfaces
 

Subinterfaces of Arcable in net.sf.latexdraw.glib.models.interfaces
 interface IArc
          Defines an interface that classes defining a elliptic arc should implement.
 interface ICircleArc
          Defines an interface that classes defining a circled arc should implement.
 interface IGroup
          Defines an interface that classes defining a group of shapes should implement.