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

Packages that use IPolyline
net.sf.latexdraw.generators.svg   
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 IPolyline in net.sf.latexdraw.generators.svg
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IPolyline
LPolylinesSVGGenerator(IPolyline polyline)
          Creates a generator for IPolyline.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IPolyline
(package private)  class LPolyline
          Defines a view of a polyline.
 

Methods in net.sf.latexdraw.glib.models.impl that return IPolyline
 IPolyline LShapeFactory.createPolyline(boolean uniqueID)
           
 IPolyline LShapeFactory.createPolyline(IPoint point, IPoint point2, boolean uniqueID)
           
 IPolyline LPolyline.duplicate()
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IPolyline
 IPolyline IShapeFactory.createPolyline(boolean uniqueID)
           
 IPolyline IShapeFactory.createPolyline(IPoint point, IPoint point2, boolean uniqueID)
          Creates a model with two points.
 IPolyline IPolyline.duplicate()
           
 

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

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

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IPolyline
PSTLinesView(IPolyline model)
          Creates and initialises a LLines PSTricks view.