Uses of Interface
net.sf.latexdraw.glib.views.Java2D.interfaces.IViewModifiablePtsShape

Packages that use IViewModifiablePtsShape
net.sf.latexdraw.glib.views.Java2D.impl   
 

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

Classes in net.sf.latexdraw.glib.views.Java2D.impl that implement IViewModifiablePtsShape
(package private)  class LBezierCurveView
          Defines a view of the model IBeziershape.
(package private)  class LModifiablePointsShapeView<S extends IModifiablePointsShape>
          Defines an abstract view of the IModifiablePointsShape model.
(package private)  class LPolygonView<M extends IPolygon>
          Defines a view of the IPolygon model.
(package private)  class LPolylineView
          Defines a view of the IPolyline model.