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

Packages that use IControlPointShape
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.instruments   
 

Uses of IControlPointShape in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as IControlPointShape
protected  IControlPointShape MoveCtrlPoint.shape
          The control point shape to modify.
 

Methods in net.sf.latexdraw.actions with parameters of type IControlPointShape
 void MoveCtrlPoint.setShape(IControlPointShape shape)
           
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IControlPointShape
(package private)  class LAbstractCtrlPointShape
          Defines a model of a abstract shape that contains control points.
(package private)  class LBezierCurve
          Defines a model of a Bezier curve.
 

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

Subinterfaces of IControlPointShape in net.sf.latexdraw.glib.models.interfaces
 interface IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
 

Uses of IControlPointShape in net.sf.latexdraw.instruments
 

Methods in net.sf.latexdraw.instruments with parameters of type IControlPointShape
private  void Border.initialiseCtrlMvHandlers(IControlPointShape cps)