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

Packages that use IText
net.sf.latexdraw.actions   
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   
net.sf.latexdraw.instruments   
 

Uses of IText in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as IText
protected  IText InitTextSetter.textShape
          The text (shape) to modify throw the setter.
 

Methods in net.sf.latexdraw.actions with parameters of type IText
 void InitTextSetter.setTextShape(IText textShape)
          Sets the text shape to modify.
 

Uses of IText in net.sf.latexdraw.generators.svg
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IText
LTextSVGGenerator(IText f)
           
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IText
(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.
(package private)  class LText
          Defines a model of a text.
 

Methods in net.sf.latexdraw.glib.models.impl that return IText
 IText LShapeFactory.createText(boolean isUniqueID)
           
 IText LShapeFactory.createText(boolean isUniqueID, IPoint pt, java.lang.String text)
           
 IText LText.duplicate()
           
 

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

Subinterfaces of IText 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 IText
 IText IShapeFactory.createText(boolean uniqueID)
          Create a text at position (0,0) which text is "text".
 IText IShapeFactory.createText(boolean isUniqueID, IPoint pt, java.lang.String text)
          Creates a text.
 IText IText.duplicate()
           
 

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

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IText
LTextView(IText model)
          Creates and initialises a text view.
 

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

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IText
PSTTextView(IText model)
          Creates and initialises a LText PSTricks view.
 

Uses of IText in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as IText
protected  IText TextSetter.text
          The text to modify throw this instrument.
 

Methods in net.sf.latexdraw.instruments with parameters of type IText
 void TextSetter.setText(IText text)
          Sets the text to modify throw this instrument.