Uses of Class
net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize

Packages that use SVGLengthParser.FontSize
net.sf.latexdraw.parsers.svg.parsers   
 

Uses of SVGLengthParser.FontSize in net.sf.latexdraw.parsers.svg.parsers
 

Methods in net.sf.latexdraw.parsers.svg.parsers that return SVGLengthParser.FontSize
static SVGLengthParser.FontSize SVGLengthParser.FontSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SVGLengthParser.FontSize[] SVGLengthParser.FontSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.