Package org.apache.batik.util
Class SVGTypes
- java.lang.Object
-
- org.apache.batik.util.SVGTypes
-
public abstract class SVGTypes extends java.lang.Object
Abstract class for SVG type related constants. These maybe should move into o.a.b.util.SVGConstants.- Version:
- $Id: SVGTypes.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SVGTypes()
-
-
-
Field Detail
-
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
TYPE_INTEGER
public static final int TYPE_INTEGER
- See Also:
- Constant Field Values
-
TYPE_NUMBER
public static final int TYPE_NUMBER
- See Also:
- Constant Field Values
-
TYPE_LENGTH
public static final int TYPE_LENGTH
- See Also:
- Constant Field Values
-
TYPE_NUMBER_OPTIONAL_NUMBER
public static final int TYPE_NUMBER_OPTIONAL_NUMBER
- See Also:
- Constant Field Values
-
TYPE_ANGLE
public static final int TYPE_ANGLE
- See Also:
- Constant Field Values
-
TYPE_COLOR
public static final int TYPE_COLOR
- See Also:
- Constant Field Values
-
TYPE_PAINT
public static final int TYPE_PAINT
- See Also:
- Constant Field Values
-
TYPE_PERCENTAGE
public static final int TYPE_PERCENTAGE
- See Also:
- Constant Field Values
-
TYPE_TRANSFORM_LIST
public static final int TYPE_TRANSFORM_LIST
- See Also:
- Constant Field Values
-
TYPE_URI
public static final int TYPE_URI
- See Also:
- Constant Field Values
-
TYPE_FREQUENCY
public static final int TYPE_FREQUENCY
- See Also:
- Constant Field Values
-
TYPE_TIME
public static final int TYPE_TIME
- See Also:
- Constant Field Values
-
TYPE_NUMBER_LIST
public static final int TYPE_NUMBER_LIST
- See Also:
- Constant Field Values
-
TYPE_LENGTH_LIST
public static final int TYPE_LENGTH_LIST
- See Also:
- Constant Field Values
-
TYPE_IDENT
public static final int TYPE_IDENT
- See Also:
- Constant Field Values
-
TYPE_CDATA
public static final int TYPE_CDATA
- See Also:
- Constant Field Values
-
TYPE_LENGTH_OR_INHERIT
public static final int TYPE_LENGTH_OR_INHERIT
- See Also:
- Constant Field Values
-
TYPE_IDENT_LIST
public static final int TYPE_IDENT_LIST
- See Also:
- Constant Field Values
-
TYPE_CLIP_VALUE
public static final int TYPE_CLIP_VALUE
- See Also:
- Constant Field Values
-
TYPE_URI_OR_IDENT
public static final int TYPE_URI_OR_IDENT
- See Also:
- Constant Field Values
-
TYPE_CURSOR_VALUE
public static final int TYPE_CURSOR_VALUE
- See Also:
- Constant Field Values
-
TYPE_PATH_DATA
public static final int TYPE_PATH_DATA
- See Also:
- Constant Field Values
-
TYPE_ENABLE_BACKGROUND_VALUE
public static final int TYPE_ENABLE_BACKGROUND_VALUE
- See Also:
- Constant Field Values
-
TYPE_TIME_VALUE_LIST
public static final int TYPE_TIME_VALUE_LIST
- See Also:
- Constant Field Values
-
TYPE_NUMBER_OR_INHERIT
public static final int TYPE_NUMBER_OR_INHERIT
- See Also:
- Constant Field Values
-
TYPE_FONT_FAMILY_VALUE
public static final int TYPE_FONT_FAMILY_VALUE
- See Also:
- Constant Field Values
-
TYPE_FONT_FACE_FONT_SIZE_VALUE
public static final int TYPE_FONT_FACE_FONT_SIZE_VALUE
- See Also:
- Constant Field Values
-
TYPE_FONT_WEIGHT_VALUE
public static final int TYPE_FONT_WEIGHT_VALUE
- See Also:
- Constant Field Values
-
TYPE_ANGLE_OR_IDENT
public static final int TYPE_ANGLE_OR_IDENT
- See Also:
- Constant Field Values
-
TYPE_KEY_SPLINES_VALUE
public static final int TYPE_KEY_SPLINES_VALUE
- See Also:
- Constant Field Values
-
TYPE_POINTS_VALUE
public static final int TYPE_POINTS_VALUE
- See Also:
- Constant Field Values
-
TYPE_PRESERVE_ASPECT_RATIO_VALUE
public static final int TYPE_PRESERVE_ASPECT_RATIO_VALUE
- See Also:
- Constant Field Values
-
TYPE_URI_LIST
public static final int TYPE_URI_LIST
- See Also:
- Constant Field Values
-
TYPE_LENGTH_LIST_OR_IDENT
public static final int TYPE_LENGTH_LIST_OR_IDENT
- See Also:
- Constant Field Values
-
TYPE_CHARACTER_OR_UNICODE_RANGE_LIST
public static final int TYPE_CHARACTER_OR_UNICODE_RANGE_LIST
- See Also:
- Constant Field Values
-
TYPE_UNICODE_RANGE_LIST
public static final int TYPE_UNICODE_RANGE_LIST
- See Also:
- Constant Field Values
-
TYPE_FONT_VALUE
public static final int TYPE_FONT_VALUE
- See Also:
- Constant Field Values
-
TYPE_FONT_DESCRIPTOR_SRC_VALUE
public static final int TYPE_FONT_DESCRIPTOR_SRC_VALUE
- See Also:
- Constant Field Values
-
TYPE_FONT_SIZE_VALUE
public static final int TYPE_FONT_SIZE_VALUE
- See Also:
- Constant Field Values
-
TYPE_BASELINE_SHIFT_VALUE
public static final int TYPE_BASELINE_SHIFT_VALUE
- See Also:
- Constant Field Values
-
TYPE_KERNING_VALUE
public static final int TYPE_KERNING_VALUE
- See Also:
- Constant Field Values
-
TYPE_SPACING_VALUE
public static final int TYPE_SPACING_VALUE
- See Also:
- Constant Field Values
-
TYPE_LINE_HEIGHT_VALUE
public static final int TYPE_LINE_HEIGHT_VALUE
- See Also:
- Constant Field Values
-
TYPE_FONT_SIZE_ADJUST_VALUE
public static final int TYPE_FONT_SIZE_ADJUST_VALUE
- See Also:
- Constant Field Values
-
TYPE_LANG
public static final int TYPE_LANG
- See Also:
- Constant Field Values
-
TYPE_LANG_LIST
public static final int TYPE_LANG_LIST
- See Also:
- Constant Field Values
-
TYPE_NUMBER_OR_PERCENTAGE
public static final int TYPE_NUMBER_OR_PERCENTAGE
- See Also:
- Constant Field Values
-
TYPE_TIMING_SPECIFIER_LIST
public static final int TYPE_TIMING_SPECIFIER_LIST
- See Also:
- Constant Field Values
-
TYPE_BOOLEAN
public static final int TYPE_BOOLEAN
- See Also:
- Constant Field Values
-
TYPE_RECT
public static final int TYPE_RECT
- See Also:
- Constant Field Values
-
-