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

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

Constructors in net.sf.latexdraw.generators.svg with parameters of type IAxes
LAxeSVGGenerator(IAxes shape)
           
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IAxes
(package private)  class LAxes
          Defines a model of axes.
(package private)  class LDrawing
          Defines a drawing that contains a set of shapes and a set of selected shapes.
(package private)  class LGroup
          A Group is a group of IShape.
 

Methods in net.sf.latexdraw.glib.models.impl that return IAxes
 IAxes LShapeFactory.createAxes(boolean isUniqueID, IPoint pt)
           
 IAxes LAxes.duplicate()
           
 

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

Subinterfaces of IAxes in net.sf.latexdraw.glib.models.interfaces
 interface IGroup
          Defines an interface that classes defining a group of shapes should implement.
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IAxes
 IAxes IShapeFactory.createAxes(boolean isUniqueID, IPoint pt)
          Creates axes with default values.
 IAxes IAxes.duplicate()
           
 

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

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IAxes
LAxesView(IAxes model)
           
 

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IAxes
PSTAxesView(IAxes model)
          Creates and initialises a LAxes PSTricks view.