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

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

Methods in net.sf.latexdraw.generators.svg with parameters of type IRectangle
private  void LShapeSVGGenerator.getSVGHatchingsPath2(SVGPathSegList path, double hAngle, IRectangle bound)
           
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IRectangle
LRectangleSVGGenerator(IRectangle rect)
          Creates a generator of SVG rectangle.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IRectangle
(package private)  class LRectangle
          Defines a model of a rectangle.
(package private)  class LSquare
          Defines a model of a square.
 

Methods in net.sf.latexdraw.glib.models.impl that return IRectangle
 IRectangle LShapeFactory.createRectangle(boolean uniqueID)
           
 IRectangle LShapeFactory.createRectangle(IPoint pos, double width, double height, boolean uniqueID)
           
 IRectangle LShapeFactory.createRectangle(IPoint tl, IPoint br, boolean uniqueID)
           
 IRectangle LRectangle.duplicate()
           
 

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

Subinterfaces of IRectangle in net.sf.latexdraw.glib.models.interfaces
 interface ISquare
          Defines an interface that classes defining a square should implement.
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IRectangle
 IRectangle IShapeFactory.createRectangle(boolean uniqueID)
           
 IRectangle IShapeFactory.createRectangle(IPoint pos, double width, double height, boolean uniqueID)
          Creates a rectangle.
 IRectangle IShapeFactory.createRectangle(IPoint tl, IPoint br, boolean uniqueID)
          Creates a rectangle.
 IRectangle IRectangle.duplicate()
           
 

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

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

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

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

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