Uses of Class
net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition

Packages that use LaTeXGenerator.VerticalPosition
net.sf.latexdraw.glib.views.latex   
 

Uses of LaTeXGenerator.VerticalPosition in net.sf.latexdraw.glib.views.latex
 

Fields in net.sf.latexdraw.glib.views.latex declared as LaTeXGenerator.VerticalPosition
protected  LaTeXGenerator.VerticalPosition LaTeXGenerator.positionVertToken
          The token of the position of the drawing
 

Methods in net.sf.latexdraw.glib.views.latex that return LaTeXGenerator.VerticalPosition
static LaTeXGenerator.VerticalPosition LaTeXGenerator.VerticalPosition.getPosition(java.lang.String pos)
           
 LaTeXGenerator.VerticalPosition LaTeXGenerator.getPositionVertToken()
           
static LaTeXGenerator.VerticalPosition LaTeXGenerator.VerticalPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LaTeXGenerator.VerticalPosition[] LaTeXGenerator.VerticalPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.glib.views.latex with parameters of type LaTeXGenerator.VerticalPosition
 void LaTeXGenerator.setPositionVertToken(LaTeXGenerator.VerticalPosition positionVertToken)