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

Packages that use IModifiablePointsShape
net.sf.latexdraw.actions   
net.sf.latexdraw.generators.svg   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
 

Uses of IModifiablePointsShape in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as IModifiablePointsShape
protected  IModifiablePointsShape MovePointShape.shape
          The shape to modify.
 

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

Uses of IModifiablePointsShape in net.sf.latexdraw.generators.svg
 

Classes in net.sf.latexdraw.generators.svg with type parameters of type IModifiablePointsShape
(package private)  class LModifiablePointsGenerator<S extends IModifiablePointsShape>
          Defines an SVG generator for shapes composed of points.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IModifiablePointsShape
(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.
(package private)  class LFreehand
          Defines a model of a free hand shape.
(package private)  class LModifiablePointsShape
          Defines a model of a shape that contains points that can be modified.
(package private)  class LPolygon
          Defines a model of a polygon.
(package private)  class LPolyline
          Defines a view of a polyline.
 

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

Subinterfaces of IModifiablePointsShape in net.sf.latexdraw.glib.models.interfaces
 interface IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
 interface IControlPointShape
          Defines an interface that classes defining a shape, containg control points, should implement.
 interface ICurve
          Defines an interface that classes defining a latex curve should implement.
 interface IFreehand
          Defines an interface that classes defining a freehand shape should implement.
 interface IPolygon
          Defines an interface that classes defining a polygon should implement.
 interface IPolyline
          Defines an interface that classes defining a polyline should implement.
 

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

Classes in net.sf.latexdraw.glib.views.Java2D.impl with type parameters of type IModifiablePointsShape
(package private)  class LModifiablePointsShapeView<S extends IModifiablePointsShape>
          Defines an abstract view of the IModifiablePointsShape model.