Uses of Class
net.sf.latexdraw.glib.models.interfaces.IText.TextPosition

Packages that use IText.TextPosition
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
 

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

Fields in net.sf.latexdraw.glib.models.impl declared as IText.TextPosition
protected  IText.TextPosition LText.textPosition
          The text position of the text.
 

Methods in net.sf.latexdraw.glib.models.impl that return IText.TextPosition
 IText.TextPosition LGroup.getTextPosition()
           
 IText.TextPosition LText.getTextPosition()
           
 

Methods in net.sf.latexdraw.glib.models.impl that return types with arguments of type IText.TextPosition
 java.util.List<IText.TextPosition> LGroup.getTextPositionList()
           
 

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IText.TextPosition
 void LGroup.setTextPosition(IText.TextPosition textPosition)
           
 void LText.setTextPosition(IText.TextPosition textPosition)
           
 

Method parameters in net.sf.latexdraw.glib.models.impl with type arguments of type IText.TextPosition
 void LGroup.setTextPositionList(java.util.List<IText.TextPosition> values)
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IText.TextPosition
 IText.TextPosition IText.getTextPosition()
           
static IText.TextPosition IText.TextPosition.getTextPosition(java.lang.String latexToken)
           
static IText.TextPosition IText.TextPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IText.TextPosition[] IText.TextPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.glib.models.interfaces that return types with arguments of type IText.TextPosition
 java.util.List<IText.TextPosition> IGroup.getTextPositionList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IText.TextPosition
 void IText.setTextPosition(IText.TextPosition textPosition)
          Sets the text position of the text.
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IText.TextPosition
 void IGroup.setTextPositionList(java.util.List<IText.TextPosition> values)
          Sets the text position of the text shapes of the group.
 

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

Fields in net.sf.latexdraw.glib.views.Java2D.impl declared as IText.TextPosition
private  IText.TextPosition LTextView.lastTextPos
          Used to detect if the last version of the text is different from the view.