com.itextpdf.tool.xml.svg.tags
Class SvgTagNames

java.lang.Object
  extended by com.itextpdf.tool.xml.svg.tags.SvgTagNames

public class SvgTagNames
extends Object


Field Summary
static String CIRCLE
           
static String DEFS
           
static String ELLIPSE
           
static String GROUP
           
static String LINE
           
static String PATH
           
static String POLYGON
           
static String POLYLINE
           
static String RECTANGLE
           
static String SVG
           
static String SYMBOL
           
static String TEXT
           
static String TEXTPATH
           
static String TSPAN
           
static String USE
           
 
Constructor Summary
SvgTagNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVG

public static final String SVG
See Also:
Constant Field Values

DEFS

public static final String DEFS
See Also:
Constant Field Values

CIRCLE

public static final String CIRCLE
See Also:
Constant Field Values

PATH

public static final String PATH
See Also:
Constant Field Values

GROUP

public static final String GROUP
See Also:
Constant Field Values

RECTANGLE

public static final String RECTANGLE
See Also:
Constant Field Values

ELLIPSE

public static final String ELLIPSE
See Also:
Constant Field Values

LINE

public static final String LINE
See Also:
Constant Field Values

POLYLINE

public static final String POLYLINE
See Also:
Constant Field Values

POLYGON

public static final String POLYGON
See Also:
Constant Field Values

SYMBOL

public static final String SYMBOL
See Also:
Constant Field Values

USE

public static final String USE
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values

TSPAN

public static final String TSPAN
See Also:
Constant Field Values

TEXTPATH

public static final String TEXTPATH
See Also:
Constant Field Values
Constructor Detail

SvgTagNames

public SvgTagNames()


Copyright © 2012. All Rights Reserved.