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

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

Constructors in net.sf.latexdraw.generators.svg with parameters of type IRhombus
LRhombusSVGGenerator(IRhombus rhombus)
          Creates a generator of SVG rhombus.
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IRhombus
(package private)  class LRhombus
          Defines a model of a rhombus.
 

Methods in net.sf.latexdraw.glib.models.impl that return IRhombus
 IRhombus LShapeFactory.createRhombus(boolean isUniqueID)
           
 IRhombus LShapeFactory.createRhombus(IPoint centre, double width, double height, boolean uniqueID)
           
 IRhombus LRhombus.duplicate()
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IRhombus
 IRhombus IShapeFactory.createRhombus(boolean isUniqueID)
           
 IRhombus IShapeFactory.createRhombus(IPoint centre, double width, double height, boolean uniqueID)
          Creates a rhombus.
 IRhombus IRhombus.duplicate()
           
 

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

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

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IRhombus
PSTRhombusView(IRhombus model)
          Creates and initialises a LRhombus PSTricks view.