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

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

Constructors in net.sf.latexdraw.generators.svg with parameters of type IPolygon
LPolygonSVGGenerator(IPolygon polygon)
          Creates a generator for IPolygon.
 

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

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

Methods in net.sf.latexdraw.glib.models.impl that return IPolygon
 IPolygon LShapeFactory.createPolygon(boolean uniqueID)
           
 IPolygon LShapeFactory.createPolygon(IPoint point, IPoint point2, boolean uniqueID)
           
 IPolygon LPolygon.duplicate()
           
 

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

Subinterfaces of IPolygon in net.sf.latexdraw.glib.models.interfaces
 interface IPolyline
          Defines an interface that classes defining a polyline should implement.
 

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

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

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

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

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IPolygon
PSTPolygonView(IPolygon model)
          Creates and initialises a LRect PSTricks view.