net.sf.latexdraw.parsers.svg
Class SVGElements

java.lang.Object
  extended by net.sf.latexdraw.parsers.svg.SVGElements

public final class SVGElements
extends java.lang.Object

Contains SVG elements according to the SVG specification version 1.1.

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

LaTeXDraw is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

06/03/07

Version:
0.2
Author:
Arnaud BLOUIN

Field Summary
static java.lang.String SVG_CIRCLE
           
static java.lang.String SVG_DEFS
           
static java.lang.String SVG_ELLIPSE
           
static java.lang.String SVG_G
           
static java.lang.String SVG_IMAGE
           
static java.lang.String SVG_LINE
           
static java.lang.String SVG_LINEAR_GRADIENT
           
static java.lang.String SVG_MARKER
           
static java.lang.String SVG_METADATA
           
static java.lang.String SVG_PATH
           
static java.lang.String SVG_PATTERN
           
static java.lang.String SVG_POLY_LINE
           
static java.lang.String SVG_POLYGON
           
static java.lang.String SVG_RECT
           
static java.lang.String SVG_STOP
           
static java.lang.String SVG_SVG
           
static java.lang.String SVG_TEXT
           
static java.lang.String SVG_USE
           
 
Constructor Summary
private SVGElements()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVG_CIRCLE

public static final java.lang.String SVG_CIRCLE
See Also:
Constant Field Values

SVG_DEFS

public static final java.lang.String SVG_DEFS
See Also:
Constant Field Values

SVG_ELLIPSE

public static final java.lang.String SVG_ELLIPSE
See Also:
Constant Field Values

SVG_G

public static final java.lang.String SVG_G
See Also:
Constant Field Values

SVG_METADATA

public static final java.lang.String SVG_METADATA
See Also:
Constant Field Values

SVG_POLYGON

public static final java.lang.String SVG_POLYGON
See Also:
Constant Field Values

SVG_POLY_LINE

public static final java.lang.String SVG_POLY_LINE
See Also:
Constant Field Values

SVG_LINEAR_GRADIENT

public static final java.lang.String SVG_LINEAR_GRADIENT
See Also:
Constant Field Values

SVG_RECT

public static final java.lang.String SVG_RECT
See Also:
Constant Field Values

SVG_TEXT

public static final java.lang.String SVG_TEXT
See Also:
Constant Field Values

SVG_SVG

public static final java.lang.String SVG_SVG
See Also:
Constant Field Values

SVG_STOP

public static final java.lang.String SVG_STOP
See Also:
Constant Field Values

SVG_PATTERN

public static final java.lang.String SVG_PATTERN
See Also:
Constant Field Values

SVG_PATH

public static final java.lang.String SVG_PATH
See Also:
Constant Field Values

SVG_USE

public static final java.lang.String SVG_USE
See Also:
Constant Field Values

SVG_MARKER

public static final java.lang.String SVG_MARKER
See Also:
Constant Field Values

SVG_LINE

public static final java.lang.String SVG_LINE
See Also:
Constant Field Values

SVG_IMAGE

public static final java.lang.String SVG_IMAGE
See Also:
Constant Field Values
Constructor Detail

SVGElements

private SVGElements()