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

Packages that use IArc
net.sf.latexdraw.glib.handlers   
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 IArc in net.sf.latexdraw.glib.handlers
 

Methods in net.sf.latexdraw.glib.handlers with parameters of type IArc
 void ArcAngleHandler.updateFromArc(IArc arc, double zoom)
          Updates the handler using the given arc as reference.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IArc
(package private)  class LArc
          Defines a model of an arc.
(package private)  class LCircleArc
          Defines a model of a rounded arc.
 

Methods in net.sf.latexdraw.glib.models.impl that return IArc
 IArc LShapeFactory.createArc(boolean isUniqueID)
           
 IArc LShapeFactory.createArc(IPoint tl, IPoint br, boolean uniqueID)
           
 IArc LArc.duplicate()
           
 

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

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IArc
 IArc IShapeFactory.createArc(boolean isUniqueID)
          Creates a circled arc with a 1 radius.
 IArc IShapeFactory.createArc(IPoint tl, IPoint br, boolean uniqueID)
          Creates an arc.
 IArc IArc.duplicate()
           
 

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

Classes in net.sf.latexdraw.glib.views.Java2D.impl with type parameters of type IArc
(package private)  class LArcView<M extends IArc>
          Defines a view of the IArc model.
 

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IArc
LArcView(IArc model)
          Creates an initialises the Java view of a LArc.
 

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IArc
PSTArcView(IArc model)
          Creates and initialises a LArc PSTricks view.